Skip to content

Instantly share code, notes, and snippets.

@Swyter
Created July 18, 2020 06:58
Show Gist options
  • Save Swyter/5463317d93576f055f2143e277750176 to your computer and use it in GitHub Desktop.
Save Swyter/5463317d93576f055f2143e277750176 to your computer and use it in GitHub Desktop.
mount-read-write-ntfs-3g-macos.sh
diskutil unmount /dev/disk2s4
sudo /usr/local/bin/ntfs-3g /dev/disk2s4 /Volumes/ntfs -olocal -oallow_other -o auto_xattr -o remove_hiberfile
> ntfs 3g not showing files finder -> -o auto_xattr
https://github.com/osxfuse/osxfuse/issues/574#issuecomment-541309529
> The disk contains an unclean file system mac -> -o remove_hiberfile
https://askubuntu.com/a/145904
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment