1
`udevadm info -a -n / dev / sdb`의 출력 이해
노트북에 외장 HDD를 연결합니다. 나는 정보를 찾으려고 노력한다. $ udevadm info -a -n /dev/sdb Udevadm info starts with the device specified by the devpath and then walks up the chain of parent devices. It prints for every device found, all possible attributes in the udev rules key format. A rule …