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
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