码迷,mamicode.com
首页 > 其他好文 > 详细

smartctl---查看硬件接口

时间:2017-12-07 17:15:10      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:uil   log   led   add   信息   tar   inux   sda   x86_64   

1、查看磁盘信息:

 

#smartctl -i /dev/sda

smartctl 5.42 2011-10-20 r3458 [x86_64-linux-2.6.18-308.16.1.el5] (local build)

Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

 

Smartctl open device: /dev/sda failed: DELL or MegaRaid controller, please try adding ‘-d megaraid,N‘

2、查看做了raid的磁盘信息:

 

#smartctl -a -d megaraid,0 /dev/sda

其megaraid,0中的0代表的是在megaraid中的物理盘编号

 

3、smartctl命令 -d 参数:

-d TYPE, --device=TYPE

         Specify device type to one of: ata, scsi, sat[,N][+TYPE], usbcypress[,X], usbjmicron[,x][,N], usbsunplus, marvell, areca,N, 3ware,N, hpt,L/M/N, megaraid,N, cciss,N, auto, test

 

http://blog.51cto.com/shouhouzhe/1555491

smartctl---查看硬件接口

标签:uil   log   led   add   信息   tar   inux   sda   x86_64   

原文地址:http://www.cnblogs.com/seasonzone/p/7999498.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!