[svlug] autofs & nfs
Ivan Sergio Borgonovo
mail at webthatworks.it
Tue Dec 5 10:52:09 PST 2006
I've some trouble with automounted and then nfs exported fs.
What I did is
Server:
auto.master
/mnt/servername/public /etc/auto.vol --timeout=1800 --ghost
auto.vol
main -fstype=ext3,rw :/dev/hdf1
exchange -fstype=ext3,rw :/dev/hdf2
exports
/mnt/servername/ *.domain.it(rw,sync,no_root_squash)
Client:
fstab
servername.domain.it:/mnt/servername /mnt/servername nfs
What I get is:
- everything works as expected on the server
- from the nfs client I can see the content of /mnt/servername and the
auto-created dirs (main, exchange) but I can't see their content.
Permissions are 770. Nothing change if I'm root.
If main and export are statically mounted in fstab everything works
as expected.
No related messages in server or client logs.
sarge on server, sid on client
I haven't been able to spot any docs related to the problem.
--
Ivan Sergio Borgonovo
http://www.webthatworks.it
More information about the Svlug
mailing list