From 8ac2bbdb1679a796eb563a3a7ace5f9494ca2acd Mon Sep 17 00:00:00 2001 From: Do Duy Huy Hoang Date: Fri, 7 Jun 2019 00:50:09 +0700 Subject: [PATCH 1/3] fixed Readme for accesing folder through Finder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a76e85..2fcf4b6 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ 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. - +> 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). From e0d45ec1f2bae425924d5f3252bb96f1ecbc282b Mon Sep 17 00:00:00 2001 From: Do Duy Huy Hoang Date: Fri, 7 Jun 2019 00:55:48 +0700 Subject: [PATCH 2/3] fixed Readme for accesing folder through Finder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fcf4b6..6a12b32 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ 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). From d7f71d3455ae60d6e03f4fb80cf53fc0c1f19608 Mon Sep 17 00:00:00 2001 From: Do Duy Huy Hoang Date: Fri, 7 Jun 2019 00:57:56 +0700 Subject: [PATCH 3/3] fixed Readme for accesing folder through Finder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a12b32..7d04698 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ 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).