Hey. I have an external USB hard drive I'm trying to get attached to my computer. I'm running FC5 on a Toshiba Laptop.
When I first booted with the drive attached, I created one huge ext3 partition using:
Code:
/sbin/fdisk /dev/sda
/sbin/mkfs.ext3 -v /dev/sda1
That all seemed to go okay. I rebooted and now /dev/sda isn't showing up. Demesg shows:
Code:
usb 3-1: new high speed USB device using ehci_hcd and address 7
usb 3-1: configuration #1 chosen from 1 choice
scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 7
usb-storage: waiting for device to settle before scanning
Vendor: Maxtor 4 Model: R120L0 Rev: RAMB
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sda: 240121727 512-byte hdwr sectors (122942 MB)
sda: Write Protect is off
sda: Mode Sense: 03 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 240121727 512-byte hdwr sectors (122942 MB)
sda: Write Protect is off
sda: Mode Sense: 03 00 00 00
sda: assuming drive cache: write through
sda: sda1
sd 2:0:0:0: Attached scsi disk sda
sd 2:0:0:0: Attached scsi generic sg0 type 0
usb-storage: device scan complete
usb 3-1: reset high speed USB device using ehci_hcd and address 7
usb 3-1: reset high speed USB device using ehci_hcd and address 7
usb 3-1: reset high speed USB device using ehci_hcd and address 7
usb 3-1: reset high speed USB device using ehci_hcd and address 7
usb 3-1: reset high speed USB device using ehci_hcd and address 7
usb 3-1: reset high speed USB device using ehci_hcd and address 7
sd 2:0:0:0: SCSI error: return code = 0x70000
end_request: I/O error, dev sda, sector 40
printk: 784 messages suppressed.
Buffer I/O error on device sda, logical block 40
usb 3-1: reset high speed USB device using ehci_hcd and address 7
usb 3-1: reset high speed USB device using ehci_hcd and address 7
usb 3-1: reset high speed USB device using ehci_hcd and address 7
usb 3-1: reset high speed USB device using ehci_hcd and address 7
Suggestions?