Carlos,

Would you be able to provide a copy of the Master Boot Record which is contained in the first sector of the device?

You can capture the Master Boot Record in a file with the following command:

NOTE: Be extra careful to type this command in properly, otherwise loss of data could result.

  dd if=/dev/sdg of=sdg-carlos.mbr bs=512 count=1

where /dev/sdg is the USB device, and sdg-carlos.mbr is the name of the file that will need to be uploaded.

Regards,
Curtis Gedak
(Maintainer of GParted)



_______________________________________________
bug-parted mailing list
bug-parted@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to