Skip to content

Instantly share code, notes, and snippets.

@hwaterke
Created August 13, 2017 14:58
Show Gist options
  • Select an option

  • Save hwaterke/b49286699723cf3c9615da3789b2ea68 to your computer and use it in GitHub Desktop.

Select an option

Save hwaterke/b49286699723cf3c9615da3789b2ea68 to your computer and use it in GitHub Desktop.
ext4 on max os
brew cask install osxfuse
(reboot)
brew install ext4fuse
(reboot)

Find the partition you want to mount

diskutil list
sudo mkdir /Volumes/rpi
sudo ext4fuse /dev/disk2s2 /Volumes/rpi -o allow_other
(do stuff)
sudo umount /Volumes/rpi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment