Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-09-2004, 06:24 PM
|
#1
|
Member
Registered: Aug 2004
Location: Gainesville, FL
Distribution: Linux Mint 12, Win7, iOS
Posts: 208
Rep:
|
How do you mount a USB thumbdrive in RH9?
Hi,
How do you mount a USB thumbdrive in Redhat Linux 9? Thanks if you can help me!

|
|
|
08-09-2004, 06:26 PM
|
#2
|
Member
Registered: Jun 2003
Location: Tampa, Fl
Distribution: Gentoo, Slackware
Posts: 828
Rep:
|
try
Code:
mount -t vfat /dev/sda /mnt/whereever
-Joey
|
|
|
08-09-2004, 06:28 PM
|
#3
|
Member
Registered: Aug 2004
Location: Norfolk VA
Distribution: Slackware 11
Posts: 230
Rep:
|
For me the dev is a little different.
I have 4 usb plugs, so I guess it's related to that.
I had to use /dev/sda1, but no biggie.
If /dev/sda doesn't work, try 1, 2, etc.
-Jason
|
|
|
08-09-2004, 06:32 PM
|
#4
|
Member
Registered: Jun 2003
Location: Tampa, Fl
Distribution: Gentoo, Slackware
Posts: 828
Rep:
|
Quote:
I have 4 usb plugs, so I guess it's related to that.
|
No, the # says what partition.
-Joey
|
|
|
08-09-2004, 06:36 PM
|
#5
|
Member
Registered: Aug 2004
Location: Gainesville, FL
Distribution: Linux Mint 12, Win7, iOS
Posts: 208
Original Poster
Rep:
|
should i type "mount -t vfat /dev/sda /mnt/whereever" into the terminal
|
|
|
08-09-2004, 06:42 PM
|
#6
|
Member
Registered: Jun 2003
Location: Tampa, Fl
Distribution: Gentoo, Slackware
Posts: 828
Rep:
|
yes, after you make the folder.
Code:
mkdir /mnt/whatever
-Joey
|
|
|
12-29-2005, 08:42 PM
|
#7
|
LQ Newbie
Registered: Apr 2002
Location: Goa, India.
Posts: 23
Rep:
|
Login as root and make sure that a module named usb-storage is loaded.
run command: lsmod | more
If usb-storage is not loaded, load it by executing:
modprobe -k usb-storage
Alternatively, you can also execute:
insmod -k usb-storage
create a directory:
mkdir /mnt/usb-thumbdrive
Edit your fstab file and append this line to it:
/dev/sda1 /mnt/usb-thumbdrive vfat noauto,users,rw,umask=0 0 0
Now plug in your flashdrive and type:
mount /mnt/usb-thumbdrive
To unplug device, first unmount it:
umount /mnt/usb-thumbdrive
or
eject /mnt/usb-thumbdrive
Well, this should mount your drive.
|
|
|
All times are GMT -5. The time now is 01:54 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|