fuse-ext2
fuse-ext2 copied to clipboard
How to unmount the disk??
First, thank you, this tool had help me a lot,and it worked good, but I have a problem, I dont know how to unmount the disk mounted by fuse-ext2, I cant unmount the disk in Finder, Could you tell me how to unmount the disk?
Installation method:use script.sh OS : Macos 10.15.7 Catalina Disk : ext4 in the SSD partition .
Try sudo diskutil unmount /Volumes/disk2s2
(or whatever your disk is called). Or sudo umount
(not a typo).
For me, disks created by @alperakcan's test script (without sudo) show up on the desktop and can be dragged to the trash. But real physical disks (Raspberry Pi SD cards in this case) need sudo
to mount and to eject.
macOS 11.2.3