Skip to content

Instantly share code, notes, and snippets.

@francisdb
Created August 23, 2012 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save francisdb/3440269 to your computer and use it in GitHub Desktop.
Save francisdb/3440269 to your computer and use it in GitHub Desktop.
Mount ext2 in mac
install these osxfuse & fuse-ext2
http://osxfuse.github.com/
http://alperakcan.org/?open=projects&project=fuse-ext2
sudo mount -t fuse-ext2 /dev/disk1s1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment