Skip to content

Commit

Permalink
Merge pull request #43 from geerlingguy/36-non-sudo-access
Browse files Browse the repository at this point in the history
Issue #36: Add instructions for allowing non-root visibility on macOS Sierra.
  • Loading branch information
gerard committed Jul 14, 2017
2 parents ba41530 + f2a8976 commit 8405232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ your $PATH, go to the directory where you did the compilation and run this
The <device> should be the partition device and the <mountpoint> is the
directory where you want to mount your partition.

> On macOS Sierra (10.12) or later, when mounting a filesystem with `sudo`, you need to add the option `-o allow_other` to allow non-root accounts access to the mount. See [this issue](https://github.com/gerard/ext4fuse/issues/36) for details.
## Reporting bugs
If you notice a problem, please file a [bug report](http://github.com/gerard/ext4fuse/issues).

Expand Down

0 comments on commit 8405232

Please sign in to comment.