You are not logged in.

#1 2013-02-24 13:50:01

Spider.007
Member
Registered: 2004-06-20
Posts: 1,175

Something mounts subdirectories of existing nfs mounts again

This is driving me insane, I have a normal NFS mount for my homedirectory, but directories that are used are sometimes re-mounted by some process. For example; chromium mounts 'Local Storage'  again; running eclipse will mount random directories too. Here is an example:

$ mount
server:/home/user on /home/user type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.12,local_lock=none,addr=192.168.1.10)
server:/home/user/.eclipse/org.eclipse.platform_4.2.0_1543616141/p2/org.eclipse.equinox.p2.engine/profileRegistry/SDKProfile.profile/.data on /home/user/.eclipse/org.eclipse.platform_4.2.0_1543616141/p2/org.eclipse.equinox.p2.engine/profileRegistry/SDKProfile.profile/.data type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.12,local_lock=none,addr=192.168.1.10)
server:/home/user/.eclipse/org.eclipse.platform_4.2.0_1543616141/configuration/org.eclipse.osgi/bundles/114/data/listener_1925729951 on /home/user/.eclipse/org.eclipse.platform_4.2.0_1543616141/configuration/org.eclipse.osgi/bundles/114/data/listener_1925729951 type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.12,local_lock=none,addr=192.168.1.10)
server:/home/user/.config/chromium/Default/Local Storage on /home/user/.config/chromium/Default/Local Storage type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.12,local_lock=none,addr=192.168.1.10)

These are not mounted by a user-process, I must use sudo to unmount them. These directories are accesible just fine and don't need automounting but something seems to do that and this leads to stupid problems like 'Invalid cross-device symlinks'. Sometimes I have more than 10 random mounted subdirectories!

How can I find the process that does this? I have already uninstalled udisks and gvfs; but this keeps happening. I can't find messages in any log (journalct, /var/log/*)

Offline

Board footer

Powered by FluxBB