25 Oct
2023
25 Oct
'23
17:14
W dniu 25.10.2023 o 15:11, Simon Heimbach pisze:
Hi everybody,
does anyone know how to securely format a btrfs-partition[1]? I have an unused SSD with a former root partition that I have to return and I want to make sure that all data is erased before giving it back.
Thank you in advance! Simon
[1] Without physically destroying the SSD obviously
"shred" wipes any disk, regardless of filesystem: sudo shred /dev/sdx1 By default it 3 times overwrites it with random data. See "man shred" for details.