When I insert a USB stick dmesg records the following info:-
Is there a command that provides the same info in the same format?
Code:
ugen1.13: <USB DISK> at usbus1
umass3 on uhub5
umass3: <USB DISK, class 0/0, rev 2.00/1.00, addr 13> on usbus1
umass3: SCSI over Bulk-Only; quirks = 0xc100
umass3:5:3: Attached to scbus5
pass6 at umass-sim3 bus 3 scbus5 target 0 lun 0
pass6: <SCSI DISK 1.00> Removable Direct Access SPC-2 SCSI device
pass6: 40.000MB/s transfers
da3 at umass-sim3 bus 3 scbus5 target 0 lun 0
da3: <SCSI DISK 1.00> Removable Direct Access SPC-2 SCSI device
da3: 40.000MB/s transfers
da3: 7696MB (15761504 512 byte sectors)
da3: quirks=0x2<NO_6_BYTE>
da3: Delete methods: <NONE(*),ZERO>
GEOM: new disk da3
Is there a command that provides the same info in the same format?
diskinfo -v /dev/da3
provides some of the same info, but not in the same format.