Similar to x_gvfs_hide option in Linux

What is the problem you are having with rclone?

This is not a particular rclone problem.

I'm using Arch Linux (x64) with latest Gnome. What I'm trying to do is replace my Documents folder with rclone mount (something like iCloud in MacOS).

The thing is that the mount keeps showing in the Nautilus' left panel. It's annoying if there are like 5 or more different mounts.

So I wonder if there is a way to hide it like the x_gvfs_hide option you can use in fstab or if there is a better solution you guys could share.

What is your rclone version (output from rclone version)

rclone v1.53.2

  • os/arch: linux/amd64
  • go version: go1.15.3

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount remote:/Documents $1 --allow-other --allow-non-empty --cache-dir=/home/andreluisos/.cache --vfs-cache-mode full
1 Like

Can you find some docs on exactly how that works? Then I can see if it can make rclone mount do it.

I think if you were to compile rclone for yourself then you could use rclone cmount and the -o x_gvfs_hide flag but I'm not sure that will work.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.