Hi,
the identify command of camcontrol returns an empty result when it should return device's informations (see example on post #3) :
but disks are correctly recognized:
diskinfo returns something :
and I can work on my disk, as I initialized the disk correctly (and created a partition) :
I tried a blind rescan :
That was obviously useless.
Here are some informations about the system :
Any idea why I have an empty result ?
Thanks !
the identify command of camcontrol returns an empty result when it should return device's informations (see example on post #3) :
#camcontrol identify da6
##camcontrol identify 0
#but disks are correctly recognized:
# camcontrol devlist
Code:
<ATA ST31500341AS CC1H> at scbus0 target 0 lun 0 (pass0,da0)
<ATA ST31500341AS CC1H> at scbus0 target 1 lun 0 (pass1,da1)
<ATA ST31500341AS CC1H> at scbus0 target 2 lun 0 (pass2,da2)
<ATA ST31500341AS CC1H> at scbus0 target 3 lun 0 (pass3,da3)
<ATA ST32000644NS SN11> at scbus0 target 4 lun 0 (pass4,da4)
<ATA ST32000644NS SN11> at scbus0 target 5 lun 0 (pass5,da5)
<ATA ST33000650NS 0004> at scbus0 target 6 lun 0 (pass6,da6)
<ATA ST33000650NS 0004> at scbus0 target 7 lun 0 (pass7,da7)
diskinfo returns something :
# diskinfo -v da6
Code:
da6
512 # sectorsize
2199023254528 # mediasize in bytes (2.0T)
4294967294 # mediasize in sectors
0 # stripesize
0 # stripeoffset
267349 # Cylinders according to firmware.
255 # Heads according to firmware.
63 # Sectors according to firmware.
Z292P5NY # Disk ident.
and I can work on my disk, as I initialized the disk correctly (and created a partition) :
# gpart show -l da6
Code:
=> 34 4294967227 da6 GPT (2.0T)
34 2014 - free - (1.0M)
2048 4294762427 1 disk07 (2.0T)
4294764475 202786 - free - (99M)
I tried a blind rescan :
Code:
# camcontrol rescan 0:6:0
Re-scan of 0:6:0 was successful
Here are some informations about the system :
Code:
# uname -imr
8.2-RELEASE-p3 amd64 GENERIC
Any idea why I have an empty result ?
Thanks !