Upload files to "udev"

udev rule to mask the filesystem UUID of the origin device.
This commit is contained in:
Forza 2023-11-24 08:33:29 +01:00
parent fdc97bd4b5
commit fa9362f147

7
udev/90-dmcache.rules Normal file
View File

@ -0,0 +1,7 @@
# /etc/udev/rules.d/90-dmcache.rules
# udev rule for dm-cache to remove origin device FS UUID device link.
#
# `blkid` can be used to find the filesystem uuid:
# /dev/sdj1: LABEL="usb-backup" UUID="df68a30d-d26e-4b9c-9606-a130e66ce63d"
ENV{ID_FS_UUID_ENC}=="df68a30d-d26e-4b9c-9606-a130e66ce63d", KERNEL=="sd*", SUBSYSTEM=="block", ACTION=="add|change", SYMLINK-="disk/by-uuid/$env{ID_FS_UUID_ENC}"