NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
xtrips1
Mar 03, 2021Aspirant
Rndp6000
hello, I have 2 Readynas pro at hand right now. They look identical to me but I know they are different. What command line can I run via Putty to get all the information about the hardware inside? C...
- Mar 03, 2021
xtrips1 wrote:Can I have a command that will give me more info anyway?
With putty (or ssh built into windows 10 and macos) you log in as root, and use the NAS admin password.
You can see the CPU info with
# cat /proc/cpuinfo
You can see the amount of RAM with
# free
To get more detailed information, you could install dmidecode. Make sure you do this as root.
# apt-get install dmidecode # dmidecode
I'm not sure if you can install dmidecode on a NAS with 4.2.x firmware (which is what the Pros shipped with). But it can be installed if the NAS has been converted to run OS 6 firmware.
xtrips1
Mar 03, 2021Aspirant
Thank you.
Can I have a command that will give me more info anyway?
I would like to be more in control.
StephenB
Mar 03, 2021Guru - Experienced User
xtrips1 wrote:Can I have a command that will give me more info anyway?
With putty (or ssh built into windows 10 and macos) you log in as root, and use the NAS admin password.
You can see the CPU info with
# cat /proc/cpuinfo
You can see the amount of RAM with
# free
To get more detailed information, you could install dmidecode. Make sure you do this as root.
# apt-get install dmidecode # dmidecode
I'm not sure if you can install dmidecode on a NAS with 4.2.x firmware (which is what the Pros shipped with). But it can be installed if the NAS has been converted to run OS 6 firmware.
- xtrips1Mar 03, 2021Aspirant
Thank you very much
Dmidecode works like a charm
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!