使用Time Machine格式化目標(biāo)磁盤時娃磺,系統(tǒng)反饋格式化錯誤:
Mediakit reports not enough space on device for requested operation.
解決方案:
1. 開啟終端運行
diskutil list
獲取目標(biāo)磁盤名稱 'disk${DISK_ID}' 例如 'disk2'
2. 卸載該磁盤
diskutil unmountDisk force disk2
3. 在磁盤啟動區(qū)塊寫入全0抹除
sudo dd if=/dev/zero of=/dev/disk2 bs=1024 count=1024
4. 使用磁盤工具嘗試分區(qū)
diskutil partitionDisk disk2 GPT JHFS+ "My External HD" 0g
Reference
https://www.reddit.com/r/applehelp/comments/40yvjh/disk_utility_fails_to_eraseformat_an_external_hdd/