I forgot how many RAM modules are installed on my laptop. I do not want to unscrew it but want to look it up on the console. How do I gather this information?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Since you don't mention, I'm assuming this is on Linux. dmidecode
lshw
|
|||||||||
|
|
In my case,
reports this:
I would like to point out that I have only 4 GiB of RAM in one module. That info is shown by doing:
this is shown:
And, as you can see, Bank 2 is full and Bank 0 empty. Board has only two slots for RAM, but they have to be double channel. |
||||
|
|