sfdisk -V /dev/sdb<br>/dev/sdb:<br>No errors detected.<br>Remaining 13226 unallocated 512-byte sectors.<br><br>sfdisk -d /dev/sdb > my_disk_partition.txt<br><br>more my_disk_partition.txt<br>label: dos<br>label-id: 0x0006411f<br>device: /dev/sdb<br>unit: sectors<br>sector-size: 512<br><br>/dev/sdb1 : start=        2048, size=   117184512, type=7, bootable<br>/dev/sdb3 : start=   117188606, size=   117252098, type=5<br>/dev/sdb5 : start=   117190656, size=    41013248, type=83<br>/dev/sdb6 : start=   158203904, size=     9762816, type=83<br>/dev/sdb7 : start=   167968768, size=    13670400, type=83<br>/dev/sdb8 : start=   181641216, size=     1951744, type=83<br>/dev/sdb9 : start=   183595008, size=    39059456, type=83<br>/dev/sdb10 : start=   222656512, size=    11784192, type=82<br><br>To recreate an identically partitionned disk<br><br>you can recreate the same disk format via: <br><br>sfdisk /dev/sdb < my_disk_partition.txt <br>-- <br>Eric Valette