vince66 Mar 3, 2018 #1 Hello guys, can you tell me please which FreeBSD command shows the serial number of the devices connected (HD, USB, SATA, ....) ? Thanks in advance.
Hello guys, can you tell me please which FreeBSD command shows the serial number of the devices connected (HD, USB, SATA, ....) ? Thanks in advance.
S scottro Mar 3, 2018 #2 You can usually get the disk drive serial number with Code: camcontrol identify /dev/ada0 , assuming that ada0 is your device. Code: diskinfo -v /dev/ada0 will also give you the serial number.
You can usually get the disk drive serial number with Code: camcontrol identify /dev/ada0 , assuming that ada0 is your device. Code: diskinfo -v /dev/ada0 will also give you the serial number.