smartctl---查看硬件接口
阿新 • • 發佈:2017-12-07
物理 right auto plus 做了 device build col one
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---查看硬件接口