-
Re: Device Serial Number
On 1 Jun 2005 07:57:35 -0700, [email]Weiduo.Deng@gmail.com[/email] wrote:
[color=blue]
> I tried but no clue how to get S/N within stm. Honestly stm is not user
> friendly :)[/color]
Here is an example to get the serial number of a disk using cstm
# cstm
cstm> map
cstm> sel dev 7
cstm> info
cstm> il
trimmed...
Product Id: ATLAS_V_36_SCA Vendor: QUANTUM
Device Type: SCSI Disk Firmware Rev: 0230
Device Qualifier: QUANTUMATLAS_V_36_SCA Logical Unit: 0
Serial Number: 143109253785
Capacity (M Byte): 35020.89
Block Size: 512
Max Block Address: 71722775
....trimed
cstm> quit
-
Re: Device Serial Number
Thanks a lot. cstm works for me!!!