Minor fixes to various pages (#1327)

This commit is contained in:
Daniel Gray 2022-05-25 15:46:50 +00:00
parent f335a7e5d2
commit 2635aabed7
No known key found for this signature in database
GPG key ID: 41911F722B0F9AE3
5 changed files with 11 additions and 12 deletions

View file

@ -13,7 +13,6 @@ To erase a storage device **thoroughly**, you should securely erase the whole de
When you delete a file, the operating system marks the space where the deleted file was as "empty". That "empty" space can be fairly easily undeleted, yielding the original file.
### Magnetic storage
If the disk is a magnetic storage device such as spinning hard disk we suggest using [`nwipe`](https://en.wikipedia.org/wiki/Nwipe). `nwipe` can be installed in most Linux distributions. If you wish to use a complete boot environment on a system, consider using [ShredOS Disk Eraser](https://github.com/PartialVolume/shredos.x86_64). ShredOS boots straight into `nwipe` and allows you to erase available disks. To install it to a flash USB stick see the [installation methods](https://github.com/PartialVolume/shredos.x86_64/blob/master/README.md#obtaining-and-writing-shredos-to-a-usb-flash-drive-the-easy-way-).