我19刀独服是250硬盘,怎么看硬盘其他信息?
# df -hlFilesystem SizeUsed Avail Use% Mounted on
/dev/sda2 225G885M213G 1% /
tmpfs 942M 0942M 0% /dev/shm
/dev/sda1 504M 41M439M 9% /boot
# cfdisk -Ps
Partition Table for /dev/sda
First Last
# Type Sector Sector Offset Length Filesystem Type (ID) Flag
-- ------- ----------- ----------- ------ ----------- -------------------- ----
Pri/Log 0 2047* 0# 2048*Free Space None
1 Primary 2048* 1050623* 0 1048576*Linux (83) Boot
2 Primary 1050624*480024575* 0 478973952*Linux (83) None
3 Primary 480024576*488280063* 0 8255488*Linux swap / So (82) None
Pri/Log 488280064*488281249* 0 1186*Free Space None
# sfdisk -l
Disk /dev/sda: 30394 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks IdSystem
/dev/sda1 * 0+ 65- 66- 524288 83Linux
/dev/sda2 65+29880-29815- 239486976 83Linux
/dev/sda3 29880+30394- 514- 4127744 82Linux swap / Solaris
/dev/sda4 0 - 0 0 0Empty
# cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
4Intel(R) Atom(TM) CPU330 @ 1.60GHz
# getconf LONG_BIT
32 smartctl -a /dev/sda|grep Hours
腿毛飘飘 发表于 2013-6-11 13:32
back.gif
smartctl -a /dev/sda|grep Hours
# smartctl -a /dev/sda
smartctl 5.42 2011-10-20 r3458 (local build)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net
=== START OF INFORMATION SECTION ===
Model Family: Seagate Barracuda ES.2
Device Model: ST3250310NS
Serial Number: 9SF0N97B
LU WWN Device Id: 5 000c50 0106cde15
Firmware Version: MA07
User Capacity: 250,000,000,000 bytes
Sector Size: 512 bytes logical/physical
Device is: In smartctl database
ATA Version is: 8
ATA Standard is:ATA-8-ACS revision 4
Local Time is: Tue Jun 11 00:42:03 2013 CDT
==> WARNING: There are known problems with these drives,
AND THIS FIRMWARE VERSION IS AFFECTED,
see the following Seagate web page:
http://dellfirmware.seagate.com/dell_firmware/DellFirmwareRequest.jsp
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status:(0x82) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (634) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 1) minutes.
Extended self-test routine
recommended polling time: (59) minutes.
Conveyance self-test routine
recommended polling time: ( 2) minutes.
SCT capabilities: (0x003d) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATEDWHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 078 063 044 Pre-failAlways - 83204878
3 Spin_Up_Time 0x0003 099 099 000 Pre-failAlways - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 33
5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-failAlways - 0
7 Seek_Error_Rate 0x000f 079 060 030 Pre-failAlways - 13176518649
9 Power_On_Hours 0x0032 073 073 000 Old_age Always - 23823
10 Spin_Retry_Count 0x0013 100 100 097 Pre-failAlways - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 33
184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
188 Command_Timeout 0x0032 100 099 000 Old_age Always - 8590065668
189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
190 Airflow_Temperature_Cel 0x0022 072 058 045 Old_age Always - 28 (Min/Max 20/29)
194 Temperature_Celsius 0x0022 028 042 000 Old_age Always - 28 (0 14 0 0 0)
195 Hardware_ECC_Recovered0x001a 018 018 000 Old_age Always - 83204878
197 Current_Pending_Sector0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
NumTest_Description Status RemainingLifeTime(hours)LBA_of_first_error
# 1Short offline Completed without error 00% 20843 -
# 2Short offline Completed without error 00% 20840 -
SMART Selective self-test log data structure revision number 1
SPANMIN_LBAMAX_LBACURRENT_TEST_STATUS
1 0 0Not_testing
2 0 0Not_testing
3 0 0Not_testing
4 0 0Not_testing
5 0 0Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay. 上面那些数字,怎么看硬盘使用时间? 23823
cs19861010 发表于 2013-6-11 13:44
back.gif
23823
两万多小时啊~~~~ 时间肯定多的
云生 发表于 2013-6-11 13:46
back.gif
两万多小时啊~~~~
还好了我当时一台 35000个小时。。。 正常,2w多其实也不算太多。 硬盘上年纪了
qb.gif
——来自VPS爱唯欧 我的也快三万了
页:
[1]
2