Required Software

Install macFUSE and ext4fuse


Mounting an Image

$ hdiutil mount <IMAGE_FILE>

/dev/disk4          	FDisk_partition_scheme         	
/dev/disk4s1        	Windows_FAT_16                 	/Volumes/boot
/dev/disk4s2        	Linux        

$ mkdir ~/Desktop/raspi/

# Mount
$ sudo ext4fuse /dev/disk4s2 ~/Desktop/raspi/ -o allow_other

# Unmount
$ sudo umount ~/Desktop/raspi/


References

ReferenceURL
How to Mount and Access Ext4 Partition in Machttps://www.maketecheasier.com/mount-access-ext4-partition-mac/
How to mount Raspberry Pi SD card using Machttps://medium.com/@iamalleksy/how-to-mount-raspberry-pi-sd-card-using-mac-3046abc2059a
  • No labels