Advertisement
Guest User

sudo dmidecode | grep -A13 -B1 'Memory Device'

a guest
Feb 11th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. $ sudo dmidecode | grep -A13 -B1 'Memory Device'
  2. [sudo] password for nikola:
  3. Handle 0x0016, DMI type 17, 27 bytes
  4. Memory Device
  5. Array Handle: 0x0015
  6. Error Information Handle: No Error
  7. Total Width: 72 bits
  8. Data Width: 64 bits
  9. Size: 512 MB
  10. Form Factor: DIMM
  11. Set: 1
  12. Locator: DIMM 4
  13. Bank Locator: Channel A
  14. Type: DDR2
  15. Type Detail: Synchronous
  16. Speed: 533 MHz
  17. Manufacturer: Not Specified
  18. --
  19. Handle 0x0017, DMI type 17, 27 bytes
  20. Memory Device
  21. Array Handle: 0x0015
  22. Error Information Handle: No Error
  23. Total Width: 72 bits
  24. Data Width: 64 bits
  25. Size: 512 MB
  26. Form Factor: DIMM
  27. Set: 2
  28. Locator: DIMM 3
  29. Bank Locator: Channel A
  30. Type: DDR2
  31. Type Detail: Synchronous
  32. Speed: 533 MHz
  33. Manufacturer: Not Specified
  34. --
  35. Handle 0x0018, DMI type 17, 27 bytes
  36. Memory Device
  37. Array Handle: 0x0015
  38. Error Information Handle: No Error
  39. Total Width: 72 bits
  40. Data Width: 64 bits
  41. Size: 512 MB
  42. Form Factor: DIMM
  43. Set: 1
  44. Locator: DIMM 2
  45. Bank Locator: Channel B
  46. Type: DDR2
  47. Type Detail: Synchronous
  48. Speed: 533 MHz
  49. Manufacturer: Not Specified
  50. --
  51. Handle 0x0019, DMI type 17, 27 bytes
  52. Memory Device
  53. Array Handle: 0x0015
  54. Error Information Handle: No Error
  55. Total Width: 72 bits
  56. Data Width: 64 bits
  57. Size: 512 MB
  58. Form Factor: DIMM
  59. Set: 2
  60. Locator: DIMM 1
  61. Bank Locator: Channel B
  62. Type: DDR2
  63. Type Detail: Synchronous
  64. Speed: 533 MHz
  65. Manufacturer: Not Specified
  66. --
  67. Handle 0x001B, DMI type 20, 19 bytes
  68. Memory Device Mapped Address
  69. Starting Address: 0x00000000000
  70. Ending Address: 0x0003FFFFFFF
  71. Range Size: 1 GB
  72. Physical Device Handle: 0x0016
  73. Memory Array Mapped Address Handle: 0x001A
  74. Partition Row Position: Unknown
  75. Interleave Position: Unknown
  76. Interleaved Data Depth: Unknown
  77.  
  78. Handle 0x001C, DMI type 20, 19 bytes
  79. Memory Device Mapped Address
  80. Starting Address: 0x00040000000
  81. Ending Address: 0x0007FFFFFFF
  82. Range Size: 1 GB
  83. Physical Device Handle: 0x0017
  84. Memory Array Mapped Address Handle: 0x001A
  85. Partition Row Position: Unknown
  86. Interleave Position: Unknown
  87. Interleaved Data Depth: Unknown
  88.  
  89. Handle 0x001D, DMI type 20, 19 bytes
  90. Memory Device Mapped Address
  91. Starting Address: 0x00000000000
  92. Ending Address: 0x0003FFFFFFF
  93. Range Size: 1 GB
  94. Physical Device Handle: 0x0018
  95. Memory Array Mapped Address Handle: 0x001A
  96. Partition Row Position: Unknown
  97. Interleave Position: Unknown
  98. Interleaved Data Depth: Unknown
  99.  
  100. Handle 0x001E, DMI type 20, 19 bytes
  101. Memory Device Mapped Address
  102. Starting Address: 0x00040000000
  103. Ending Address: 0x0007FFFFFFF
  104. Range Size: 1 GB
  105. Physical Device Handle: 0x0019
  106. Memory Array Mapped Address Handle: 0x001A
  107. Partition Row Position: Unknown
  108. Interleave Position: Unknown
  109. Interleaved Data Depth: Unknown
  110.  
  111. Handle 0x001F, DMI type 32, 20 bytes
  112. System Boot Information
  113. Status: <OUT OF SPEC>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement