LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   remote mount of nfs gives permission denied error - FUSE file sytem, (https://www.linuxquestions.org/questions/linux-newbie-8/remote-mount-of-nfs-gives-permission-denied-error-fuse-file-sytem-873364/)

bob.keslin@oracle.com 04-06-2011 10:36 AM

remote mount of nfs gives permission denied error - FUSE file sytem,
 
I have created a new file system (fuse) which works fine and is mounted in the local host. I want to be able to mount it from another host. I added it to
/ect/exports:
/mnt/ltfs *(rw,sync)
And restarted nfs.

Then from my client host I type:
mount -t nfs myHostName:/mnt/ltfs /mnt/data1

Where /mnt/ltfs is on my local host and /mnt/data1 is on the client host. Note that this is a "FUSE" file system so here is it's local "mount" output:
ltfs on /mnt/ltfs type fuse (rw,nosuid,nodev,default_permissions,allow_other)
Note thet this is of type "ltfs" but I am told that it should work like its a nfs. ltfs uses fuse under the covers.

T3RM1NVT0R 04-06-2011 04:50 PM

@ Reply
 
Hi Bob,

Is your FUSE file system mounted on /mnt/ltfs? If yes then it might be a firewall issue. Can you please paste the exact error message that you get when you try to do this.

Also you can check the local firewall settings.

If not sure about the firewall settings then just try iptables -F and then restart the nfs service and then try to mount the file system.


All times are GMT -5. The time now is 05:20 AM.