How do I get access to my PCMCIA card (hard drive) that is installed in the slot? I'm running Kubuntu 7.04.
dmesg shows:
[ 25.676000] pccard: PCMCIA card inserted into slot 0
[ 25.676000] cs: memory probe 0xd0100000-0xd01fffff: excluding 0xd0100000-0xd010ffff
[ 25.692000] pcmcia: registering new device pcmcia0.0
[ 25.728000] cs: IO port probe 0x100-0x3af: clean.
[ 25.728000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[ 25.732000] cs: IO port probe 0x820-0x8ff: clean.
[ 25.732000] cs: IO port probe 0xc00-0xcf7: clean.
[ 25.732000] cs: IO port probe 0xa00-0xaff: clean.
[ 25.816000] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 25.816000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 25.880000] ata3: PATA max PIO0 cmd 0x00012040 ctl 0x0001204e bmdma 0x00000000 irq 3
[ 25.880000] scsi5 : pata_pcmcia
[ 26.064000] ata3.00: ATA-0: KINGSTON DP-PCM2/5GB, V2.11 B, max PIO2
[ 26.064000] ata3.00: 9818550 sectors, multi 16: LBA
[ 26.064000] ata3.00: failed to set xfermode (err_mask=0x1)
[ 26.064000] ata3: failed to recover some devices, retrying in 5 secs
[ 31.248000] ata3.00: failed to set xfermode (err_mask=0x1)
[ 31.248000] ata3: failed to recover some devices, retrying in 5 secs
[ 36.432000] ata3.00: failed to set xfermode (err_mask=0x1)
[ 36.432000] ata3.00: disabled
It is properly identified above (KINGSTON DP-PCM2/5GB). What is preventing it from being automounted and accessible?
dmesg shows:
[ 25.676000] pccard: PCMCIA card inserted into slot 0
[ 25.676000] cs: memory probe 0xd0100000-0xd01fffff: excluding 0xd0100000-0xd010ffff
[ 25.692000] pcmcia: registering new device pcmcia0.0
[ 25.728000] cs: IO port probe 0x100-0x3af: clean.
[ 25.728000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[ 25.732000] cs: IO port probe 0x820-0x8ff: clean.
[ 25.732000] cs: IO port probe 0xc00-0xcf7: clean.
[ 25.732000] cs: IO port probe 0xa00-0xaff: clean.
[ 25.816000] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 25.816000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 25.880000] ata3: PATA max PIO0 cmd 0x00012040 ctl 0x0001204e bmdma 0x00000000 irq 3
[ 25.880000] scsi5 : pata_pcmcia
[ 26.064000] ata3.00: ATA-0: KINGSTON DP-PCM2/5GB, V2.11 B, max PIO2
[ 26.064000] ata3.00: 9818550 sectors, multi 16: LBA
[ 26.064000] ata3.00: failed to set xfermode (err_mask=0x1)
[ 26.064000] ata3: failed to recover some devices, retrying in 5 secs
[ 31.248000] ata3.00: failed to set xfermode (err_mask=0x1)
[ 31.248000] ata3: failed to recover some devices, retrying in 5 secs
[ 36.432000] ata3.00: failed to set xfermode (err_mask=0x1)
[ 36.432000] ata3.00: disabled
It is properly identified above (KINGSTON DP-PCM2/5GB). What is preventing it from being automounted and accessible?