diff --git a/README.md b/README.md index 2a76e85..7d04698 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ your $PATH, go to the directory where you did the compilation and run this The should be the partition device and the 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. - +> 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.

+> If you want to access your folder through Finder, you also need to add the option `-o defer_permissions` to allow non-root account access to the mount t through Finder. ## Reporting bugs If you notice a problem, please file a [bug report](http://github.com/gerard/ext4fuse/issues).