RHELL 8.7 by-pathの確認方法

環境
# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.7 (Ootpa)

構文
ls -l /dev/disk/by-path/*
RHELシステムが認識したデバイスに対してudev機能が自動的にby-pathを作成するため、明示的に設定(変更)する必要はありません。

操作例
by-pathを表示します

# ls -l /dev/disk/by-path/*
lrwxrwxrwx. 1 root root  9  4月 19 04:55 /dev/disk/by-path/pci-0000:00:07.1-ata-2 -> ../../sda
lrwxrwxrwx. 1 root root 10  4月 19 04:55 /dev/disk/by-path/pci-0000:00:07.1-ata-2-part1 -> ../../sda1
lrwxrwxrwx. 1 root root 10  4月 19 04:55 /dev/disk/by-path/pci-0000:00:07.1-ata-2-part2 -> ../../sda2