我安装了一个 ext4 sd 卡,例如
brew cask install osxfuse
brew install ext4fuse
sudo ext4fuse /dev/disk2s2 ~/mp2
使用以下方法卸载后
sudo umount ~/mp2
我仍然看到它ls -ls
:
0 drwxr-xr-x 2 root staff 64 14 Dez 14:49 mp2
我怎样才能摆脱它?
答案1
它现在只是一个目录,其中没有安装任何内容。
rmdir ~/mp2