Skip to content

Instantly share code, notes, and snippets.

@liuxd
Created July 3, 2018 21:49
Show Gist options
  • Save liuxd/0d5d577d4257f62dca3273f641cd7893 to your computer and use it in GitHub Desktop.
Save liuxd/0d5d577d4257f62dca3273f641cd7893 to your computer and use it in GitHub Desktop.
[Edit NTFS Hard Disc on Macbook] #Mac
  • sudo vim /etd/fstab to open or create the file.
  • Add LABEL=DISKNAME none ntfs rw,auto,nobrowse. DISKNAME is the hard disc's name, then save the file.
  • reject the hard disc and reconnect it.
  • Shift + Command + g in finder.
  • Enter /Volumes
  • Open the disc and use it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment