問題描述
如何安全地移除 USB 外置驅動器?
Ubuntu 12.10 沒有這個選項,隻給”Unmount” 的磁盤,而不是”Eject”。
我已經嘗試了 USB memory 棒和外部硬盤驅動器。
最佳答案
要安全刪除,即斷開外部 USB 驅動器,您需要手動卸載其所有分區(由 ‘drive icons’ 表示):
無論是在 Unity Launcher 中
或在 nautilus
在上麵的示例中:要移除我的 Hitachi 外置 USB 驅動器,我必須卸載所述驅動器上的所有分區。為了在格式化我的驅動器時更容易,我命名(標記)它的所有分區,以便名稱(標簽)以 ‘HIT’ 開頭。
如需進一步閱讀,請參閱錯誤報告(缺少 “Safely remove” 或 “Eject” 是 Ubuntu 12.10 中的錯誤):
https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1067876
不要忘記在頁麵的上部標記“此錯誤影響我”。
次佳答案
似乎有一個 bug report about the missing option 。
@k-k-patel Even if “eject” and “safely remove” are virtually the same for external hard drives, none of the two are available. Only “unmount” is offered.
@hari @isoma No “unmount” and “eject/safely remove” are not the same and even for an external hard drive “eject/safely remove” is not subsumed by “unmount”. For instance, consider a drive with two partitions. If the “user” unmounts one of them, the other one will remain mounted, and, as a result, if the user unplugs the drive, they face a data loss on the second partition. On the other hand, if the user “ejects/safely removes” the first partition, both will get unmounted.