Changes for page Effacer la signature d'un périphérique avec wipefs
Last modified by Mélodie on 2026/07/11 13:38
Summary
Details
- Page properties
-
- Content
-
... ... @@ -130,12 +130,10 @@ 130 130 blkid -p /dev/sdX 131 131 {{/code}} 132 132 133 -##/dev/sdX## should still be adapted. 133 +Shouldn't return anything (or only the device's generic information), which means the device has been properly cleaned. (##/dev/sdX## should still be adapted.) 134 134 135 - Shouldreturn nothing (or onlythe device'sgenericinformation):a sign that thedevice isnowon a clean footing.135 +Additionally, it's possible to inspect the raw bytes of the first sector directly: 136 136 137 -In addition, it's possible to inspect the raw bytes of the first sector directly: 138 - 139 139 {{code language="bash"}} 140 140 hexdump -C -n 512 /dev/sdX | tail -n 2 141 141 {{/code}}