LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Adding NFS support for non linux native file systems? (especially for non dev fs ) (https://www.linuxquestions.org/questions/linux-software-2/adding-nfs-support-for-non-linux-native-file-systems-especially-for-non-dev-fs-631504/)

saumitra 03-29-2008 09:42 AM

Adding NFS support for non linux native file systems? (especially for non dev fs )
 
Hi,

I have created a "non device" file system. that i mounted on my local machine. say /mnt/myfs

Now I want to export this via nfs.. but as my simple file system is not part of linux kernel, I cant export that..

so how can i achieve that???

can i use FUSE module for same reason?

Simon Bridge 03-30-2008 06:26 PM

FUSE will export as NFS, most distros do not enable this by default, so it means a kernel recompile.

There are a bunch of howto's for various fs's out there, have a look. GIYF.

saumitra 03-31-2008 01:46 AM

Quote:

Originally Posted by Simon Bridge (Post 3105324)
FUSE will export as NFS, most distros do not enable this by default, so it means a kernel recompile.

There are a bunch of howto's for various fs's out there, have a look. GIYF.


Anyways I have a module for my file system, so can I use that to integrate with kernel? what is ment by integration?
when i tried to mount same, it gave warning NFS export not supported.

and on client side i got error in "getfh" i.e. get file handle error.

however filesystem worked fine with samba export and cifs mount. but i need to do this from nfs.


All times are GMT -5. The time now is 06:41 PM.