summaryrefslogtreecommitdiff
path: root/etc/udev/rules.d/60-persistent-storage.rules
AgeCommit message (Collapse)Author
2008-07-18move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/Kay Sievers
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in.
2008-07-11rules: tape rules - add nst to by-path/ linksKay Sievers
2008-07-07rules: fix cciss rules for partition numbers > 9Kay Sievers
2008-05-14rules: adapt to new scsi_idKay Sievers
2008-04-20persistent device naming: also read unpartitioned mediaKay Sievers
2008-04-03persistent device naming: cleanup storage rulesKay Sievers
2008-03-14persistent device naming: also run on "change" eventKay Sievers
2007-09-25rules: split out and fix persistent tape rulesKay Sievers
Thanks to: Robin H. Johnson <robbat2@gentoo.org> for the suggestion.
2007-09-25rules: call usb_id only for SUBSYSTEMS=="usb"Kay Sievers
2007-08-14edd_id: move persistent rules to its own fileKay Sievers
2007-08-11rules: run vol_id only for partitionsKay Sievers
Until we add support to the kernel to report media changes with a "change" event, do not read the device content, because it will not get updated when the media is removed or replaced.
2007-07-31rules: add "do not edit" commentKay Sievers
Default udev rules are not system configuration for users to edit, we need to be able to replace them with a package update. Custom rules have to go into their own files.
2007-06-21rules: recognize partitions and disk devices properlyKay Sievers
2007-06-04rules: SUSE updateKay Sievers
2007-05-29rules: fix cciss ruleKay Sievers
2007-05-25rules: use long options for scsi_idKay Sievers
2007-05-25cciss device supportHannes Reinecke
2007-05-17rules: use encoded strings instead of skipping charactersKay Sievers
This is needed for mount(8) and LABEL=* to find symlinks of label strings with special character in it.
2007-05-16rules: ignore partitons that span the entire diskFabio Massimo Di Nitto
2007-05-07rules: use ID_FS_UUID_SAFEKay Sievers
2007-04-06default rules: add libata compat linksKay Sievers
2007-03-12delete dasd_id, it moved to s390-toolsKay Sievers
These s390-tools-1.6.0 (applicable for the "October 2005 stream") replace s390-tools-1.5.4. New tools: * tape390_crypt: Tool to control and query crypto settings for 3592 zSeries tape devices. * mon_fsstatd: Daemon that writes filesystem utilization data to the z/VM monitor stream. * dumpconf: Allows to configure the dump device used for system dump in case a kernel panic occurs. * dasdinfo: Display unique DASD ID, either uid or volser. * 59-dasd.rules: udev rules for unique DASD device nodes created in /dev/disk/. http://www.ibm.com/developerworks/linux/linux390/s390-tools-1.6.0.html
2007-02-28remove dead rule in persistent tape rulesKay Sievers
Thanks to Matthias Schwarzott for spotting this.
2007-02-27persistent device naming: tape devices and medium changersJamie Wellnitz
This adds persistent symlinks for nst tape devices to the example rules. The symlinks live under /dev/tape/by-id/. Signed-off-by: Jamie Wellnitz <Jamie.Wellnitz@emulex.com>
2007-02-14update example rulesKay Sievers
2006-11-14update example rulesKay Sievers
2006-10-13persistent storage rules: skip gnbd devicesKay Sievers
2006-09-30update default rulesKay Sievers
2006-09-23cleanup default rulesBryan Kadzban
2006-09-07revert persistent-storage ata-serial '_' '-' replacementKay Sievers
It's not worth changing it, also scsi usually has an underscore in the SERIAL string itself: scsi-SSEAGATE_ST3146854SS_3KN0JH8600008609GTBW scsi-SATA_HTS726060M9AT00_MRH453M4HWHG7B
2006-09-06changes rules for ata disk from '_' to '-'MUNEDA Takahiro
by-id symlink rules for ata disk only have '_' before $env{ID_SERIAL}. The rules for SCSI disk, SCSI tape, mouse, event are not '_' but '-'
2006-08-20update default rulesKay Sievers
2006-08-11add 'crypto' devices to persistent storage rulesKay Sievers
2006-08-11move default rules to etc/udev/rules.d/Kay Sievers