LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   NFS/Smbfs (https://www.linuxquestions.org/questions/linux-networking-3/nfs-smbfs-494394/)

gabsik 10-21-2006 11:55 AM

NFS/Smbfs
 
I have mounted a windows ntfs disk on a linux box where samba is and there is also nfs-kernel-server.I'm trying to export to the other linux machines this smbfs partition via nfs but it doesn't happen ...:
Code:

root@mail:~# mount /NFS/www.samba/
mount: 192.168.1.4:/Samba failed, reason given by server: Permission denied

My question is: is it possible to export via nfs a smbfs partition ????
cheers !

uselpa 10-22-2006 03:44 PM

Yes, that should work. I would say that you have a problem with NFS only. Try to export a local path just to be sure. If my assumption is correct, you will have the same problem with a non-Samba "partition".

gabsik 10-24-2006 11:42 PM

Nfs on its own works great and samba ,too.The samba dir is re-exported with a (no_root_squash) option maybe it needs a different option ....

tola555 10-25-2006 01:30 PM

you have to configure your /etc/exports file in server to allow access


All times are GMT -5. The time now is 07:49 PM.