Anyone know how to un-fusionfs?

I’m running my setp from a seedbox.

When setting up I made an error in the paths.

I cant just reboot it because its a seedbox.

Anyone know a command to undo a union?

fusermount -u /path/to/union

Just make sure nothing is accessing the mount before you try to unmount it.

1 Like

or usefusermount -uz /path/to/union to force unmounting

1 Like