Guest User

hdparm sda sda2

a guest
Mar 17th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo hdparm -I /dev/sda
  2.  
  3. /dev/sda:
  4.  
  5. ATA device, with non-removable media
  6. Model Number: Apacer AS340 960GB
  7. Serial Number: AD20210222A0100637
  8. Firmware Revision: T0901A0
  9. Media Serial Num:
  10. Media Manufacturer:
  11. Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0
  12. Standards:
  13. Used: unknown (minor revision code 0x011b)
  14. Supported: 10 9 8 7 6 5
  15. Likely used: 10
  16. Configuration:
  17. Logical max current
  18. cylinders 16383 16383
  19. heads 16 16
  20. sectors/track 63 63
  21. --
  22. CHS current addressable sectors: 16514064
  23. LBA user addressable sectors: 268435455
  24. LBA48 user addressable sectors: 1875385008
  25. Logical Sector size: 512 bytes
  26. Physical Sector size: 512 bytes
  27. Logical Sector-0 offset: 0 bytes
  28. device size with M = 1024*1024: 915715 MBytes
  29. device size with M = 1000*1000: 960197 MBytes (960 GB)
  30. cache/buffer size = unknown
  31. Form Factor: 2.5 inch
  32. Nominal Media Rotation Rate: Solid State Device
  33. Capabilities:
  34. LBA, IORDY(can be disabled)
  35. Queue depth: 32
  36. Standby timer values: spec'd by Standard, no device specific minimum
  37. R/W multiple sector transfer: Max = 1 Current = 1
  38. DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6
  39. Cycle time: min=120ns recommended=120ns
  40. PIO: pio0 pio1 pio2 pio3 pio4
  41. Cycle time: no flow control=120ns IORDY flow control=120ns
  42. Commands/features:
  43. Enabled Supported:
  44. * SMART feature set
  45. Security Mode feature set
  46. * Power Management feature set
  47. * Write cache
  48. * Look-ahead
  49. * Host Protected Area feature set
  50. * WRITE_BUFFER command
  51. * READ_BUFFER command
  52. * NOP cmd
  53. * DOWNLOAD_MICROCODE
  54. * 48-bit Address feature set
  55. * Mandatory FLUSH_CACHE
  56. * FLUSH_CACHE_EXT
  57. * General Purpose Logging feature set
  58. * WRITE_{DMA|MULTIPLE}_FUA_EXT
  59. * WRITE_UNCORRECTABLE_EXT command
  60. * {READ,WRITE}_DMA_EXT_GPL commands
  61. * Segmented DOWNLOAD_MICROCODE
  62. * Gen1 signaling speed (1.5Gb/s)
  63. * Gen2 signaling speed (3.0Gb/s)
  64. * Gen3 signaling speed (6.0Gb/s)
  65. * Native Command Queueing (NCQ)
  66. * Phy event counters
  67. * READ_LOG_DMA_EXT equivalent to READ_LOG_EXT
  68. * DMA Setup Auto-Activate optimization
  69. * Software settings preservation
  70. * DOWNLOAD MICROCODE DMA command
  71. * WRITE BUFFER DMA command
  72. * READ BUFFER DMA command
  73. * Data Set Management TRIM supported (limit 8 blocks)
  74. Security:
  75. Master password revision code = 65534
  76. supported
  77. not enabled
  78. not locked
  79. frozen
  80. not expired: security count
  81. supported: enhanced erase
  82. 6min for SECURITY ERASE UNIT. 6min for ENHANCED SECURITY ERASE UNIT.
  83. Checksum: correct
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91. ubuntu@ubuntu:~$ sudo hdparm -I /dev/sda2
  92.  
  93. /dev/sda2:
  94.  
  95. ATA device, with non-removable media
  96. Model Number: Apacer AS340 960GB
  97. Serial Number: AD20210222A0100637
  98. Firmware Revision: T0901A0
  99. Media Serial Num:
  100. Media Manufacturer:
  101. Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0
  102. Standards:
  103. Used: unknown (minor revision code 0x011b)
  104. Supported: 10 9 8 7 6 5
  105. Likely used: 10
  106. Configuration:
  107. Logical max current
  108. cylinders 16383 16383
  109. heads 16 16
  110. sectors/track 63 63
  111. --
  112. CHS current addressable sectors: 16514064
  113. LBA user addressable sectors: 268435455
  114. LBA48 user addressable sectors: 1875385008
  115. Logical Sector size: 512 bytes
  116. Physical Sector size: 512 bytes
  117. Logical Sector-0 offset: 0 bytes
  118. device size with M = 1024*1024: 915715 MBytes
  119. device size with M = 1000*1000: 960197 MBytes (960 GB)
  120. cache/buffer size = unknown
  121. Form Factor: 2.5 inch
  122. Nominal Media Rotation Rate: Solid State Device
  123. Capabilities:
  124. LBA, IORDY(can be disabled)
  125. Queue depth: 32
  126. Standby timer values: spec'd by Standard, no device specific minimum
  127. R/W multiple sector transfer: Max = 1 Current = 1
  128. DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6
  129. Cycle time: min=120ns recommended=120ns
  130. PIO: pio0 pio1 pio2 pio3 pio4
  131. Cycle time: no flow control=120ns IORDY flow control=120ns
  132. Commands/features:
  133. Enabled Supported:
  134. * SMART feature set
  135. Security Mode feature set
  136. * Power Management feature set
  137. * Write cache
  138. * Look-ahead
  139. * Host Protected Area feature set
  140. * WRITE_BUFFER command
  141. * READ_BUFFER command
  142. * NOP cmd
  143. * DOWNLOAD_MICROCODE
  144. * 48-bit Address feature set
  145. * Mandatory FLUSH_CACHE
  146. * FLUSH_CACHE_EXT
  147. * General Purpose Logging feature set
  148. * WRITE_{DMA|MULTIPLE}_FUA_EXT
  149. * WRITE_UNCORRECTABLE_EXT command
  150. * {READ,WRITE}_DMA_EXT_GPL commands
  151. * Segmented DOWNLOAD_MICROCODE
  152. * Gen1 signaling speed (1.5Gb/s)
  153. * Gen2 signaling speed (3.0Gb/s)
  154. * Gen3 signaling speed (6.0Gb/s)
  155. * Native Command Queueing (NCQ)
  156. * Phy event counters
  157. * READ_LOG_DMA_EXT equivalent to READ_LOG_EXT
  158. * DMA Setup Auto-Activate optimization
  159. * Software settings preservation
  160. * DOWNLOAD MICROCODE DMA command
  161. * WRITE BUFFER DMA command
  162. * READ BUFFER DMA command
  163. * Data Set Management TRIM supported (limit 8 blocks)
  164. Security:
  165. Master password revision code = 65534
  166. supported
  167. not enabled
  168. not locked
  169. frozen
  170. not expired: security count
  171. supported: enhanced erase
  172. 6min for SECURITY ERASE UNIT. 6min for ENHANCED SECURITY ERASE UNIT.
  173. Checksum: correct
  174.  
Advertisement
Add Comment
Please, Sign In to add comment