Quote:
|
Originally Posted by Matir
You need to mount a partition of the device: i.e., /dev/sda1.
|
I'm having the exact same problem.
I have incorporated all suggestions, yet problem persists.
USB HDD connected via PCMCIA card. Card is working (flash drive on it works).
HDD is 400GB partitioned into fat & ntfs.
I can mount it in SLED 10, under /dev/sdb5, /dev/sdb6.
The numbers should be the same in mandriva. I did
dmesg |grep -i "SCSI"
and under sdb, I had something like:
p1: <p5 p6>
Howevr when I try to mount it, terminal hangs for a long while and comes back with "cant read superblock"
I tried connecting HDD to inbuilt USB port on laptop, laptop would not even boot up, it hung up before the grub menu.
Here is what I'm getting under dmesg:
Code:
[root@localhost ~]# dmesg |grep -i "SCSI"
SCSI subsystem initialized
scsi0 : SCSI emulation for IEEE-1394 SBP-2 Devices
Type: Direct-Access ANSI SCSI revision: 06
SCSI device sda: 390721968 512-byte hdwr sectors (200050 MB)
SCSI device sda: 390721968 512-byte hdwr sectors (200050 MB)
/dev/scsi/host0/bus0/target0/lun0: p1
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
scsi1 : SCSI emulation for USB Mass Storage devices
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sdb: 781422768 512-byte hdwr sectors (400088 MB)
SCSI device sdb: 781422768 512-byte hdwr sectors (400088 MB)
/dev/scsi/host1/bus0/target0/lun0:ip_tables: (C) 2000-2002 Netfilter core team
scsi: Device offlined - not ready after error recovery: host 1 channel 0 id 0 lun 0
SCSI error : <1 0 0 0> return code = 0x50000
scsi1 (0:0): rejecting I/O to offline device
scsi1 (0:0): rejecting I/O to offline device
scsi1 (0:0): rejecting I/O to offline device
scsi1 (0:0): rejecting I/O to offline device
scsi1 (0:0): rejecting I/O to offline device
scsi1 (0:0): rejecting I/O to offline device
scsi1 (0:0): rejecting I/O to offline device
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
scsi2 : SCSI emulation for USB Mass Storage devices
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sdb: 781422768 512-byte hdwr sectors (400088 MB)
SCSI device sdb: 781422768 512-byte hdwr sectors (400088 MB)
/dev/scsi/host2/bus0/target0/lun0: p1 < p5 p6 >
Attached scsi disk sdb at scsi2, channel 0, id 0, lun 0
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sdc: 3671546000 512-byte hdwr sectors (1879832 MB)
SCSI device sdc: 3671546000 512-byte hdwr sectors (1879832 MB)
/dev/scsi/host2/bus0/target0/lun1: p1 < p5 >
Attached scsi disk sdc at scsi2, channel 0, id 0, lun 1
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sdd: 544809 512-byte hdwr sectors (279 MB)
SCSI device sdd: 544809 512-byte hdwr sectors (279 MB)
/dev/scsi/host2/bus0/target0/lun2:<6>usb 6-2: reset high speed USB device using ehci_hcd and address 3
scsi: Device offlined - not ready after error recovery: host 2 channel 0 id 0 lun 2
SCSI error : <2 0 0 2> return code = 0x50000
scsi2 (0:2): rejecting I/O to offline device
scsi2 (0:2): rejecting I/O to offline device
scsi2 (0:2): rejecting I/O to offline device
scsi2 (0:2): rejecting I/O to offline device
Attached scsi disk sdd at scsi2, channel 0, id 0, lun 2
scsi: Device offlined - not ready after error recovery: host 2 channel 0 id 0 lun 0
SCSI error : <2 0 0 0> return code = 0x50000
scsi: Device offlined - not ready after error recovery: host 2 channel 0 id 0 lun 3
[root@localhost ~]#