LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 12-08-2004, 04:00 PM   #1
linuxmarine
LQ Newbie
 
Registered: Oct 2004
Location: PA
Distribution: Red Hat 8, 9
Posts: 21

Rep: Reputation: 15
Redhat Version 9.0 does not recognize external drive


My server does not recognize the USD external WD 120 gig drive that I have attached to the USB port. when I perform a dmesg |less it does not say what "sda" or anything. it does asy it is there, but not what ID it is?

I then followed the instructions that someone put up on this website to format it with partition magic 8.0 and then retry it, but I still get the same thing?????

Any suggestions???

Thank you.
 
Old 12-08-2004, 04:34 PM   #2
skunkburner
Member
 
Registered: Mar 2004
Distribution: Fedora Core 17 & 18, Debian Wheezy
Posts: 137

Rep: Reputation: 16
To get my USB pen drive to work in FC3 (you should have to do the same for your USB HD)
I plugged it in then ran the Hardware Browser (hwbrowser from a terminal or in the System Tools Menu)
The pen drive showed up in the Hard Drive section - that told me that the drive was /dev/sdc

I then created a dir to mount the drive to ( I chose /mnt/pd )

then type 'mount /dev/sdc1 /mnt/pd'

that mounted my pen drive

obviously change the /dev/sdc1 bit to match the result in your hwbrowser (don't forget to add the '1' after it as well)
 
Old 12-08-2004, 04:56 PM   #3
linuxmarine
LQ Newbie
 
Registered: Oct 2004
Location: PA
Distribution: Red Hat 8, 9
Posts: 21

Original Poster
Rep: Reputation: 15
Thank you for responding!!!

I tried running that command at my root prompt, but it said command unknown?
Could it be done as some other command?

Thanks again for your help!
 
Old 12-08-2004, 06:15 PM   #4
linuxmarine
LQ Newbie
 
Registered: Oct 2004
Location: PA
Distribution: Red Hat 8, 9
Posts: 21

Original Poster
Rep: Reputation: 15
OK, here is what I get when I do a fmesg:

usb.c: new USB bus registered, assigned bus number 4
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: registered new driver hiddev
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
hub.c: new USB device 00:1d.7-2, assigned address 2
usb.c: USB device 2 (vend/prod 0x1058/0x300) is not claimed by any active driver.
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide2(33,3), internal journal
Adding Swap: 2047744k swap-space (priority -1)
SCSI subsystem driver Revision: 1.00
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: WDC Model: WD1200BB-00DWA0 Rev: 15.0
Type: Direct-Access ANSI SCSI revision: 02
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.

Does this indicate where I can get my drive at /dev/sd*?
 
Old 12-09-2004, 02:56 AM   #5
skunkburner
Member
 
Registered: Mar 2004
Distribution: Fedora Core 17 & 18, Debian Wheezy
Posts: 137

Rep: Reputation: 16
If you type

'dmesg | less'

you should see something like (below) this after plugging in the hard disk. This is the very bottom of the file

.
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
usb-uhci.c: interrupt, status 2, frame# 88
scsi1 : SCSI emulation for USB Mass Storage devices
Vendor: EasyDisk Model: Rev: 7.77
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi disk sda at scsi1, channel 0, id 0, lun 0
SCSI device sda: 256000 512-byte hdwr sectors (131 MB)
sda: sda1 <------------- Look here !!
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.

In this example it is a different linux box so the pen drive is sda1 this time.

Giving that in your example your linux box sees the drive but doesn't auto config it you may have to type 'modprobe usb-uhci' and then 'dmesg | less'

Last edited by skunkburner; 12-09-2004 at 03:01 AM.
 
Old 12-09-2004, 07:37 AM   #6
linuxmarine
LQ Newbie
 
Registered: Oct 2004
Location: PA
Distribution: Red Hat 8, 9
Posts: 21

Original Poster
Rep: Reputation: 15
Thank you that did the trick!!!
sda1!!!

So now, all I have to do is create the directory that I want to mount it on, and then mount it?

Thanks again for the help SkunkBurner!!!

Oh by the way, since I formatted this drive as ext3, if the Linux box goes south on me, does this mean I can only retrieve the data off of my external backup from another linux box?

Last edited by linuxmarine; 12-09-2004 at 07:38 AM.
 
Old 12-09-2004, 08:07 AM   #7
skunkburner
Member
 
Registered: Mar 2004
Distribution: Fedora Core 17 & 18, Debian Wheezy
Posts: 137

Rep: Reputation: 16
S'Cool

You can use a WIndoze box to recover data if you have Partition Magic or something similar - that recognises ext2/3 partitions.

Skunkburner
 
Old 12-09-2004, 08:13 AM   #8
linuxmarine
LQ Newbie
 
Registered: Oct 2004
Location: PA
Distribution: Red Hat 8, 9
Posts: 21

Original Poster
Rep: Reputation: 15
Thank you for all the help, will let you know how I made out...
 
Old 12-09-2004, 02:40 PM   #9
linuxmarine
LQ Newbie
 
Registered: Oct 2004
Location: PA
Distribution: Red Hat 8, 9
Posts: 21

Original Poster
Rep: Reputation: 15
OK, everything is correctly. I will go through the whole process just in case someone else wants to do the external backup.

I am using Redhat 9.0 with version 2.4.20-8

A Western Digital External USB 2.0 Hard Drive, 120 Gigabyte

The first thing I did was use Partition Magic 8.0 on our Windows 2000 box to format in ext3.

I then did the following steps on our Linux server:

1. modprobe usb-uhci
2. dmesg | less
3. In my case the USB drive was found on /dev/sda1
4. mkdir /mnt/backup
5. mount /dev/sda1 /mnt/backup

Start backing up....
 
  


Reply



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
Fedora Core 3 installer does not recognize external 40GB USB drive during installatio Freedom Seeker Linux - Newbie 3 02-07-2006 06:30 PM
Installer does not recognize USB external Hard Drive pktFishHooks Fedora - Installation 1 05-03-2005 09:52 AM
Why doesn't RedHat 9 recognize my DVD drive? CurtisFreak Linux - Newbie 1 04-23-2005 07:27 AM
Compliling a version of linux through an external hard drive? flamesrock Linux From Scratch 3 09-12-2003 01:11 AM
redhat won't recognize my fat32 drive tr0gd0O0r Linux - Hardware 5 06-17-2003 08:41 AM

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

All times are GMT -5. The time now is 11:23 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