If this is the first time, make yourself a mount point for USB devices, like:
sudo mkdir /mnt/usb
Thereafter:
sudo mount /dev/sdb1 /mnt/usb
If mount can't figure out the filesystem type, you'll have to figure it out yourself and specify the type to mount with the -t option.
No comments:
Post a Comment