ifuse
ifuse copied to clipboard
No way to mount via autofs (or simply via mount)
I mount a folder via
sudo ifuse -o allow_other /mnt/iphone --documents com.skyjos.fileexplorer
How could I mout it via autofs or via the mount command ?
For autofs, I could use this line for mounting the main iOS device
iphone -fstype=fuse.ifuse,rw,nosuid,nodev,allow_other :
but I couldn't pass the documents
argument.