Having trouble with union on MacOS

hey folks,
I've been trying to duplicate what I have on my linux platforms (RO google drive in a union FS with a RW local folder).

When I try and mount my union mounts with rclone on macOS, I seem to only get the local folder, not a complete union of the two.

here's my conf:

[nsnetmedia]
type = drive
client_id = [redacted]
client_secret = [redacted]
scope = drive.readonly
token =[redacted]
root_folder_id = 0AISkVdQPkEkmUk9PVA


[media]
type = union
remotes = /Volumes/OS2/Users/myuser/acd, /Volumes/OS2/Users/myuser/local

I mount nsnetmedia: to ~/.acd and then use encFS to mount ~/.acd to ~/acd
That works fine. Likewise I have a ~/.local and encFS mount to ~/local

This is exactly what I do on multiple linux machines - may not be best practice but it works well :slight_smile:

Now I'm trying to do a union between the cleartext ~/acd and ~/local mounts. What results seems to only be ~/local.

Anyone have any tips or suggestions?

These should be space separated so remove the , and I think it will work.

doh! that worked. Thanks!

1 Like

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