mirror of
https://git.proxmox.com/git/mirror_zfs-debian
synced 2025-08-15 04:35:59 +00:00
7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
# Persistent links for zvol
|
|
#
|
|
# persistent disk links: /dev/zvol/dataset_name
|
|
# also creates compatibility symlink of /dev/dataset_name
|
|
|
|
KERNEL=="zd*" SUBSYSTEM=="block" ACTION=="add|change" PROGRAM="@udevdir@/zvol_id $tempnode" SYMLINK+="zvol/%c %c"
|