How do I implement a file system driver driver in Linux? [on hold]
14
1
Assume that I have invented a new file system, and now I want to create a file system driver for it. How would I implement this file system driver, is this done using a kernel module? And how can the file system driver access the hard disk, should the file system driver contain code to access the hard disk, or does Linux contain a device driver to access the hard disk that is used by all the file system drivers?
linux filesystems drivers
share | improve this question
edited yesterday
Gilles
544k 128 1102 1619
asked y...