On Sun, 2006-03-19 at 23:11, Les Mikesell wrote: > I'm not sure if rescue mode will recognize a USB disk or > not. If it does, it should show up as /dev/sda1. You can > mkdir /tmp/usb > mount /dev/sdb1 /tmp/usb Oops, I meant /dev/sda1 there, but this will actually depend on whether you have any other scsi devices and how the usb device is partitioned. You can see what was recognized by the last few lines you see with the 'dmesg' command after plugging it in. -- Les Mikesell lesmikesell@xxxxxxxxx