LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-30-2009, 11:52 PM   #1
sivafedora
LQ Newbie
 
Registered: Jun 2009
Posts: 11

Rep: Reputation: 0
Question mounting pen drive on redhat 9


I am using redhat 9 os which is newly installed and in /mnt folder i could only see floppy drive, cd rom drive available for mounting. There is no sign of the connected pen drive (transcend 4 gb). the usb port is working well with XP and fedora. why redhat 9 is not able to detect and auto mount the pen drive..pls help this is urgent for me...thanks in advance...
 
Old 08-31-2009, 12:41 AM   #2
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Once you connect the pen drive, check with dmesg if it is detected and on what port? It could be something like sdb or something similar. You can then mount the usb drive manually on some folder.
 
Old 08-31-2009, 11:30 AM   #3
htnakirs
Member
 
Registered: Mar 2007
Posts: 239

Rep: Reputation: 34
Autofs is the service which automounts devices, and it may be switched off. Search online on how to get autofs to start at boot time. Autofs will only detect drives that are plugged in after the system has completely booted to desktop.

The alternative, if you do not want automounting and are using KDE 3, is to use konqueror to mount the drive when needed. The rightmost panel in konqueror (further to the right of the folder tree panel, when using File management profile) has a button called "system", which is the last one. Click on this and you will see a list of folder entries, one of which is "storage media". Clickon this and on the left panel you will see the transcend drive (to detect drives, refresh the screen with F5). Doubel click on the drive and it's contents will be displayed and the drive will be mounted under "/media"
 
Old 08-31-2009, 12:45 PM   #4
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
Get Fedora 11... RH9 is many ages old and unsupported.

#su
#mkdir /abc
#mount -t vfat /dev/hdb1 /abc
 
Old 08-31-2009, 03:50 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Red Hat 9 is SO OLD (It's last update was in 2003 ) that it might now know what to do with new hardware that was designed AFTER rh9 was discontinued .

please do yourself and THE REST OF THE NET a favour and run a SUPPORTED opperating system

the Current Red Hat is RHEL 5.3
 
Old 09-06-2009, 08:38 AM   #6
sivafedora
LQ Newbie
 
Registered: Jun 2009
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by amani View Post
Get Fedora 11... RH9 is many ages old and unsupported.

#su
#mkdir /abc
#mount -t vfat /dev/hdb1 /abc
thank you sir, i seriously need redhat 9, although i am using fedora 10 on my desktop. I am a student working on mobile computing, to implement some protocol simulator versions i need redhat 9. to extract a 10 MB text file every time i am burning a CD-ROM due to this pen drive unmounting problem. Thank you
 
Old 09-06-2009, 08:46 AM   #7
sivafedora
LQ Newbie
 
Registered: Jun 2009
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by linuxlover.chaitanya View Post
Once you connect the pen drive, check with dmesg if it is detected and on what port? It could be something like sdb or something similar. You can then mount the usb drive manually on some folder.
Thanks chaitanya, but i didnt noticed any message when it was connected. Can you pls give the command line for manual mounting. Thanks in advance.
 
Old 09-06-2009, 11:01 AM   #8
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Run dmesg and remember the last lines. Insert the pen and run dmesg again and check the last few lines. If dmesg does not show anything, you have a problem.

In another thread it was suggested that one can run an old distro in a virtual machine; that might be a solution. However your earlier posts do not make clear if that is an option.
 
Old 09-09-2009, 02:54 AM   #9
sivafedora
LQ Newbie
 
Registered: Jun 2009
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks to all, for helping me quickly..i solved my problem, i give you the process, so that it may be useful to you.
My pendrive is mounted as sda1 in /dev....I can see it in /startup/hardware browser/removable drives
then i ran the command..mount -t vfat /dev/sda1 /Myfolder
good day
 
Old 09-09-2009, 02:58 AM   #10
sivafedora
LQ Newbie
 
Registered: Jun 2009
Posts: 11

Original Poster
Rep: Reputation: 0
Thumbs up

Quote:
Originally Posted by sivafedora View Post
thank you sir, i seriously need redhat 9, although i am using fedora 10 on my desktop. I am a student working on mobile computing, to implement some protocol simulator versions i need redhat 9. to extract a 10 MB text file every time i am burning a CD-ROM due to this pen drive unmounting problem. Thank you
Thank you, i got it...
 
  


Reply

Tags
redhat



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
mounting pen drive in solaris johnkalikavunkal Solaris / OpenSolaris 7 07-18-2008 01:30 AM
mounting pen drive neerajgupta Linux - Newbie 2 05-30-2008 12:26 AM
mounting pen drive on slackware warun Linux - Newbie 2 09-21-2007 07:47 AM
USB Pen Drive not mounting Psirus Debian 10 01-11-2006 12:15 AM
Mounting Pen Drive coolfrog Linux - General 4 09-09-2004 09:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:35 PM.

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