Last active
May 18, 2019 22:38
-
-
Save sercheo87/4644b7f2de87a295f74ffa35c1e00efe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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