ExtendFS
A ext2, ext3 & ext4 file system driver for Mac to mount Linux disks with read-only access using FSKit
Install / Use
/learn @kthchew/ExtendFSREADME
ExtendFS
ExtendFS is a read-only ext2, ext3, and ext4 driver for macOS using FSKit and written in Swift. It's plug-and-play, with no kernel extension or messing with system security settings required.
macOS 15.6 or later is required.
Download
You can either download the latest version from the releases page on GitHub for free, or purchase it from the Mac App Store. There is no difference in functionality.
<a href="https://apps.apple.com/us/app/extendfs-for-linux-filesystems/id6755664332?mt=12&itscg=30200&itsct=apps_box_badge&mttnsubad=6755664332" style="display: inline-block;"> <img src="https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1763942400" alt="Download on the App Store" style="width: 245px; height: 82px; vertical-align: middle; object-fit: contain;" /> </a>Usage
- Download and run the ExtendFS app.
- Enable ExtendFS's file system extension in System Settings.
Then, once you plug in your ext4-formatted drive or open your disk image, supported volumes will mount automatically, with no command line tools or manual mounting required.
If you do wish to use a command line tool, ExtendFS (like other FSKit extensions) integrates with the system's familiar tools, like the mount(8) command:
mount -t ExtendFS /dev/disk15 /tmp/mnt
Known Limitations
Information on known limitations can be found on the official website.
FAQ
Other information can be found on the official website.
Contributing
See the contributing guidelines.
