mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-12-14 23:45:28 -05:00
style: Enable vscode spellcheck and fix typos/style (#2888)
Signed-off-by: fria <138676274+friadev@users.noreply.github.com> Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
parent
c11661c0be
commit
adc9de513b
101 changed files with 940 additions and 324 deletions
|
|
@ -38,7 +38,7 @@ Once you have your boot media, enter your system's UEFI settings and boot from t
|
|||
|
||||
### Flash Storage
|
||||
|
||||
For [flash memory](https://en.wikipedia.org/wiki/Flash_memory) (SSD, NVMe, etc) devices we suggest the ATA Secure Erase command. Methods such as `nwipe` should not be used on flash storage devices as it may damage their performance. The "Secure Erase" feature is often accessible through the UEFI setup menu. NVMe storage can be erased using the [`nvme-cli`](https://github.com/linux-nvme/nvme-cli) tools. For that see:
|
||||
For [flash memory](https://en.wikipedia.org/wiki/Flash_memory) (SSD, NVMe, etc.) devices we suggest the ATA Secure Erase command. Methods such as `nwipe` should not be used on flash storage devices as it may damage their performance. The "Secure Erase" feature is often accessible through the UEFI setup menu. NVMe storage can be erased using the [`nvme-cli`](https://github.com/linux-nvme/nvme-cli) tools. For that see:
|
||||
|
||||
```text
|
||||
nvme format /dev/nvme0 -s 2 -n 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue