Hi ;=)
I set my bios with AHCI, and plugged my external e-sata disk but i can’t see it so far in dolphin .
i also changed the policykit.conf to the following :
cat /etc/PolicyKit/PolicyKit.conf
<?xml version=“1.0” encoding=“UTF-8”?> <!-- -- XML -- →
<!DOCTYPE pkconfig PUBLIC “-//freedesktop//DTD PolicyKit Configuration 1.0//EN”
“http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd”>
<!-- See the manual page PolicyKit.conf(5) for file format →
<config version=“0.1”>
<define_admin_auth group=“users”/>
<match action=“org.freedesktop.hal.storage.mount-removable”>
<return result=“yes”/>
</match>
<match user=“fabrice”>
<return result=“yes”/>
</match>
</config>
I managed to get it seen by the system (see at the end : host 5 ) but i’d like to mount it automatically.
What can i do for that in fstab ?
Thanks
echo ‘scsi add-single-device 5 0 0 0’ > /proc/scsi/scsi
linux-alzh:~ # cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: WDC WD1600PD-07F Rev: 05.0
Type: Direct-Access ANSI SCSI revision: 05
Host: scsi1 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: ST3320620AS Rev: 3.AA
Type: Direct-Access ANSI SCSI revision: 05
Host: scsi2 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: WDC WD1600PD-07F Rev: 05.0
Type: Direct-Access ANSI SCSI revision: 05
Host: scsi3 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: SAMSUNG HD103UJ Rev: 1AA0
Type: Direct-Access ANSI SCSI revision: 05
Host: scsi6 Channel: 00 Id: 00 Lun: 00
Vendor: _NEC Model: DVD_RW ND-3500AG Rev: 2.86
Type: CD-ROM ANSI SCSI revision: 05
**Host: scsi5 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: SAMSUNG HD154UI Rev: 1AG0
Type: Direct-Access ANSI SCSI revision: 05
**
i then have this :
fabrice@linux-alzh:~> dmesg | tail -20
325.360087] sd 5:0:0:0: rejecting I/O to offline device
325.360097] sd 5:0:0:0: rejecting I/O to offline device
325.360104] ldm_validate_partition_table(): Disk read failed.
325.360109] sd 5:0:0:0: rejecting I/O to offline device
325.360118] sd 5:0:0:0: rejecting I/O to offline device
325.360130] sd 5:0:0:0: rejecting I/O to offline device
325.360139] sd 5:0:0:0: rejecting I/O to offline device
325.360148] sd 5:0:0:0: rejecting I/O to offline device
325.360159] sd 5:0:0:0: rejecting I/O to offline device
325.360168] sd 5:0:0:0: rejecting I/O to offline device
325.360177] sd 5:0:0:0: rejecting I/O to offline device
325.360186] sd 5:0:0:0: rejecting I/O to offline device
325.360192] unable to read partition table
325.360267] sd 5:0:0:0: [sde] Attached SCSI disk
325.360273] ata6.00: detaching (SCSI 5:0:0:0)
325.360404] sd 5:0:0:0: [sde] Synchronizing SCSI cache
325.363069] sd 5:0:0:0: [sde] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
325.363073] sd 5:0:0:0: [sde] Stopping disk
325.363080] sd 5:0:0:0: [sde] START_STOP FAILED
325.363082] sd 5:0:0:0: [sde] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
fabrice@linux-alzh:~>
How come the partition table is not read ?