Tagged Questions
5
votes
1answer
2k views
Understand output of `udevadm info -a -n /dev/sdb`
I plug an external HDD into my laptop. I try to find out the information by
$ udevadm info -a -n /dev/sdb
Udevadm info starts with the device specified by the devpath and then
walks up the chain of ...