Here are some probable blacklist lines.

# skip rules for inappropriate block devices
KERNEL=="ram*|fd*|nbd*|gnbd*|dm-*|md*|btibm*", GOTO="persistent_storage_end"

# never access non-cdrom removable ide devices, the drivers are causing event 
loops on open()
KERNEL=="hd*[!0-9]", ATTR{removable}=="1", DRIVERS=="ide-cs|ide-floppy", 
GOTO="persistent_storage_end"
KERNEL=="hd*[0-9]", ATTRS{removable}=="1", GOTO="persistent_storage_end"

# ignore partitions that span the entire disk
TEST=="whole_disk", GOTO="persistent_storage_end"

I wonder what classification ...... ** replaces any identifying
information not relevant to the problem.

udevadm info --query=all --name=sda2
P: /devices/pci0000:00/0000:00:09.0/host0/target0:0:0/0:0:0:0/block/sda/sda2
N: sda2
S: block/8:2
S: disk/by-id/scsi-SATA_Hitachi_**-part2
S: disk/by-id/ata-Hitachi_**-part2
S: disk/by-path/pci-0000:00:09.0-scsi-0:0:0:0-part2
S: disk/by-uuid/**
E: UDEV_LOG=3
E: 
DEVPATH=/devices/pci0000:00/0000:00:09.0/host0/target0:0:0/0:0:0:0/block/sda/sda2
E: MAJOR=8
E: MINOR=2
E: DEVTYPE=partition
E: DEVNAME=/dev/sda2
E: ID_VENDOR=ATA
E: ID_VENDOR_ENC=ATA\x20\x20\x20\x20\x20
E: ID_MODEL=Hitachi_**
E: ID_MODEL_ENC=Hitachi\x20**
E: ID_REVISION=**
E: ID_TYPE=disk
E: ID_SERIAL=SATA_Hitachi_**
E: ID_SERIAL_SHORT=**
E: ID_BUS=scsi
E: ID_ATA_COMPAT=Hitachi_**
E: ID_PATH=pci-0000:00:09.0-scsi-0:0:0:0
E: ID_FS_USAGE=other
E: ID_FS_TYPE=swap
E: ID_FS_VERSION=2
E: ID_FS_UUID=**
E: ID_FS_UUID_ENC=**
E: DEVLINKS=/dev/block/8:2 
/dev/disk/by-id/scsi-SATA_Hitachi_HTS5416_SB2404SJD3HZ1E-part2 
/dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404SJD3HZ1E-part2 
/dev/disk/by-path/pci-0000:00:09.0-scsi-0:0:0:0-part2 
/dev/disk/by-uuid/43ecc1e3-af3f-464f-8794-28bdd4ac43d9

-- 
[jaunty] doesn't boot anymore after udev upgrade
https://bugs.launchpad.net/bugs/332270
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to