New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mounted drives in /media or /home/<user> appears twice in Caja (and MATE desktop) #742
Comments
than 'systemctl stop autofs.service' should stop it.
Link to downstream report please. |
|
Link to the downstream report was on the "advised" word : https://dev.solus-project.com/T2658#47090 The thing is that I don't know why it is mounted twice; it is only specified once in /etc/fstab and the type is sshfs.fuse and not autofs. If I update /etc/fstab to mount the drive anywhere else (i.e.: in /mnt) with the same command it doesn't appears two times in Caja. In case it can help, here are the auto* files from /etc: |
|
Is there an autofs entry for sshfs? |
|
@ikeydoherty no, there isn't any! |
|
OK I only asked... :) Does the problem only persist when you have autofs installed? Looks like it could be a borky autofs package. With both of them "mounted", please paste your |
|
Here it is: |
|
I see 3 mounts there unless I'm mistaken.. |
|
There are "only" two. There is another sshfs mount point for a different share (/mnt/nas/public).
|
|
I also tried to stop the autofs service as advised by @raveit65 but it's not running
|
|
I've never used shares, but can confirm that ordinary flash drives and encrypted (LUKS) flash drives and internal drives appear only once. |
|
I have the same problem using caja 1.16.2. My fstab entry is: mount command gives me: ( I think the problem here is just that caja displays actual mounts. It should display every mount directory once. |
|
I agree, caja should not list automount entries if the actual mount is present! |
|
Same issue for me, but I use nautilus and gnome-shell. |
|
Wondering if this is a GVFS issue? |

When I mount shares in /media or in /home/user, the mounted share appears twice in caja (and on the MATE desktop).
If I disable the "Mounted Volumes" in MATE Tweak, nothing at all appears on the MATE desktop, but still I see the mounted volumes twice in Caja.
It seems the drive is mounted twice... once as autofs and another time as fuse.ssh :
However I added it only once in /etc/fstab :
py@192.168.1.31:/home /home/py/py-nas fuse.sshfs noauto,x-systemd.automount,_netdev,noatime,user,nonempty,idmap=user,uid=1000,gid=1000,identityfile=/home/py/.ssh/id_rsa,allow_other,default_permissions,reconnect 0 0I added this entry in the fstab file based on the "On demand" example of the SSHFS page of the ArchWiki.
PS: When I plug a USB stick, the icon appears only once.
FYI: this behavior occurs on Solus MATE edition. They advised me to report the problem here:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: