你好,我想使用磁盘实用程序将我的 HP 500GB 硬盘重新格式化为 MS DOS (FAT),但磁盘实用程序一直说无法卸载硬盘。我尝试谷歌搜索,但似乎没有答案。我不是想重新格式化 Mac 中的硬盘,而是想重新格式化我的外部硬盘!
我通常会格式化硬盘以清除不再需要的文件。我会将其更改为 ExFat,但目前,每当我在 Windows 上插入硬盘时,整个系统都会挂在那里。
有人可以帮忙吗?
答案1
答案2
是的,确保没有为外部驱动器打开任何“磁盘准备”应用程序。许多应用程序预装了必须关闭的 Win 和 OS 实用程序。这为我解决了问题。
答案3
我使用了这两个命令。使用第二个命令时,我收到一条错误消息,指出无法卸载磁盘。当时没有任何东西在使用 HDD。
caelenwilson$ sudo umount -f /Volumes/Caelen_HDD
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password:
umount: /Volumes/Caelen_HDD: not currently mounted
caelenwilson$ sudo diskutil umount force /Volumes/Caelen_HDD
Umount failed for /Volumes/Caelen_HDD
caelenwilson$