2007-07-31 18:14:04 +07:00
|
|
|
# do not edit this file, it will be overwritten on update
|
|
|
|
|
2007-09-25 17:20:17 +07:00
|
|
|
# persistent storage links: /dev/disk/{by-id,by-uuid,by-label,by-path}
|
2005-09-18 09:41:09 +07:00
|
|
|
# scheme based on "Linux persistent device names", 2004, Hannes Reinecke <hare@suse.de>
|
|
|
|
|
2008-04-21 02:15:00 +07:00
|
|
|
# forward scsi device event to corresponding block device
|
|
|
|
ACTION=="change", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST=="block", ATTR{block/*/uevent}="change"
|
|
|
|
|
2008-03-15 05:18:19 +07:00
|
|
|
ACTION!="add|change", GOTO="persistent_storage_end"
|
2006-03-21 22:20:54 +07:00
|
|
|
SUBSYSTEM!="block", GOTO="persistent_storage_end"
|
2005-09-18 09:41:09 +07:00
|
|
|
|
|
|
|
# skip rules for inappropriate block devices
|
2009-03-24 03:09:02 +07:00
|
|
|
KERNEL=="fd*|mtd*|nbd*|gnbd*|btibm*|dm-*|md*", GOTO="persistent_storage_end"
|
2005-09-18 09:41:09 +07:00
|
|
|
|
2007-05-17 01:15:21 +07:00
|
|
|
# ignore partitions that span the entire disk
|
2008-04-04 02:05:19 +07:00
|
|
|
TEST=="whole_disk", GOTO="persistent_storage_end"
|
2007-06-21 07:15:17 +07:00
|
|
|
|
2006-03-23 01:16:26 +07:00
|
|
|
# for partitions import parent information
|
2007-06-21 07:15:17 +07:00
|
|
|
ENV{DEVTYPE}=="partition", IMPORT{parent}="ID_*"
|
2005-09-18 09:41:09 +07:00
|
|
|
|
2009-06-28 07:59:48 +07:00
|
|
|
# USB devices use their own serial number
|
2007-09-25 17:20:17 +07:00
|
|
|
KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="usb", IMPORT{program}="usb_id --export %p"
|
2009-06-28 07:59:48 +07:00
|
|
|
# ATA devices with their own "ata" kernel subsystem
|
|
|
|
KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="ata", IMPORT{program}="ata_id --export $tempnode"
|
|
|
|
# ATA devices using the "scsi" subsystem
|
|
|
|
KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", ATTRS{vendor}=="ATA", IMPORT{program}="ata_id --export $tempnode"
|
|
|
|
# scsi devices
|
2008-05-14 20:14:23 +07:00
|
|
|
KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", IMPORT{program}="scsi_id --export --whitelisted -d $tempnode", ENV{ID_BUS}="scsi"
|
2008-11-28 07:18:48 +07:00
|
|
|
KERNEL=="cciss*", ENV{DEVTYPE}=="disk", ENV{ID_SERIAL}!="?*", IMPORT{program}="scsi_id --export --whitelisted -d $tempnode", ENV{ID_BUS}="cciss"
|
|
|
|
KERNEL=="sd*|sr*|cciss*", ENV{DEVTYPE}=="disk", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/$env{ID_BUS}-$env{ID_SERIAL}"
|
|
|
|
KERNEL=="sd*|cciss*", ENV{DEVTYPE}=="partition", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/$env{ID_BUS}-$env{ID_SERIAL}-part%n"
|
2005-09-18 09:41:09 +07:00
|
|
|
|
2008-10-01 19:42:58 +07:00
|
|
|
# firewire
|
|
|
|
KERNEL=="sd*[!0-9]|sr*", ATTRS{ieee1394_id}=="?*", SYMLINK+="disk/by-id/ieee1394-$attr{ieee1394_id}"
|
|
|
|
KERNEL=="sd*[0-9]", ATTRS{ieee1394_id}=="?*", SYMLINK+="disk/by-id/ieee1394-$attr{ieee1394_id}-part%n"
|
|
|
|
|
2009-06-28 07:59:48 +07:00
|
|
|
# scsi compat links for ATA devices
|
|
|
|
KERNEL=="sd*[!0-9]", ENV{ID_BUS}=="ata", PROGRAM="scsi_id --whitelisted --replace-whitespace -p0x80 -d$tempnode", RESULT=="?*", ENV{ID_SCSI_COMPAT}="$result", SYMLINK+="disk/by-id/scsi-$env{ID_SCSI_COMPAT}"
|
|
|
|
KERNEL=="sd*[0-9]", ENV{ID_SCSI_COMPAT}=="?*", SYMLINK+="disk/by-id/scsi-$env{ID_SCSI_COMPAT}-part%n"
|
2007-04-07 00:53:20 +07:00
|
|
|
|
2007-06-21 07:15:17 +07:00
|
|
|
KERNEL=="mmcblk[0-9]", SUBSYSTEMS=="mmc", ATTRS{name}=="?*", ATTRS{serial}=="?*", ENV{ID_NAME}="$attr{name}", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/mmc-$env{ID_NAME}_$env{ID_SERIAL}"
|
|
|
|
KERNEL=="mmcblk[0-9]p[0-9]", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/mmc-$env{ID_NAME}_$env{ID_SERIAL}-part%n"
|
2008-11-19 17:24:03 +07:00
|
|
|
KERNEL=="mspblk[0-9]", SUBSYSTEMS=="memstick", ATTRS{name}=="?*", ATTRS{serial}=="?*", ENV{ID_NAME}="$attr{name}", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/memstick-$env{ID_NAME}_$env{ID_SERIAL}"
|
|
|
|
KERNEL=="mspblk[0-9]p[0-9]", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/memstick-$env{ID_NAME}_$env{ID_SERIAL}-part%n"
|
|
|
|
|
2008-07-11 14:53:33 +07:00
|
|
|
# by-path (parent device path)
|
2009-06-06 21:07:06 +07:00
|
|
|
ENV{DEVTYPE}=="disk", ENV{ID_PATH}=="", DEVPATH!="*/virtual/*", IMPORT{program}="path_id %p"
|
2007-06-21 07:15:17 +07:00
|
|
|
ENV{DEVTYPE}=="disk", ENV{ID_PATH}=="?*", SYMLINK+="disk/by-path/$env{ID_PATH}"
|
|
|
|
ENV{DEVTYPE}=="partition", ENV{ID_PATH}=="?*", SYMLINK+="disk/by-path/$env{ID_PATH}-part%n"
|
|
|
|
|
2008-04-21 02:15:00 +07:00
|
|
|
# skip unpartitioned removable media devices from drivers which do not send "change" events
|
|
|
|
ENV{DEVTYPE}=="disk", KERNEL!="sd*|sr*", ATTR{removable}=="1", GOTO="persistent_storage_end"
|
|
|
|
|
2008-08-22 15:11:34 +07:00
|
|
|
# probe filesystem metadata of optical drives which have a media inserted
|
2009-09-21 00:07:51 +07:00
|
|
|
KERNEL=="sr*", ENV{ID_CDROM_MEDIA}=="?*", ENV{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}=="?*", IMPORT{program}="/sbin/blkid -o udev -p -u noraid -O $env{ID_CDROM_MEDIA_SESSION_LAST_OFFSET} $tempnode"
|
|
|
|
# single-session CDs do not have ID_CDROM_MEDIA_SESSION_LAST_OFFSET
|
2009-09-21 00:21:04 +07:00
|
|
|
KERNEL=="sr*", ENV{ID_CDROM_MEDIA}=="?*", ENV{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}=="", IMPORT{program}="/sbin/blkid -o udev -p -u noraid $tempnode"
|
2008-08-22 15:11:34 +07:00
|
|
|
|
2009-02-12 03:54:43 +07:00
|
|
|
# probe filesystem metadata of disks
|
2009-05-11 09:12:23 +07:00
|
|
|
KERNEL!="sr*", IMPORT{program}="/sbin/blkid -o udev -p $tempnode"
|
2009-02-12 03:54:43 +07:00
|
|
|
|
|
|
|
# watch for future changes
|
|
|
|
KERNEL!="sr*", OPTIONS+="watch"
|
2008-04-21 02:15:00 +07:00
|
|
|
|
|
|
|
# by-label/by-uuid links (filesystem metadata)
|
2007-05-18 01:19:25 +07:00
|
|
|
ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}"
|
|
|
|
ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}"
|
2005-09-18 09:41:09 +07:00
|
|
|
|
2009-11-25 23:06:10 +07:00
|
|
|
# by-id (World Wide Name)
|
2009-12-04 23:25:09 +07:00
|
|
|
ENV{DEVTYPE}=="disk", ENV{ID_WWN_WITH_EXTENSION}=="?*", SYMLINK+="disk/by-id/wwn-$env{ID_WWN_WITH_EXTENSION}"
|
|
|
|
ENV{DEVTYPE}=="partition", ENV{ID_WWN_WITH_EXTENSION}=="?*", SYMLINK+="disk/by-id/wwn-$env{ID_WWN_WITH_EXTENSION}-part%n"
|
2009-11-25 23:06:10 +07:00
|
|
|
|
2006-03-21 22:20:54 +07:00
|
|
|
LABEL="persistent_storage_end"
|