User Tools

Site Tools


computing:storage:zero_fill_disk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:storage:zero_fill_disk [2019/02/24 11:23]
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>Do **not** do this on SSD drives!</note>
  
 <note warning>This may cause a thinly provisioned virtual disk to balloon out to it's fully provisioned size!  But it can also have a profound impact in the size of VM (image) backups.</note> <note warning>This may cause a thinly provisioned virtual disk to balloon out to it's fully provisioned size!  But it can also have a profound impact in the size of VM (image) backups.</note>
Line 10: Line 14:
  
 https://docs.microsoft.com/en-us/sysinternals/downloads/sdelete https://docs.microsoft.com/en-us/sysinternals/downloads/sdelete
- 
-:!: ''sdelete'' can also be used for secure erase. 
  
 <file> <file>
 sdelete -z x: sdelete -z x:
 </file> </file>
 +
 +:!: ''sdelete'' can also be used for secure erase.
  
 ===== Linux ===== ===== Linux =====
computing/storage/zero_fill_disk.1551032599.txt.gz · Last modified: 2019/02/24 11:23 by gcooper