Closed putty182 closed 6 years ago
you need to do
catfs -o rw -o allow-other -o umask=002 ... -- /mnt/source /data/cache /mnt/dest
the --
is important.
d'oh - thanks, this works a treat
Reopen for now, supporting the more natural syntax is probably necessary when we want to support mounting from fstab
note that catfs does not currently accept options like umask=002,gid=1000,uid=1000
because those options are implemented in the C libfuse.
Mount options to FUSE appear to be hard-coded (eg:
default_permissions
)This makes it difficult to expose a catfs mount for use in a docker container from the host; docker tries using it's overlayfs as root, but fails since the catfs mount isn't mounted with
allow_other
orallow_root
.Here's an example of what I'm trying to run with: