Hi, Jan and Willima, I tested libtd on 2 T2000 machine. Through the test_td driver, it seems like libtd could not find current boot disk. I tested it on x86, and test_td will print a "*" ahead of the boot disk, but on SPARC platform, there is no "*" output.
Is it a bug for SPARC? x86 output =================================== # test_td -d Disk discovery Total number of disks: 2 --------------------------------- num | name| ctype|size [MB]| --------------------------------- 1 |* c4d0| ata| 152625| <--- there is an asterisk(*) before c4d0 2 | swap|unknown| 512| --------------------------------- =================================== sparc output =================================== # test_td -d -v Disk discovery Total number of disks: 3 ------------------------------------------------------------------------------- num | name| vendor| ctype| mtype| rem| lbl| bsize|#of blocks|size [MB]| ------------------------------------------------------------------------------- 1 | c0t0d0| FUJITSU| scsi| FIXED| No| V| 512| 143374738| 70007| 2 | c0t1d0| FUJITSU| scsi| FIXED| No| G| 512| 143374738| 70007| 3 | dump| unknown|unknown| UNKN| No| G| 512| 3145728| 1536| ------------------------------------------------------------------------------- =================================== Thanks Jason
