Hello,
My Slackware system died (likely mobo problems), so I saved the IDE HD, put it in a Sabrent ECS-STU35K Hard Drive Enlcosure - 3.5" IDE/SATA to USB 2.0, eSATA (M501-1196), and I'm now trying to mount it from my Fedora 10 laptop. (Fedora 10 32-bit fully updated Gnome) I did do a little Googling as well as trying the things I know, but I still cannot seem to mount it.
Unlike other media, when I plug the drive into a USB port, no icon appears.
fdisk -l only shows the partitions on my internal HD, not the external IDE drive.
Quote:
[root@localhost ~]# fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x39633962
Device Boot Start End Blocks Id System
/dev/sda1 * 1 26 204800 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 2551 3060 4096575 82 Linux swap / Solaris
/dev/sda3 3061 14593 92638822+ 83 Linux
/dev/sda4 27 2550 20274030 5 Extended
/dev/sda5 27 2538 20172800 83 Linux
Partition table entries are not in disk order
|
I've tried manually mounting using commands like 'mount -t xfs /dev/sdb4 /mnt' only to be informed that 'mount: special device /dev/sdb4 does not exist'
When I try to mount under /dev/hda4 or /dev/hdb4 or some other variant, I'm notified 'mount: can't find /dev/hda4 in /etc/fstab or /etc/mtab'
'lsusb' outputs:
Quote:
[root@localhost ~]# lsusb
Bus 002 Device 004: ID 152d:2338 JMicron Technology Corp. / JMicron USA Technology Corp. JM20337 Hi-Speed USB to SATA & PATA Combo Bridge
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 002: ID 03f0:5511 Hewlett-Packard Deskjet F300 series
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
But......
If I go to "my Computer" on the desktop, "USB Drive" with icon will appear. When I Right Click > Mount Volume, I receive no feedback. When I click on the icon, I receive a message "Unable to mount ,ocation Can't mount file". Properties shows "Location: computer:///"
When I browse to /media and /mnt, both directories are empty.
dmesg | tail gave the following when I plug the device into the USB port:
Quote:
[root@localhost ~]# dmesg | tail
usb-storage: waiting for device to settle before scanning
usb 2-6: New USB device found, idVendor=152d, idProduct=2338
usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=5
usb 2-6: Product: USB to ATA/ATAPI Bridge
usb 2-6: Manufacturer: JMicron
usb 2-6: SerialNumber: 152D203380B6
usb-storage: device scan complete
scsi 7:0:0:0: Direct-Access PQ: 0 ANSI: 2 CCS
sd 7:0:0:0: [sdb] Attached SCSI disk
sd 7:0:0:0: Attached scsi generic sg2 type 0
|
I'm not sure what to try next.
Btw, I also had no luck using Knoppix.
Thank you

-Joe