I've been looking at implementing msdos filesystem support in the GNOME
VFS (virtual filesystem) layer. This way users could be given read and
write access to the device (eg: /dev/fd0) and the filesystem stuff
would happen at the library level. This wouldn't be as fast (due to the
lack of caching) and would only be available to GNOME programs, but I
think its a solution to the problem.
I would also like to do the same thing with HFS (the MacOS filesystem).
My major stumbling block is finding msdos/hfs code licensed or
relicensable under the LGPL (which is what gnome-vfs is distributed
under). I might approach the authors of the relevant kernel modules or
userland applications and see if they're willing to relicense.
My Evil Hack From Hell(tm) is to write code to load Linux kernel modules.
Ian
-- Ian McKellar | Email: yakk(a)yakk.net | Web: http://www.yakk.net/ Area: +61 (8) | Home: 9389 9152 | Fax/Voice: 9260 2903 | Work: 9384 4700- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/