LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 08-09-2004, 06:24 PM   #1
dsschanze
Member
 
Registered: Aug 2004
Location: Gainesville, FL
Distribution: Linux Mint 12, Win7, iOS
Posts: 208

Rep: Reputation: 33
Question 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!
 
Old 08-09-2004, 06:26 PM   #2
Joey.Dale
Member
 
Registered: Jun 2003
Location: Tampa, Fl
Distribution: Gentoo, Slackware
Posts: 828

Rep: Reputation: 39
try
Code:
mount -t vfat /dev/sda /mnt/whereever
-Joey
 
Old 08-09-2004, 06:28 PM   #3
username17
Member
 
Registered: Aug 2004
Location: Norfolk VA
Distribution: Slackware 11
Posts: 230

Rep: Reputation: 30
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
 
Old 08-09-2004, 06:32 PM   #4
Joey.Dale
Member
 
Registered: Jun 2003
Location: Tampa, Fl
Distribution: Gentoo, Slackware
Posts: 828

Rep: Reputation: 39
Quote:
I have 4 usb plugs, so I guess it's related to that.
No, the # says what partition.

-Joey
 
Old 08-09-2004, 06:36 PM   #5
dsschanze
Member
 
Registered: Aug 2004
Location: Gainesville, FL
Distribution: Linux Mint 12, Win7, iOS
Posts: 208

Original Poster
Rep: Reputation: 33
should i type "mount -t vfat /dev/sda /mnt/whereever" into the terminal
 
Old 08-09-2004, 06:42 PM   #6
Joey.Dale
Member
 
Registered: Jun 2003
Location: Tampa, Fl
Distribution: Gentoo, Slackware
Posts: 828

Rep: Reputation: 39
yes, after you make the folder.

Code:
mkdir /mnt/whatever
-Joey
 
Old 12-29-2005, 08:42 PM   #7
josedsilva
LQ Newbie
 
Registered: Apr 2002
Location: Goa, India.
Posts: 23

Rep: Reputation: 15
Thumbs up

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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make RH9 detect my usb Thumbdrive! novkhan Linux - Newbie 5 12-29-2005 08:55 PM
Memorex USB Thumbdrive will not mount on RH9 - USB conflict Tsatellite81 Linux - Hardware 1 02-24-2005 12:01 PM
RH9-Can't read USB thumbdrive? sceadu Red Hat 1 01-13-2005 10:08 PM
usb thumbdrive. can't mount? not listed?! FLOODS Linux - Hardware 12 08-05-2004 11:39 PM
how to mount a sony usb thumbdrive? lohdavid Mandriva 1 08-28-2003 09:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration