fuse-ext2 icon indicating copy to clipboard operation
fuse-ext2 copied to clipboard

How to unmount the disk??

Open Yang-Shuang opened this issue 3 years ago • 1 comments

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 .

Yang-Shuang avatar Mar 30 '21 01:03 Yang-Shuang

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

CharlesButcher avatar Apr 07 '21 09:04 CharlesButcher