Dumping Guides/Linux Advice

From Redump Wiki

Jump to: navigation, search

If you're dumping via Linux, while not required, this will save you lots of time and effort, and will fix any issues you may be having with your system taking a while to let you start dumping from your drive, or not allowing you to dump altogether, on certain discs:

- Get your drive's device ID by checking dmesg -w, or by doing ls /sys/bus/scsi/drivers/sr. It'll look something like 0:0:0:0

- Do echo -n "0:0:0:0" > /sys/bus/scsi/drivers/sr/unbind (root permissions required)

This unbinds the kernel's sr device driver for this drive, until you reboot, unplug and replug it, or just bind it back again via echoing to bind instead of unbind

Because of this, /dev/sr[x] no longer exists for this drive, so you'll have to specify your drive via the generic SCSI device path, /dev/sg[x]

i.e. ./redumper --drive=/dev/sg0

Personal tools