Advertisement
Guest User

Untitled

a guest
Jul 27th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. dorian@ShubleServer:~$ sudo hdparm -I /dev/sda
  2.  
  3. /dev/sda:
  4.  
  5. ATA device, with non-removable media
  6. Model Number: WDC WD5000BPVT-60HXZT3
  7. Serial Number: WD-WXU1EB1KWUAT
  8. Firmware Revision: 01.01A01
  9. Transport: Serial, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6
  10. Standards:
  11. Supported: 8 7 6 5
  12. Likely used: 8
  13. Configuration:
  14. Logical max current
  15. cylinders 16383 16383
  16. heads 16 16
  17. sectors/track 63 63
  18. --
  19. CHS current addressable sectors: 16514064
  20. LBA user addressable sectors: 268435455
  21. LBA48 user addressable sectors: 976773168
  22. Logical Sector size: 512 bytes
  23. Physical Sector size: 4096 bytes
  24. Logical Sector-0 offset: 0 bytes
  25. device size with M = 1024*1024: 476940 MBytes
  26. device size with M = 1000*1000: 500107 MBytes (500 GB)
  27. cache/buffer size = 8192 KBytes
  28. Form Factor: 2.5 inch
  29. Nominal Media Rotation Rate: 5400
  30. Capabilities:
  31. LBA, IORDY(can be disabled)
  32. Queue depth: 32
  33. Standby timer values: spec'd by Standard, with device specific minimum
  34. R/W multiple sector transfer: Max = 16 Current = 16
  35. Advanced power management level: 254
  36. DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6
  37. Cycle time: min=120ns recommended=120ns
  38. PIO: pio0 pio1 pio2 pio3 pio4
  39. Cycle time: no flow control=120ns IORDY flow control=120ns
  40. Commands/features:
  41. Enabled Supported:
  42. * SMART feature set
  43. Security Mode feature set
  44. * Power Management feature set
  45. * Write cache
  46. * Look-ahead
  47. * WRITE_BUFFER command
  48. * READ_BUFFER command
  49. * NOP cmd
  50. * DOWNLOAD_MICROCODE
  51. * Advanced Power Management feature set
  52. * 48-bit Address feature set
  53. * Device Configuration Overlay feature set
  54. * Mandatory FLUSH_CACHE
  55. * FLUSH_CACHE_EXT
  56. * SMART error logging
  57. * SMART self-test
  58. * General Purpose Logging feature set
  59. * 64-bit World wide name
  60. * IDLE_IMMEDIATE with UNLOAD
  61. * WRITE_UNCORRECTABLE_EXT command
  62. * {READ,WRITE}_DMA_EXT_GPL commands
  63. * Segmented DOWNLOAD_MICROCODE
  64. * Gen1 signaling speed (1.5Gb/s)
  65. * Gen2 signaling speed (3.0Gb/s)
  66. * Native Command Queueing (NCQ)
  67. * Phy event counters
  68. * Idle-Unload when NCQ is active
  69. * DMA Setup Auto-Activate optimization
  70. Device-initiated interface power management
  71. * Software settings preservation
  72. * SMART Command Transport (SCT) feature set
  73. * SCT Write Same (AC2)
  74. * SCT Error Recovery Control (AC3)
  75. * SCT Features Control (AC4)
  76. * SCT Data Tables (AC5)
  77. unknown 206[12] (vendor specific)
  78. unknown 206[13] (vendor specific)
  79. unknown 206[14] (vendor specific)
  80. Security:
  81. Master password revision code = 65534
  82. supported
  83. not enabled
  84. not locked
  85. frozen
  86. not expired: security count
  87. supported: enhanced erase
  88. 126min for SECURITY ERASE UNIT. 126min for ENHANCED SECURITY ERASE UNIT.
  89. Logical Unit WWN Device Identifier: 50014ee602cd7e10
  90. NAA : 5
  91. IEEE OUI : 0014ee
  92. Unique ID : 602cd7e10
  93. Checksum: correct
  94.  
  95. ----------------------------------------------------------------------------------------------------------------
  96.  
  97. [[ My local disk - WD 500 GB ]]
  98.  
  99. dorian@ShubleServer:~$ dd if=/dev/zero of=test bs=1M count=1024
  100. 1024+0 enregistrements lus
  101. 1024+0 enregistrements écrits
  102. 1073741824 octets (1,1 GB) copiés, 32,2331 s, 33,3 MB/s
  103.  
  104. ----------------------------------------------------------------------------------------------------------------
  105.  
  106. [[ USB 3 External Disk - WD 3TB ]]
  107.  
  108. dorian@ShubleServer:~$ dd if=/dev/zero of=/home/dorian/icybox/test bs=1M count=1024
  109. 1024+0 enregistrements lus
  110. 1024+0 enregistrements écrits
  111. 1073741824 octets (1,1 GB) copiés, 8,70315 s, 123 MB/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement