This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:storage:zero_fill_disk [2019/02/23 16:49] gcooper created |
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 ===== | ||
Line 13: | Line 17: | ||
< | < | ||
sdelete -z x: | sdelete -z x: | ||
+ | </ | ||
+ | |||
+ | :!: '' | ||
+ | |||
+ | ===== Linux ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | < | ||
+ | zerofree /dev/sdx1 | ||
</ | </ |