Skip to content

Instantly share code, notes, and snippets.

@zwh8800
Created May 26, 2017 08:20
Show Gist options
  • Save zwh8800/ee17b581e582b4a9c2da3a110684f1f0 to your computer and use it in GitHub Desktop.
Save zwh8800/ee17b581e582b4a9c2da3a110684f1f0 to your computer and use it in GitHub Desktop.
create a case sensitive filesystem on macOS
sudo hdiutil create ~/Documents/case-sensitive.dmg -volname "case-sensitive" -size 10g -fs "Case-sensitive HFS+"
sudo hdiutil mount ~/Documents/case-sensitive.dmg
cd /Volumes/case-sensitive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment