Displaying 1 result from an estimated 1 matches for "end_persistent_disk".
2019 Feb 28
3
What files to edit when changing the sdX of hard drives?
...o lock in the SDA/SDB/SDC for my drives and I came up with a rule like this
KERNEL=="sd?", SUBSYSTEM=="block", ENV{ID_SERIAL}=="ST500DM002-1BC142_W2A56H8A", NAME="sda", RUN+="/usr/bin/logger ID_SERIAL=$ENV{ID_SERIAL} set to /dev/sda ", GOTO="END_PERSISTENT_DISK"
However, it is not clear to me is in what files I need to add my rules.
Do I add a random file "99-my-rules.rules" in "/etc/udev/rules.d/"?
Do I copy a file from "/usr/lib/udev" to "/etc/udev/rules.d/" and add my rules?
Do I need to be careful with...