Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to unmount the disk?? #117

Open
Yang-Shuang opened this issue Mar 30, 2021 · 1 comment
Open

How to unmount the disk?? #117

Yang-Shuang opened this issue Mar 30, 2021 · 1 comment

Comments

@Yang-Shuang
Copy link

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 .

@CharlesButcher
Copy link

CharlesButcher commented Apr 7, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants