This shows you the differences between two versions of the page.
— | docu:csheet:sysadm:disks:privacy:wipe_disk [2022/06/17 08:29] (current) – created admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== Wipe a disk entirely (for privacy) using shred ==== | ||
+ | \\ | ||
+ | In case you want to sell a hard-drive, or just use it in other system and don't want it to have possible recoverable sensitive data, you may execute this command: | ||
+ | |||
+ | <code bash> | ||
+ | shred -vfz /dev/sde | ||
+ | </ | ||
+ | |||
+ | Source: https:// |