threefoldtech / info_grid

Apache License 2.0
1 stars 2 forks source link

update info on how to wipe disks #348

Closed Mik-TF closed 9 months ago

Mik-TF commented 9 months ago

The document is clear as of now, but it would be good to add a hint on forcing the wiping of the disk if needed:

Standard way:

sudo wipefs -a /dev/sda

With force

sudo wipefs -af /dev/sda
Mik-TF commented 9 months ago

This issue will be fixed when #349 is merged.

Mik-TF commented 9 months ago

Fixed in #349