• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Use mkfs to securely erase data?

Jeff7181

Lifer
Can mkfs be used to securely erase data? I was given instructions by a manufacturer to erase data on an appliance before returning it, and all it says to do is run mkfs.xfs -f on a specific volume. mkfs doesn't even write zeros to the entire drive, let alone perform a secure erase... does it?
 
No, that won't overwrite the entire volume. It'll essentially just do a quick format and overwrite the parts required for the filesystem.
 
Thanks... sounds like shred will be my last resort if I can't get DBAN to run or the manufacturer tells us not to use it.
 
The badblocks command also has a write mode which writes various patterns to the disk and makes sure they read back ok, so a destructive wipe is a side effect of that test.
 
Back
Top