Ok, I know there have be several posts on similar issues, but none that address this issue. I have posted to the Nas4Free board and they recommended I post it here as it most probably is a FreeBSD issue.
So, here goes.
I have several NSF shares on the NAS4Free server. Here is the exports file.
This file is generated by NAS4Free. Here is the result of the
Notice that CalLib, Documents, and Applications are all missing. I can mount all the directories that are being exported no problem. So the question is why are those three not being exported? I have checked privileges, ownership and about everything else I can think of all with no success.
I am really in a quandary and hope someone here is a lot smarter than me and can point me in the right direction.
Thanks.
So, here goes.
I have several NSF shares on the NAS4Free server. Here is the exports file.
Code:
/mnt/Media/camera -mapall=root -network 192.168.10.0 -mask 255.255.255.0
/mnt/Media/Photos -mapall=root -network 192.168.10.0 -mask 255.255.255.0
/mnt/Media/Music -mapall=root -network 192.168.10.0 -mask 255.255.255.0
/mnt/Media/Movies -mapall=root -network 192.168.10.0 -mask 255.255.255.0
/mnt/Files/Sheri -alldirs -mapall=root -network 192.168.10.0 -mask 255.255.255.0
/mnt/Files/NewJohn -mapall=root -network 192.168.10.0 -mask 255.255.255.0
/mnt/Files/John/FileCab1 -mapall=root -network 192.168.10.0 -mask 255.255.255.0
/mnt/Files/John/Documents -mapall=root -network 192.168.10.0 -mask 255.255.255.0
/mnt/Files/John/Applications -mapall=root -network 192.168.10.0 -mask 255.255.255.0
/mnt/Files/John -mapall=root -network 192.168.10.0 -mask 255.255.255.0
/mnt/Files/CalLib -mapall=root -network 192.168.10.0 -mask 255.255.255.0
/mnt/Files/Business -mapall=root -network 192.168.10.0 -mask 255.255.255.0
showmount -e localhost
Code:
/mnt/Media/Photos 192.168.10.0
/mnt/Media/Music 192.168.10.0
/mnt/Media/Movies 192.168.10.0
/mnt/Media/camera 192.168.10.0
/mnt/Files/Sheri 192.168.10.0
/mnt/Files/John/FileCab1 192.168.10.0
/mnt/Files/Business 192.168.10.0
/mnt/Files/NewJohn 192.168.10.0
I am really in a quandary and hope someone here is a lot smarter than me and can point me in the right direction.
Thanks.