2021-04-19 23:40:51 +02:00
|
|
|
# sfill
|
|
|
|
|
|
|
|
> Securely overwrite the free space and inodes of the partition where the specified directory resides.
|
|
|
|
> More information: <https://manned.org/sfill>.
|
|
|
|
|
|
|
|
- Overwrite free space and inodes of a disk with 38 writes (slow but secure):
|
|
|
|
|
|
|
|
`sfill {{/path/to/mounted_disk_directory}}`
|
|
|
|
|
2025-06-24 08:02:23 -05:00
|
|
|
- Overwrite free space and inodes of a disk with 6 writes (fast but [l]ess secure) and show status ([v]erbose):
|
2021-04-19 23:40:51 +02:00
|
|
|
|
|
|
|
`sfill -l -v {{/path/to/mounted_disk_directory}}`
|
|
|
|
|
2025-06-24 08:02:23 -05:00
|
|
|
- Overwrite free space and inodes of a disk with 1 write (very fast but [l]ess secure [v]erbose) and show status:
|
2021-04-19 23:40:51 +02:00
|
|
|
|
|
|
|
`sfill -ll -v {{/path/to/mounted_disk_directory}}`
|
|
|
|
|
2025-06-24 08:02:23 -05:00
|
|
|
- Overwrite only free space of a d[I]sk:
|
2021-04-19 23:40:51 +02:00
|
|
|
|
|
|
|
`sfill -I {{/path/to/mounted_disk_directory}}`
|
|
|
|
|
2025-06-24 08:02:23 -05:00
|
|
|
- Overwrite only free [i]nodes of a disk:
|
2021-04-19 23:40:51 +02:00
|
|
|
|
|
|
|
`sfill -i {{/path/to/mounted_disk_directory}}`
|