The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Hardware > Filesystems, Disks and Memory
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 06-17-2009
fpmurphy's Avatar
fpmurphy fpmurphy is offline Forum Staff  
Moderator
  
 

Join Date: Dec 2003
Location: Florida
Posts: 1,945
You can either modify the kernel to support EFS or use something like FUSE to implement it entirely within userspace.

If you want to go the kernel route look in the kernel source ../fs subdirectory and you will see a series of subdirectories each of which provide support for a particular filesystem. Look in these subdirectories and you will quickly get an idea of what you need to do.

I