- 浏览: 462192 次
- 性别:
- 来自: 深圳
文章分类
- 全部博客 (178)
- linux (25)
- java (31)
- eclipse (3)
- web (19)
- database (11)
- framework (7)
- spring (1)
- jbpm (1)
- error and solution (3)
- struts2 (3)
- hibernate (12)
- other (15)
- ubuntu (2)
- build tools (1)
- 服务器配置 (3)
- extjs (2)
- ssl相关 (1)
- 项目管理 (0)
- 软件测试 (0)
- java maven2 (2)
- Windows Server 2003 (1)
- glassfish (1)
- build tools,maven (2)
- Heritrix3 (1)
最新评论
-
lbs1026:
您好,卸载后怎么再装上去呢?
java中dll文件的加载和卸载。 -
mp19901204:
请教下,能通过js播放指定的影片吗。不刷新网页,用js直接调用 ...
Flv播放器 Vcastr3.0的用法参考 -
wiflish:
hanmiao 写道试了第壹個,好用。
使maven2在下载依赖包的同时下载其源代码包。 -
hanmiao:
试了第壹個,好用。
使maven2在下载依赖包的同时下载其源代码包。 -
chuanwang66:
请问Heritrix 3.1.0 你是怎么配置进Eclipse ...
Heritrix3.1.0RC1使用Cookie不能自动登录问题的一个解决办法
linux下硬盘检测工具: smartmontools
工具主页: http://smartmontools.sourceforge.net/
Smartmontools for SCSI硬盘: http://smartmontools.sourceforge.net/smartmontools_scsi.html
smartctl命令参数列表:
The following options are currently available for SCSI disks and tape drives unless otherwise noted:
-
-a | --all : equivalent to the combination -i -H -A -l error -l selftest options invoked in that order.
-
-A | --attributes : outputs the current device temperature, trip temperature, the number of elements in the grown defect list (GLIST) and data from the start-stop log page. Outputs some vendor specific information if available.
-
-C | --captive : used in conjunction with -t short or -t long options to do short or long self tests in the foreground. [Has no effect on tape drives.]
-
-d TYPE | --device=TYPE where TYPE is "ata", "scsi", "sat", "marvell", "3ware,N", "hpt,L/N[,M]" or "cciss,N". Overrides utility's guess about the class of the device which is based on the form of the nominated device's name.
-
-h | --help : outputs lengthy usage message and exits without any other action.
-
-H | --health : outputs single device health metric determined by the device manufacturer. This will be "OK" or a failure message.
-
-i | --info : outputs device identification information (derived from a SCSI INQUIRY command) and whether the device supports SMART (and temperature warnings) and if those facilities are currently enabled. The type of transport (e.g. FC or SAS) is also reported, if available. Some users have reported disks that report the wrong transport.
-
-l TYPE | --log=TYPE where TYPE is either "background", "selftest" or "error". Decodes are outputs the requested log. Note that --all does not include --log=background .
-
-q TYPE | --quietmode=TYPE where TYPE is either "silent" or "errorsonly". When the type is silent then nothing is output to the console but the exit status is set (so it is suitable for scripts). For "errorsonly" only errors are output to the console. The exit status is always set. [See the smartctl man page.]
-
-r TYPE | --report=TYPE where TYPE is either "ioctl[,<n>]" or "scsiioctl[,<n>]". Turns on low level debugging of issued commands and responses. These commands are issued through a system command called an "ioctl" in Unix. The debug can be for all issued commands (i.e. "ioctl") or only SCSI commands ("scsiioctl"). Optionally the TYPE can have a comma and a number post pended to increase the volume of debug. See this section for more details.
-
-s VALUE | --smart=VALUE where VALUE is either "on" or "off". Enables or disables SMART monitoring (and temperature warnings).
-
-S VALUE | --saveauto=VALUE where VALUE is either "on" or "off". Controls whether the error log values are preserved across device power cycles.
-
-t TEST | --test=TEST where TEST is either "offline", "short" or "long". Despite its name "offline" is a short foreground test that all SCSI devices should support. A "short" self test is typically 2 minutes or less. A "long" self test will be considerably longer than 2 minutes, depending on the size of the media. The estimated time that a "long" self test will take is printed after the "selftest" log (i.e. with '-l selftest' or '-a')
-
-V | --version : outputs the smartctl version number (including the cvs version of all its source files) and build information then exits without any other action.
-
-X | --abort : will terminate a background short or long self test. Usually the self test log notes that a self test has been aborted. [Has no effect on tape drives.]
简单用法:
1、smartctl -a <device> 检查该设备是否已经打开SMART技术。
2、smartctl -s on <device> 如果没有打开SMART技术,使用该命令打开SMART技术。
3、smartctl -t short <device> 后台检测硬盘,消耗时间短;
smartctl -t long <device> 后台检测硬盘,消耗时间长;
smartctl -C -t short <device> 前台检测硬盘,消耗时间短;
smartctl -C -t long <device> 前台检测硬盘,消耗时间长。
其实就是利用硬盘SMART的自检程序。
4、smartctl -X <device> 中断后台检测硬盘。
5、smartctl -l selftest <device> 显示硬盘检测日志。
6、smartctl -l error <device> 显示硬盘错误汇总。
发表评论
-
【转】生产环境下JAVA进程高CPU占用故障排查
2013-11-01 16:36 1435转自: http://blog.chinaunix.net/ ... -
【转】11 个很少人知道但很有用的 Linux 命令
2013-10-29 20:24 989转自: http://www.oschina.net/t ... -
[转] linux下安装mysql服务器
2006-09-14 11:43 2107[转自:http://www.extmail.org/foru ... -
[转]postfix2.3.3安装
2006-09-25 13:55 1386本文转自:http://www.extmail.org/for ... -
crontab的用法
2006-09-26 15:39 967Crontab命令的格式为:crontab –l|-v|-r| ... -
postfix中编译安装Amavisd-New + Clamav + SpamAssassin
2006-10-08 15:38 15971.安装clamav 官方下载地址:http://w ... -
查看Linux系统版本方法
2006-11-20 15:22 1110cat /etc/redhat-releasecat /etc ... -
编译安装glibc
2006-11-28 14:37 8212编译安装glibc下载glibcwget http://ft ... -
安装PHP
2006-11-28 15:20 982安装PHP从下面的URL下载PHP 4.4.4的源代码:htt ... -
apache安装
2006-11-30 15:24 1022参考:http://www.extmail.org/forum ... -
安装cyrus-sasl-2.x
2006-11-30 16:16 2244参考文档:http://www.extmail.org/for ... -
编译postfix2.2.10
2006-12-01 14:17 1343参考文档:http://blog.5ilinux.com/ar ... -
安装courier-authlib
2006-12-01 14:44 3233参考文档:http://blog.5ilinux.com/ar ... -
安装Courier-IMAP
2006-12-01 15:02 3105参考文档:http://blog.5ilinux.com/ar ... -
安装postfixadmin
2006-12-01 15:34 1864wget http://high5.net/postfixad ... -
编译安装tpop3d(使用mysql验证mail用户)
2006-12-07 11:30 852wget http://www.ex-parrot.com/~ ... -
CVS源代码编译安装
2007-01-17 15:34 10661、删除系统自带的cvs rpm -e cvs2、安 ... -
cvsweb安装
2007-01-18 10:25 1288CVSWEB就是CVS的WEB界面,可以大大提高程序员定位修改 ... -
linux下安装BugZilla
2007-02-08 11:00 2024linux下安装BugZilla Bugzilla安装需要p ... -
在XP系统中虚拟Ubuntu,共享上网问题
2007-10-28 01:44 2073参考文档:http://www.it2918.com/show ...
相关推荐
标题中的“Linux下硬盘检测程序”指的是在Linux操作系统中用于检查和分析硬盘健康状况的工具。这类工具通常利用S.M.A.R.T(Self-Monitoring, Analysis, and Reporting Technology)技术来获取硬盘自我监测的数据,...
Linux 系统中 hdparm 硬盘检测工具的使用 hdparm 是一个功能强大的硬盘检测工具,主要用于查看硬盘的相关信息、测速、优化和修改硬盘相关参数设定。在 Linux 系统中,hdparm 工具可以帮助用户快速地了解硬盘的状态...
本压缩包包含的“硬盘检测工具”是一款实用的软件,用于帮助用户监测硬盘状态,诊断可能存在的问题,并提供相应的解决方案。 硬盘检测工具通常具备以下功能: 1. **SMART监测**:SMART(Self-Monitoring, Analysis...
总之,Linux系统提供的硬盘检测命令为用户提供了强大的工具,不仅可以实时监控硬盘状态,还能提前预警可能的故障,是维护硬盘健康、保障数据安全不可或缺的手段。通过合理运用这些命令,可以显著提高系统的稳定性和...
在本篇文章中,我们将深入探讨Linux硬盘分区以及GParted工具的使用。 1. Linux硬盘分区类型: - **MBR(Master Boot Record)**:传统的分区方式,最多支持4个主分区或3个主分区加1个扩展分区,最大容量为2TB。 -...
标题中的“硬盘检测工具 用图形显示您的硬盘健康状况”指的是专门用于检查硬盘状态和性能的软件,这类工具能够提供可视化的界面来呈现硬盘的健康信息。这些工具通常包括SMART(Self-Monitoring, Analysis, and ...
标题中的“一个小巧的硬盘温度检测工具”表明我们要讨论的是一个专门用于监控硬盘温度的软件。这类工具在IT领域非常重要,因为硬盘温度过高可能会导致硬件损坏、数据丢失甚至硬盘完全故障。下面将详细介绍硬盘温度...
通过此软件可以查看linux系统的硬盘健康使用情况,很实用的一款软件。
标题中的“自己写的硬盘检测工具”表明这是一款个人开发的软件,用于检查硬盘的性能和健康状况。在描述中提到的“检测硬盘的速度和读写的错误率”是该工具的核心功能,它能帮助用户了解硬盘的数据传输速度以及是否...
7. **兼容性**:优秀的硬盘检测工具应能支持各种类型的硬盘,包括SATA、IDE、SSD等,并且兼容不同的操作系统,如Windows、Mac OS和Linux。 文件名为“电脑硬件检测工具.EXE”表明这可能是一款Windows系统的可执行...
1. **功能特性**:HDDScan是一款免费且开源的硬盘检测工具,支持多种类型的硬盘,包括SATA、SAS、USB等。它可以进行SMART(Self-Monitoring, Analysis, and Reporting Technology)自我监控、分析和报告技术检查,...
9. 兼容性:优秀的硬盘检测工具应兼容多种硬盘类型,包括IDE、SATA、SSD等,同时支持Windows、Mac OS、Linux等多种操作系统。 10. 用户界面:直观易用的用户界面使得用户无需专业知识也能轻松操作检测工具,快速...
《硬盘检测工具CrystalDiskInfo8.8.2详解》 在信息技术领域,硬盘作为数据存储的重要设备,其健康状态直接影响到系统的稳定性和数据的安全性。为此,一款名为CrystalDiskInfo的硬盘检测工具应运而生,它是一款强大...
固态硬盘检测工具通常具备以下功能: 1. **SMART检测**:SMART(Self-Monitoring, Analysis, and Reporting Technology)是一种自我监测、分析和报告技术,能够实时监控硬盘的状态,包括读写错误率、通电时间、重试...
7. 兼容性:好的硬盘检测工具应支持多种类型的硬盘,包括IDE、SATA、SCSI、SSD等,同时兼容各种操作系统,如Windows、Mac OS和Linux。 8. 用户界面:直观易用的用户界面使用户能轻松理解检测结果和操作步骤,这对于...
### Linux与FreeBSD下检测硬盘坏道的详细指南 硬盘作为计算机存储的重要组成部分,其健康状况直接影响着数据的安全性和系统的稳定性。当硬盘出现坏道时,可能会导致数据丢失、读写速度下降甚至系统崩溃等问题。因此...
"硬盘哨兵"是一款适用于Linux系统的免费工具,它提供了全面的硬盘检测功能,帮助用户预防潜在的硬件问题。下面我们将深入探讨如何利用这款工具以及Linux内置命令来监测硬盘健康状态。 首先,硬盘哨兵(Hard Disk ...
硬盘检测工具Hard Disk Sentinel V5.40
**硬盘检测工具——Hard Disk Sentinel** Hard Disk Sentinel是一款专业且功能强大的硬盘健康监测软件,它致力于为用户提供全面的硬盘状态监控、性能测试和故障预警。该工具能够有效地帮助用户了解硬盘的运行状况,...
1. **提取启动扇区**:使用特定工具(如AccessDisk或Linux下的`dd`命令)提取Linux Boot分区的第一个扇区,并保存为文件(如`C:\linux.bt`)。 2. **修改`boot.ini`文件**:在`[operating systems]`节添加启动到`...