I'm having a problem exporting two directories in the same filesystem from my NFS server (freebsd) to a network. My /etc/exports is:
My rc.conf nfs part:
In the client part (ubuntu 11.04) when I execute
When I export only one directory everything goes ok.
What it could be?
Code:
/usr/export/home /usr/export/exam -alldirs -network 192.168.1.0 -mask 255.255.255.0
My rc.conf nfs part:
Code:
rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"
In the client part (ubuntu 11.04) when I execute
showmount -e
server just gives me an empty list:
Code:
Export list for server:
When I export only one directory everything goes ok.
What it could be?