Skip to content

Instantly share code, notes, and snippets.

@baakeydow
Created May 15, 2021 23:58
Show Gist options
  • Save baakeydow/933cd64f4977475af7ba9e709b3b8ee6 to your computer and use it in GitHub Desktop.
Save baakeydow/933cd64f4977475af7ba9e709b3b8ee6 to your computer and use it in GitHub Desktop.
mount ntfs to osx
#!/bin/bash
brew install ntfs-3g
diskutil list // (it finds disk2s1)
sudo mkdir /Volumes/NTFS
sudo /usr/local/bin/ntfs-3g /dev/disk2s1 /Volumes/NTFS -olocal -oallow_other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment