gerard / ext4fuse

EXT4 implementation for FUSE
GNU General Public License v2.0
913 stars 110 forks source link

Documentation #57

Open pfogel opened 5 years ago

pfogel commented 5 years ago

Hi,

I haven't been able to find a man page or other documentation on the full range of functions and commands. Could you create one or post a link in the README? Seems to work for me on Mojave, but need to tweak how things are mounted and what has access. Thanks.

pfogel commented 5 years ago

Actually, what I'm trying to do is have the files in my mounted file system read by an application, which is not running via sudo. It appears to applications as "OSXFUSE Volume 0 (ext4fuse)" but the contents are not readable. Access the files via command line (using sudo), but not with any applications.