Hi Alex, test_td/libtd consumes libdiskmgt library for obtaining information about drives - libdiskmgt enumerates device tree in order to determine what is available.
Could you please check if drives which are not reported by test_td have links in /dev/ directory populated before and after you invoke format(1M) ? Thank you, Jan Alexander Eremin wrote: > That what I get: > #./test_td -d > Disk discovery > Total number of disks: 1 > --------------------------------- > num | name| ctype|size [MB]| > --------------------------------- > 1 | c2t0d0| usb| 976| > --------------------------------- > > # format > ... > > #./test_td -d > Disk discovery > Total number of disks: 2 > --------------------------------------- > num | name| ctype|size [MB]| > --------------------------------- > 1 | c2t0d0| usb| 976| > 2 | c6t0d0|unknown| 76350| > -------------------------------------- > > > On usual PC with ata HD works perfect, but on Toshiba with SATA 250mb - only > after format executing.. > > Regards, > ::alhazred
