Unmount only 1 fuse mount, not both?

JV9

Dabbler
Joined
Aug 19, 2021
Messages
25
I'm writing some rc scripts to manage my google drive rclone mounts & mergerfs mounts.

I'd like to start/stop them as separate services.

after both have started, my mounts look like:
Code:
/dev/fuse on /jaildata/plexmnt/media_gdrive (fusefs.rclone)
/dev/fuse on /jaildata/plexmnt/media (fusefs.mergerfs)

If I simply
Code:
umount /jaildata/plexmnt/media
BOTH of the /dev/fuse mounts get removed.

Is there a way to unmount just /jaildata/plexmnt/media without unmounting /jaildata/plexmnt/media_gdrive, perhaps by referencing the fusefs.rclone vs. fusefs.mergerfs?
 
Top