How do I get to the screen that lists the connected drives and their speeds?

JasonP123456

Cadet
Joined
Aug 4, 2018
Messages
9
I have seen in other post where people are able to get to a screen where it shows all the connected drives and their negotiated speeds. I see this information on boot up but it scrolls by way too fast to comprehend it. How do I get back to it? As an example, the screen I am trying to get to lists this information:

Jun 22 15:32:22 freenas kernel: ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
Jun 22 15:32:22 freenas kernel: ada0: Command Queueing enabled
Jun 22 15:32:22 freenas kernel: ada0: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
Jun 22 15:32:22 freenas kernel: ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
Jun 22 15:32:22 freenas kernel: ada1: <WDC WD20EARS-00MVWB0 51.0AB51> ATA-8 SATA 2.x device
Jun 22 15:32:22 freenas kernel: ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
Jun 22 15:32:22 freenas kernel: ada1: Command Queueing enabled
Jun 22 15:32:22 freenas kernel: ada1: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
 

Pitfrr

Wizard
Joined
Feb 10, 2014
Messages
1,531
Hello,

I don't know about a screen where this information would be available in the GUI (maybe in freeNAS 11? but since I still use 9.x)...

But then I'd open a terminal and execute something like:
dmesg | grep "ada"
to have all the disks (or you can do it disk per disk with ada0, ada1, ...).
 

JasonP123456

Cadet
Joined
Aug 4, 2018
Messages
9
That is the exact command I was looking for except "da" instead of "ada" listed all ada & da drives.
Thanks
 

Pitfrr

Wizard
Joined
Feb 10, 2014
Messages
1,531
Yes right, depending on how your drives show up (I forgot to mention it).
I used the example you provided... I thought it was from your system. :smile:
But I'm glad it's what your were looking for, have fun!
 
Top