On Wed, 2012-11-28 at 20:44 -0800, Bryan Kadzban wrote: > it's a SATA drive. I'm pretty sure all of those show up as SCSI.
That's what I thought as well, hence the sd* name, rather than hd*. > What does a udevadm info --attribute-walk on this device's /sys > directory show? Attached. Thanks! Matt.
Udevadm info starts with the device specified by the devpath and then walks up the chain of parent devices. It prints for every device found, all possible attributes in the udev rules key format. A rule to match, can be composed by the attributes of the device and the attributes from one single parent device. looking at device '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3': KERNEL=="sda3" SUBSYSTEM=="block" DRIVER=="" ATTR{ro}=="0" ATTR{size}=="41943040" ATTR{stat}==" 1449 99 42858 28786 41 60 808 2890 0 7470 31673" ATTR{partition}=="3" ATTR{start}=="42098688" ATTR{discard_alignment}=="0" ATTR{alignment_offset}=="0" ATTR{inflight}==" 0 0" looking at parent device '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda': KERNELS=="sda" SUBSYSTEMS=="block" DRIVERS=="" ATTRS{ro}=="0" ATTRS{size}=="976773168" ATTRS{stat}==" 2343 130 50246 36506 43 60 808 2966 0 8633 39470" ATTRS{range}=="16" ATTRS{discard_alignment}=="0" ATTRS{events}=="" ATTRS{ext_range}=="256" ATTRS{events_poll_msecs}=="-1" ATTRS{alignment_offset}=="0" ATTRS{inflight}==" 0 0" ATTRS{removable}=="0" ATTRS{capability}=="50" ATTRS{events_async}=="" looking at parent device '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0': KERNELS=="0:0:0:0" SUBSYSTEMS=="scsi" DRIVERS=="sd" ATTRS{rev}=="0001" ATTRS{type}=="0" ATTRS{scsi_level}=="6" ATTRS{model}=="ST9500325AS " ATTRS{state}=="running" ATTRS{unload_heads}=="0" ATTRS{queue_type}=="simple" ATTRS{iodone_cnt}=="0x9a2" ATTRS{iorequest_cnt}=="0x9a7" ATTRS{queue_ramp_up_period}=="120000" ATTRS{timeout}=="30" ATTRS{evt_media_change}=="0" ATTRS{ioerr_cnt}=="0x3" ATTRS{queue_depth}=="31" ATTRS{vendor}=="ATA " ATTRS{device_blocked}=="0" ATTRS{iocounterbits}=="32" looking at parent device '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0': KERNELS=="target0:0:0" SUBSYSTEMS=="scsi" DRIVERS=="" looking at parent device '/devices/pci0000:00/0000:00:1f.2/ata1/host0': KERNELS=="host0" SUBSYSTEMS=="scsi" DRIVERS=="" looking at parent device '/devices/pci0000:00/0000:00:1f.2/ata1': KERNELS=="ata1" SUBSYSTEMS=="" DRIVERS=="" looking at parent device '/devices/pci0000:00/0000:00:1f.2': KERNELS=="0000:00:1f.2" SUBSYSTEMS=="pci" DRIVERS=="ahci" ATTRS{irq}=="19" ATTRS{subsystem_vendor}=="0x10cf" ATTRS{broken_parity_status}=="0" ATTRS{class}=="0x010601" ATTRS{consistent_dma_mask_bits}=="64" ATTRS{dma_mask_bits}=="64" ATTRS{local_cpus}=="3" ATTRS{device}=="0x3b29" ATTRS{enable}=="1" ATTRS{msi_bus}=="" ATTRS{local_cpulist}=="0-1" ATTRS{vendor}=="0x8086" ATTRS{subsystem_device}=="0x151e" ATTRS{d3cold_allowed}=="1" looking at parent device '/devices/pci0000:00': KERNELS=="pci0000:00" SUBSYSTEMS=="" DRIVERS==""
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page