Skip to content

Instantly share code, notes, and snippets.

@sercheo87
Last active May 18, 2019 22:38
Show Gist options
  • Save sercheo87/4644b7f2de87a295f74ffa35c1e00efe to your computer and use it in GitHub Desktop.
Save sercheo87/4644b7f2de87a295f74ffa35c1e00efe to your computer and use it in GitHub Desktop.
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/
PATH=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/bin:$PATH
# list disk
diskutil list
# Web: https://github.com/osxfuse/osxfuse/wiki/NTFS-3G
sudo ntfs-3g /dev/disk2s2 /Volumes/NTFS -olocal -oallow_other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment