fix_ntfs-3g_automount_script (#63735)

fix ntfs-3g automount script
workaround to show files in macOS Catalina Finder
master
dragonandy 2020-11-02 19:29:10 +08:00 committed by GitHub
parent 5fc6d323d3
commit 9a5724411f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ class Ntfs3g < Formula
-o volname="${VOLUME_NAME}" \\
-o local \\
-o negative_vncache \\
-o auto_xattr \\
-o auto_cache \\
-o noatime \\
-o windows_names \\