1 # Persistent links for zvol
3 # persistent disk links: /dev/zvol/dataset_name
5 # NOTE: We used to also create an additional tree of zvol symlinks located at
6 # /dev/dataset_name (i.e. without the 'zvol' path component) for
7 # compatibility reasons. These are no longer created anymore, and should
11 KERNEL=="zd*", SUBSYSTEM=="block", ACTION=="add|change", PROGRAM=="@udevdir@/zvol_id $devnode", SYMLINK+="zvol/%c"