Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wipefs [2017/07/30 22:59]
steve
wipefs [2017/07/30 23:01]
steve
Line 3: Line 3:
   * [[Filesystems]]   * [[Filesystems]]
  
-''​wipefs''​ can remove signatures, labels, and RAID info from block devices.+''​wipefs''​ can remove signatures, labels, and RAID info from block devices. In some cases, ''​gdisk''​ will recommend using it.
  
 By default, will show them: By default, will show them:
Line 9: Line 9:
 <​code>​ <​code>​
 /​sbin/​wipefs /dev/sdc /​sbin/​wipefs /dev/sdc
 +</​code>​
 +
 +From a USB drive imaged with an Ubuntu ''​.img''​ file:
 +
 +<​code>​
 +offset ​              type
 +----------------------------------------------------------------
 +0x1fe                dos   ​[partition table]
 +
 +0x8001 ​              ​iso9660 ​  ​[filesystem]
 +                     ​LABEL:​ Ubuntu-Server 16.04.2 LTS i386
 +                     ​UUID: ​ 2017-02-15-20-43-45-00
 </​code>​ </​code>​