I have a UFS drive that is terrifying me. I used this guide: http://www.wonkity.com/~wblock/docs/html/disksetup.html to GPT format it, but it looks like the old MBR partitions still have all the files in them. The crazy thing about that is that it retains the old label and Dolphin sees all the data. This must be some ghost data because I wiped the begining and the end of the drive. The paranormal part of it is that there aren't any slices visible where this data could be housed: just the new GPT slices I've created.
I would like a complete wipe: write 0's to the whole drive or something.
Will this work?
I would like a complete wipe: write 0's to the whole drive or something.
Will this work?
dd if=/dev/zero of=/dev/da0 bs=512 seek=1