![](https://seccdn.libravatar.org/avatar/9435667f7160374bc34a8600b686aecd.jpg?s=120&d=mm&r=g)
В Sun, 09 Aug 2015 02:53:01 -0400 Felix Miata <mrmazda@earthlink.net> пишет:
Cristian Rodríguez composed on 2015-08-09 02:53 (UTC-0300):
Felix Miata wrote:
At least, according to output from the mount command, and directly viewing /etc/mtab.
mtab is meaningless.. it is currently a symlink to /proc/self/mounts just for backwards compatibility..the mount program does no longer cares about that file in anyway.
Anyone else have this happen in TW? I'm pretty sure it's happening
on every last one of my TW installations, though I've only checked several.
hard to tell without any other information/log entries.
# mount | grep nfs s0000:/dir1 on /mnt/s0000/dir1 type nfs4 ^^^^ (ro,nosuid,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.###.%%%,local_lock=none,addr=192.168.###.###) s0000:/dir2 on /mnt/s0000/dir2 type nfs4 (ro,nosuid,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.###.%%%,local_lock=none,addr=192.168.###.###) # umount -a -t nfs ^^^ # mount | grep nfs s0000:/dir1 on /mnt/s0000/dir1 type nfs4 (ro,nosuid,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.###.%%%,local_lock=none,addr=192.168.###.###) s0000:/dir2 on /mnt/s0000/dir2 type nfs4 (ro,nosuid,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.###.%%%,local_lock=none,addr=192.168.###.###) # dmesg | grep nfs [ 116.236356] FS-Cache: Netfs 'nfs' registered for caching # journalctl -b | grep nfs Aug 09 02:38:00 myhost kernel: FS-Cache: Netfs 'nfs' registered for caching
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org