Filesystem ext4 in MacOS

Ivan Molina Rebolledo
- 1 min read
Filesystem ext4 in MacOS

Abstract

This works if you just want to read files. It's a little bit buggy, so I can't recommend enabling writing, but for read-only purposes it's fine.


This works if you just want to read files. It's a little bit buggy, so I can't recommend enabling writing, but for read-only purposes it's fine.

brew cask install osxfuse
brew install ext4fuse

Check your partition:

diskutil list

Mount (X,Y: disk,partition):

sudo ext4fuse /dev/diskXsY ~/tmp/drive -o allow_other