Linux drive letter drift problem
Hi,when the system is restarted, the storage lun drive letter is
/dev/sda
/dev/sdc
We tried to use the Udev strategy to create the
58-storage.rule
"NAME=/sda%n ignored, kernel device nodes can not be renamed; please fix it in /etc/udev/rules.d/10-test.rules:2"
/dev/sda
Among them, the linux version number is
Linux nas 3.10.0-693.el7.x86_64
rpm -qa | grep udev
libgudev1-219-42.el7_4.1.x86_64
python-pyudev-0.15- 9.el7.noarch
[root@RHEL7X rules.d]# cat 58-storage.rule SUBSYSTEMS=="scsi",SUBSYSTEM=="block",KERNELS=="2:0:0:1",NAME="/sda%n"
Thank you advance for sharing your experience here.
Responses