|
noover, whats the exact command your using for dumping?
hycraig, its very simple, connect your USB device
type : fdisk -l
should show "/dev/sdc1 40gb" (or something along those lines), find the one that matches your drive.
then do a mkdir /mnt/exthdd
then a mount /dev/sdc1 /mnt/exthdd
(where /dev/sdc1 = your hdd), then your DD is -> dd if=/dev/cdrom of=/mnt/exthdd/game.iso
The issue is , the HDD must be formatted EXT3, NTFS write = dont work by default, and FAT32 = too small!
|