when I run ls on /dev/disk/by-id I see same disk by two different number one with scsi and one with wwn
which one should I use?
ls -la /dev/disk/by-id/ |grep part2 |grep sde
lrwxrwxrwx 1 root root 10 Aug 24 16:35 scsi-36c81f660e2ff3a002926a14604c4fc5d-part2 -> ../../sde2
lrwxrwxrwx 1 root root 10 Aug 24 16:35 wwn-0x6c81f660e2ff3a002926a14604c4fc5d-part2 -> ../../sde2
which one should I use?
ls -la /dev/disk/by-id/ |grep part2 |grep sde
lrwxrwxrwx 1 root root 10 Aug 24 16:35 scsi-36c81f660e2ff3a002926a14604c4fc5d-part2 -> ../../sde2
lrwxrwxrwx 1 root root 10 Aug 24 16:35 wwn-0x6c81f660e2ff3a002926a14604c4fc5d-part2 -> ../../sde2