Skip to content
Snippets Groups Projects
find_dev.sh 280 B
Newer Older
root's avatar
root committed


for i in {0..29};do d=$(ls /sys/devices/pci0000:c0/0000:c0:03.1/0000:c1:00.0/host1/port-1:0/expander-1:0/port-1:0:$i/end_device-1:0:$i/target1:0:$i/1:0:$i:0/block/); echo /dev/$d;head -n 30 /dev/$d | grep -a 'device ='; find /sys/devices/ -name $d | grep port;printf '\n';done