diff options
author | Evgeny | 2023-01-30 17:13:24 +0700 |
---|---|---|
committer | rfjakob | 2023-02-01 08:38:33 +0100 |
commit | 6dc8c2610077e4f8f7f85b5d3a22df454883285c (patch) | |
tree | 788452d399e152754d1fb654af169b9765a04c3f /Documentation | |
parent | 88bc0aa60748405db94410c8f149e62683638f80 (diff) |
MANPAGE: add a note on enabling Trash on macOS
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/MANPAGE.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 47092cf..4e9ab78 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -305,8 +305,10 @@ runs as root, you can enable device files by passing the opposite mount option, "dev", and if you want to enable suid-binaries, pass "suid". "ro" (equivalent to passing the "-ro" option) and "noexec" may also be interesting. For a complete list see the section -`FILESYSTEM-INDEPENDENT MOUNT OPTIONS` in mount(8). On MacOS, "local", -"noapplexattr", "noappledouble" may be interesting. +`FILESYSTEM-INDEPENDENT MOUNT OPTIONS` in mount(8). On MacOS, "local" enables volume-based trash +if you have `.Trashes` folder in the root of your volume (might need to be manually created) +note, though, that "local" is marked as "experimental" in [osxfuse](https://github.com/osxfuse/osxfuse/wiki/Mount-options#local); +"noapplexattr", "noappledouble" may also be interesting. Note that unlike "-o", "-ko" is a regular option and must be passed BEFORE the directories. Example: |