diff options
author | Kay Sievers <kay@vrfy.org> | 2013-01-28 03:53:33 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-01-28 03:53:33 +0100 |
commit | 17e588a4f2dd210a444d9a5b5b7e7260609fabb1 (patch) | |
tree | 9a8e89e58001c47f81a217367fdaeaf90bb28b18 /rules/60-persistent-storage.rules | |
parent | c0fe5db522b52f27e030655ce2c03e05cbbc1558 (diff) |
rules: there is no "ata" subsystem for ATA device
Diffstat (limited to 'rules/60-persistent-storage.rules')
-rw-r--r-- | rules/60-persistent-storage.rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules index b74821edd4..a4d009ae6e 100644 --- a/rules/60-persistent-storage.rules +++ b/rules/60-persistent-storage.rules @@ -26,8 +26,6 @@ ENV{DEVTYPE}=="partition", IMPORT{parent}="ID_*" KERNEL=="vd*[!0-9]", ATTRS{serial}=="?*", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/virtio-$env{ID_SERIAL}" KERNEL=="vd*[0-9]", ATTRS{serial}=="?*", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/virtio-$env{ID_SERIAL}-part%n" -# ATA devices with their own "ata" kernel subsystem -KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="ata", IMPORT{program}="ata_id --export $devnode" # ATA devices using the "scsi" subsystem KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", ATTRS{vendor}=="ATA", IMPORT{program}="ata_id --export $devnode" # ATA/ATAPI devices (SPC-3 or later) using the "scsi" subsystem |