Mount USB Drive in System Rescue CD
From the forum:
You can run "fsarchiver probe simple" from sysresccd-1.1.7
to identify all the filesystems
Once you know the device,
(probably /dev/sdb or something like that) just
mkdir
/mnt/usb
then
mount /dev/sdb (or
whatever) /mnt/usb