Computing.Net > Forums > Linux > accessing USB drive

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

accessing USB drive

Reply to Message Icon

Name: cvayou
Date: January 30, 2006 at 02:03:44 Pacific
OS: F Core
CPU/Ram: p4/256
Comment:

How should access the flash drive Through USB port

infosysian



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: January 30, 2006 at 06:25:13 Pacific
Reply:

Most USB mass storage devices (cameras, memory sticks etc) should show up as the first unused SCSI device. For most users who only have IDE this will be /dev/sda. To mount the drive:
# mount -t vfat /dev/sda1 /mnt/flashdrive
If all goes according to plan you can make an entry in /etc/fstab to make mounting easier in future:
/dev/sda1 /mnt/flashdrive vfat noauto,owner,user,rw 0 0


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: accessing USB drive

Using USB drives www.computing.net/answers/linux/using-usb-drives/26896.html

Mounting USB Drive in Knoppix www.computing.net/answers/linux/mounting-usb-drive-in-knoppix/25390.html

running linux off of a USB drive www.computing.net/answers/linux/running-linux-off-of-a-usb-drive/9209.html