Results 1 to 3 of 3
I have a 512MB Memorex USB drive that will not work on my Linux 9. Linux won't see it to be able to mount it.
It does work on my ...
- 05-24-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 2
memorex USB drive problem
I have a 512MB Memorex USB drive that will not work on my Linux 9. Linux won't see it to be able to mount it.
It does work on my windows. Also my 128MB memorex USB drive does work on this same Linux box.
Here are some command outputs with the USB drive plugged in:
[root@localhost /]# lsmod
Module Size Used by Not tainted
usb-storage 69332 0
scsi_mod 107160 1 [usb-storage]
ide-cd 35708 0 (autoclean)
cdrom 33728 0 (autoclean) [ide-cd]
parport_pc 19076 1 (autoclean)
lp 8996 0 (autoclean)
parport 37056 1 (autoclean) [parport_pc lp]
autofs 13268 0 (autoclean) (unused)
8139too 18088 1
mii 3976 0 [8139too]
microcode 4668 0 (autoclean)
keybdev 2944 0 (unused)
mousedev 5492 1
hid 22148 0 (unused)
input 5856 0 [keybdev mousedev hid]
usb-uhci 26348 0 (unused)
usbcore 78784 1 [usb-storage hid usb-uhci]
ext3 70784 2
jbd 51892 2 [ext3]
[root@localhost /]# cat etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda3 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
[root@localhost /]# cat etc/mtab
/dev/hda2 / ext3 rw 0 0
none /proc proc rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
/dev/hda1 /boot ext3 rw 0 0
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /dev/shm tmpfs rw 0 0
[root@localhost /]# lsmod
...
...
...
hub.c: new USB device 00:1f.2-2, assigned address 2
usb.c: USB device 2 (vend/prod 0x8ec/0x
is not claimed by any active driver.
SCSI subsystem driver Revision: 1.00
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
usb-uhci.c: interrupt, status 2, frame# 195
usb_control/bulk_msg: timeout
scsi0 : SCSI emulation for USB Mass Storage devices
hub.c: already running port 2 disabled by hub (EMI?), re-enabling...
usb.c: USB disconnect on device 00:1f.2-2 address 2
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.
hub.c: Cannot enable port 2 of hub 1, disabling port.
hub.c: Maybe the USB cable is bad?
Any help or ideas would be greatly apprecitaed.
Thanks.
Jeremy
- 05-25-2005 #2Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
Did you come from the future? The latest stable Linux release is 2.6.11.10...
Are you getting "Linux" confused with "RedHat?" If you are RedHat 9 is old; get Fedora Core 3 or Fedora Core 4 Test 3.
What happens when you (try to) mount it? What happens when you look at the mountpoint after it mounts?
- 05-25-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 2
sorry, referred to Linux but it is in fact Redhat
Sorry about that. I did mean Redhat and yes it is 9
I am using Redhat for some building tools for software and need to contiue using it.
So therefore I cannot get a newer version at this time. I am unsure it the tools are supported on other platforms.
That is part of my dilemna, old Redhat because of tools, but new USB drive.


Reply With Quote