This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:storage:zero_fill_disk [2019/02/23 16:55] gcooper |
computing:storage:zero_fill_disk [2020/04/30 19:43] (current) gcooper |
||
---|---|---|---|
Line 3: | Line 3: | ||
There may be various reasons to zero-fill the free space on a disk drive: | There may be various reasons to zero-fill the free space on a disk drive: | ||
- | * Make the disk more compressible for backup | + | * Make the disk **more compressible** for backup |
+ | * **Faster** than a secure-erase | ||
+ | * Will force a drive to **retire any bad sectors** in empty space before they are reused | ||
- | <note warning> | + | <note warning> |
+ | |||
+ | <note warning> | ||
===== Windows ===== | ===== Windows ===== | ||
https:// | https:// | ||
- | |||
- | :!: '' | ||
< | < | ||
sdelete -z x: | sdelete -z x: | ||
</ | </ | ||
+ | |||
+ | :!: '' | ||
===== Linux ===== | ===== Linux ===== | ||
https:// | https:// | ||
+ | |||
+ | https:// | ||
< | < | ||
zerofree /dev/sdx1 | zerofree /dev/sdx1 | ||
</ | </ |