ifuse icon indicating copy to clipboard operation
ifuse copied to clipboard

No way to mount via autofs (or simply via mount)

Open redbug26 opened this issue 2 years ago • 0 comments

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.

redbug26 avatar Mar 09 '22 17:03 redbug26