[opensuse-kernel] automounter problems
Hi, I have some trouble with the automounter on openSUSE Here is my setup: $ cat /etc/auto.master /home yp:auto.home /net -hosts suid $ ypcat -k auto.home user -rw,intr :/net/fileserver/export/FS02/user CentOS and openSUSE 11.3: $ df fileserver:/export/FS02 976430976 51770720 924660256 6% /net/fileserver/export/FS02 $ df -a fileserver:/export/FS02 976430976 51770720 924660256 6% /net/fileserver/export/FS02 /net/fileserver/export/FS02/user 976430976 51770720 924660256 6% /home/user $ mount fileserver:/export/FS02 on /net/fileserver/export/FS02 type nfs (rw,nodev,intr,addr=192.168.110.54) /net/fileserver/export/FS02/user on /home/user type none (rw,bind) openSUSE 11.4 and 12.1: $ df fileserver:/export/FS02/ 976430976 51774784 924656192 6% /net/fileserver/export/FS02 fileserver:/export/FS02/user 976430976 51774784 924656192 6% /home/user $ mount fileserver:/export/FS02/ on /net/fileserver/export/FS02 type nfs (rw,nodev,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.110.54,mountvers=3,mountport=1010,mountproto=udp,local_lock=none,addr=192.168.110.54) fileserver:/export/FS02/comes on /home/comes type nfs (rw,nodev,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.110.54,mountvers=3,mountport=1010,mountproto=udp,local_lock=none,addr=192.168.110.54) As you can see, it looks like the automounter in openSUSE 11.4 and 12.1 does not perform a bind mount for /home/user, but a nfs mount. Question: is this a bug, a different default configuration or a different way of working of the automouner? I really like to have it work the old way. Another issue I have on 12.1 is that the directory automounted are not automatically unmounted after the timeout. They stay mounted forefer until I manually unmount them. Any thouths? Thanks, Giacomo -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (1)
-
Giacomo Comes