Which way is the fastest to `dd` to the last 512 kilobytes of disk
- by teerapap
I have a 512G disk and I want to clear the last 512k bytes at the end of the disk.
I usually clear it by dd if=/dev/zero of=/dev/da0 the whole disk.
Which way is the fastest to do this operation?