On 10/20/20 9:23 PM, chanho61.park wrote: > Did you mean /dev/disk/by-[part]label/ symlink? It's quite reasonable to > use them by udev in userspace such as initramfs but some cases does not use > initramfs or initrd. In that case, we need to load the root > device(/dev/sda[N]) directly from kernel. Please use udev or systemd instead of adding code in the UFS driver that is not necessary when udev or systemd is used. Thanks, Bart.