[gull] Retrouver le device pour une CompactFlash
Olivier Bornet
Olivier.Bornet at puck.ch
Thu Aug 28 14:36:00 CEST 2003
Hello,
merci pour cette réponse.
> > Y a-t-il un moyen de retrouver ce device, et d'être sûr que c'est la
> > CompactFlash, et pas un autre disque SCSI ?
>
> for i in /dev/sd?
> do
> scsi_inquiry $i | grep 'MyCompactFlash' \
> && SD_DEV=$i && break
> done
après une petite recherche, et après avoir compilé scsi_inquiry.c du
package sg3-utils, voici le résultat sur mon atapteur CompactFlash
"imation FlashGO! 2.0":
# ./scsi_inquiry /dev/sda
Generic STORAGE DEVICE 0119, byte_7=0x0
# ./scsi_inquiry /dev/sdb
Generic STORAGE DEVICE 0119, byte_7=0x0
# ./scsi_inquiry /dev/sdc
Generic STORAGE DEVICE 0119, byte_7=0x0
# ./scsi_inquiry /dev/sdd
Generic STORAGE DEVICE 0119, byte_7=0x0
# ./scsi_inquiry /dev/sde
scsi_inquiry: open error: No such device or address
Donc, on trouve bien les devices qui correspondent à mon adapteur, mais
pas de différenciation si c'est CompactFlash, MMC, ...
Par contre, chez un collègue, avec un adapteur SanDisk:
ICSI IC1100 CF 2.5b, byte_7=0x0
ICSI IC1100 MS 2.5b, byte_7=0x0
ICSI IC1100 MMC/SD 2.5b, byte_7=0x0
ICSI IC1100 SM 2.5b, byte_7=0x0
(respectivement pour sda/sdb/sdc/sdd).
Une autre idée ?
Olivier
--
Olivier Bornet | français : http://puck.ch/f
Swiss Ice Hockey Results | english : http://puck.ch/e
http://puck.ch/ | deutsch : http://puck.ch/g
Olivier.Bornet at puck.ch | italiano : http://puck.ch/i
Get my PGP-key at http://puck.ch/pgp or at http://wwwkeys.pgp.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://forum.linux-gull.ch/pipermail/gull/attachments/20030828/e3eaf3d5/attachment.pgp>
More information about the gull
mailing list