
When the script to mount partition is executed an icon appear in my desktop like this:
#Install fuse for mac mac os#
Sudo fuse-ext2 /dev/disk2s6 /Users/jaehoo/mnt/ -o rw+Īnd that’s it, a lot of work but finally is running on my mac OS High Sierra. # select your ext file system, in my case in /dev/disk2 with the identifier disk2s6 # Connect the harddrive and list the partitionsĢ: Apple_HFS OS X Base System 21.5 GB disk2s5 Sudo sed -e 's/OPTIONS="auto_xattr,defer_permissions"/OPTIONS="auto_xattr,defer_permissions,rw+"/' -i.orig /System/Library/Filesystems/fuse-ext2.fs/fuse-ext2.util # Enable write support by default to make permanent rw mode, # Compile and package (picked from my bash hisrtory):ġ95 cd /Volumes/DATA/jaehoo/fuse-ext2.build/fuse-ext2ġ96 sudo xcode-select -s /Users/jaehoo/Downloads/Xcode.app/Contents/Developer/Ģ00 CFLAGS="-idirafter/opt/gnu/include -idirafter/usr/local/include/osxfuse/" LDFLAGS="-L/opt/gnu/lib -L/usr/local/lib". Ln -s /usr/bin/true /usr/local/bin/xcodebuild # Create symbolic link, as mention here: Sudo xcode-select -s /Applications/Xcode.app/Contents/Developer Sudo xcode-select -switch /Library/Developer/CommandLineTools # Enable command line tools # Install Xcode Command Line Tools if you haven't already. ~/fuse-ext2.build/fuse-ext2/fuse-ext2/fuse-ext2.h creeate script and comment sysmacro include It means that you need both if you want to mount your EXT partitions in OSX.Īfter some 4 hours I’ve successfully created the distribution package, but I did a lot of fixes and apply a lot of tips that I read on multiple websites, honestly I don’t remember how many websites I’ve visited over all process, I’m just write some notes on my sublime text editor, but I want to share it here if any want try to compile the source code, at the end of this post you can download my binary package ready to install it.Īgain, I’m sorry I did this a two months ago and I don’t remember the step by step, only I have this in my notes:
#Install fuse for mac for mac osx#
The other way is using the Fuse for mac OSX with fuse-ext2 to support EXT file system… I thinked it could be a easy task, but it’s not. The easy way to mount a ext partition on macOS is buying the paragon software, but the problem is when you upgrade the OS because you need to buy a new license, the main advantage is the speed to read and write is very good.
