Page 1 of 1

file systems

Posted: Fri May 28, 2004 10:18 pm
by Steven Hawkins
Does anyone here know how to make a file system, I can't seem to find a tutorial or article on how to make one.

Re:file systems

Posted: Sat May 29, 2004 3:24 am
by DennisCGc
You could take a look at an existing FS, then you could design one yourself.
Creating an FS is only useful, if you have "special" OS designs.
Filesystems are mostly designed to the OS design (most of the time, take a look at Linux ;) ).

HTH
And if you want to ask something, post it here ;)