Comment 59 for bug 1899308

Revision history for this message
Thomas Schmitt (scdbackup) wrote :

Hi,

> Please tell me which partition editor commands to run

One might need superuser autority for reading the device file:

  device=/dev/sdd

  /sbin/fdisk -l "$device"

  xorriso -indev stdio:"$device" -report_system_area plain

Have a nice day :)

Thomas