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:
If I simplyBOTH 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?
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
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?