MediaKit reports not enough space on device for requested operation.Mac 格式化移动硬盘为Mac和Windows可用 error

同事今天新买的移动硬盘,让帮忙设置成mac上可读写。用磁盘工具格式化时报了MediaKit reports not enough space on device for requested operation这个错误。网上的一些方法试了一下,不太管用。最后在
http://blog.csdn.net/eclipsesy/article/details/79171958 这篇blog上看的方法可行。现贴出步骤,关于其中要注意点的点,图片后补充
MediaKit reports not enough space on device for requested operation.Mac 格式化移动硬盘为Mac和Windows可用 error
notes:
1.sudo dd if=/dev/zero of=/dev/disk2 bs= 1024 count = 1024 中的bs= 1024 count = 1024 是根据硬盘的大小来得
2.按照此步骤格式化出来的是默认为mac只读,主要在于最后一行命令符中的输入格式,如果不知道对应的格式,可以先按照此步骤格式化完成。然后继续用磁盘工具格式化成自己想要的格式就好