LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   USB flash drive (https://www.linuxquestions.org/questions/linux-hardware-18/usb-flash-drive-374462/)

bsmntbombdood 10-18-2005 07:31 PM

USB flash drive
 
I am running RedHat 9 and have a USB flahs drive made by Lexar Media. How do i mount the drive?

fouldsy 10-19-2005 02:48 AM

http://www.extremetech.com/article2/...1256766,00.asp

nelsonlobo 10-19-2005 02:52 AM

Hi

Plug in your flash drive and then go to /dev folder and see if you can see any device named sda or sda0 or sda1.
I'am assuming that you see a device as sda1

Go to /mnt folder and make new folder named usb (you need to enter as root or su)
then go to /etc/fstab file (as root or su) and make the following entry in your
/etc/fstab file :

/dev/sda1 /mnt/usb vfat,user,noauto 0 0
and save.

Click on usb drive under /mnt folder or konquerer, you should see the contents of your drive

regards

Nelson

bsmntbombdood 10-19-2005 04:54 PM

Thanks fouldsy that worked


All times are GMT -5. The time now is 08:34 AM.