From: M. R. B. <mr...@0x...> - 2002-12-09 02:26:48
|
* David Willmore <dav...@ia...> on Sun, Dec 08, 2002: >=20 > You Linux VFS sees the files, but the filesystem driver makes them up fro= m the=20 > info in the directories (the hidden pointers and such). I'll write a bet= ter=20 > description when I get a moment--have to go finish makeing dinner. :) >=20 How does this help you when transferring files to/from a filesystem that doesn't understand this information, like NFS? Or when transferring saves around across the network? The solution would be a user space tool that understood and could transfer files between full VMU images (whether dumped or mapped via MTD). This is = the only way you can persist the nonstandard info and be flexible enough to allow other uses of the VMU save data. MTOOLS (the MSDOS userspace filesystem utilities?) comes to mind. Such tools would be a hell of a lot easier to implement than a full-blown (and unfortunately incompatible) VFS driver. M. R. |