From: David W. <dav...@ia...> - 2002-12-09 20:41:33
|
> David, as I understand it your basic question is "why bother?" Well my answer > is "why not?" coupled with "because you can". Sure developing a Linux system > on a Dreamcast is just a game, a way of wasting time. But aren't lots of > hacker projects just the same? Wow, I don't know if that could be more out of context. :) The meaning of my comment was what's the motivation for making a file system driver that will always be broken? We should either make it complete or spend the time developing some userspace tools that do a better job of it--like Mr. Brown first suggested. I'm all for seemingly pointless hacking projects. I've got a stack of WebPals here that I've just got running Linux and I'm trying to install debian on them--I've never installed it on anything before and maybe starting on a strange box was not a good idea... :) Since you're the author of the fs in question and since I've got you. :) Could you say just what it is you want the vmufs to do? The two ways I could see it looking and being useful are: 1: full blown filesystem with metadata exposed as files (copyable, tarable, editable, etc.) 2: just able to 'stash' a file on it and get it back--don't need to look at or edit the DC files. Also, keep the DC from choking on the files we produce. There is always #3 which is to stop all of this and just develop a nice suite of userspace tools like mtools (for MSDOS filesystems). But, I assumed that we had already passed that fork in the road by talking about a FS to start with. :) Cheers, David |