Quote:
If it's not automounted, type
Code:
dmesg
then mount it
|
For clarity, what he means is:
type dmesg
look for the message (near the end) which identifies the device node (eg sdc1)
Mount that node to a mountpoint in /mnt or /media using:
mount /dev/sdc1 /mnt/mountpoint
(If necessary, create the mount point using mkdir)