我有一个 512G 的磁盘,我想清除磁盘末尾的最后 512k 字节。
我通常通过dd if=/dev/zero of=/dev/da0 整个磁盘清除它。
dd if=/dev/zero of=/dev/da0
哪种方式做这个操作最快?
unix dd
dd ×1
unix ×1