I tried that as well.
fdisk -l
returns only internal drive,
Code:
bash-3.00# fdisk -l
Disk /dev/hda: 30.0 GB, 30005821440 bytes
255 heads, 63 sectors/track, 3648 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 131 1052226 82 Linux swap
/dev/hda2 132 3648 28250302+ 83 Linux
The drive contains a reiserfs.
mount -t reiserfs /dev/sda1 /mnt/hd
returns
Code:
bash-3.00# mount -t reiserfs /dev/sda1 /mnt/hd
mount: special device /dev/sda1 does not exist
same output with fs=auto
I do load my modules with modprobe -a
I tried booting with the drive connected as well as connecting it after the machine was booted. Same results, and same output in dmesg.
I am using a dell inspiron laptop.
I also want to mention that I can mount this drive on my desktop, so there's no problem with the drive itself. This is the dmesg output from my desktop
Code:
eee1394: Node changed: 0-02:1023 -> 0-01:1023
ieee1394: The root node is not cycle master capable; selecting a new root node and resetting...
ieee1394: The root node is not cycle master capable; selecting a new root node and resetting...
ieee1394: The root node is not cycle master capable; selecting a new root node and resetting...
ieee1394: Error parsing configrom for node 0-01:1023
ieee1394: Node changed: 0-01:1023 -> 0-02:1023
ieee1394: Node suspended: ID:BUS[0-01:1023] GUID[00d04b3a1003c276]
scsi6 : SCSI emulation for IEEE-1394 SBP-2 Devices
ieee1394: sbp2: Error logging into SBP-2 device - login timed-out
sbp2: probe of 00d04b431f051c6f-0 failed with error -16
ieee1394: Node added: ID:BUS[0-01:1023] GUID[00d04b410e0aad84]
scsi7 : SCSI emulation for IEEE-1394 SBP-2 Devices
ieee1394: sbp2: Logged into SBP-2 device
ieee1394: Node 0-01:1023: Max speed [S400] - Max payload [2048]
Vendor: Maxtor 6 Model: Y160P0 Rev: YAR4
Type: Direct-Access ANSI SCSI revision: 06
SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
sda: asking for cache data failed
sda: assuming drive cache: write through
sda: sda1
Attached scsi disk sda at scsi7, channel 0, id 0, lun 0
scsi8 : SCSI emulation for IEEE-1394 SBP-2 Devices
I never see :
sda: asking for cache data failed
sda: assuming drive cache: write through
sda: sda1
Attached scsi disk sda at scsi7, channel 0, id 0, lun 0
I know the answer is here, I'm just overlooking something trivial.