- 論壇徽章:
- 1
|
比如說:
root@s10:~# iostat -E
sd3 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: SEAGATE Product: ST914602SSUN146G Revision: 0603 Serial No: 081695JX6F
Size: 146.81GB <146810536448 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 4 Predictive Failure Analysis: 0 Non-Aligned Writes: 0
sd4 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: TSSTcorp Product: CD/DVDW TS-T632A Revision: SR03 Serial No:
Size: 0.00GB <0 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 6 Predictive Failure Analysis: 0 Non-Aligned Writes: 0
sd5 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: SEAGATE Product: ST930003SSUN300G Revision: 0868 Serial No: 0949702LGW
Size: 300.00GB <300000000000 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 3 Predictive Failure Analysis: 0 Non-Aligned Writes: 0
sd6 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: SEAGATE Product: ST930003SSUN300G Revision: 0868 Serial No: 095070FLP7
Size: 300.00GB <300000000000 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 1 Predictive Failure Analysis: 0 Non-Aligned Writes: 0
sd7 Soft Errors: 0 Hard Errors: 9 Transport Errors: 20
Vendor: SEAGATE Product: ST930003SSUN300G Revision: 0868 Serial No: 0950702HRV --》老的機(jī)器可能會在硬盤面板上可以看到SN號
Size: 300.00GB <300000000000 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 1 Predictive Failure Analysis: 0 Non-Aligned Writes: 0
另外dmesg 如果能看到有硬盤報(bào)錯的信息,你記錄下來報(bào)錯的硬盤的路徑,然后再跟format 命令比對是哪個硬盤。這個順序一般是跟物理盤號一致,但也有不一樣的。如果你實(shí)在無法確定,還是找專業(yè)人事上門檢測。
root@s10:~# format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c2t0d0 <LSILOGIC-LogicalVolume-3000 cyl 65533 alt 2 hd 16 sec 273> bootdisk
/pci@400/pci@0/pci@8/scsi@0/sd@0,0
1. c2t1d0 <SEAGATE-ST930003SSUN300G-0868 cyl 46873 alt 2 hd 20 sec 625>
/pci@400/pci@0/pci@8/scsi@0/sd@1,0
2. c2t2d0 <SEAGATE-ST930003SSUN300G-0868 cyl 46873 alt 2 hd 20 sec 625>
/pci@400/pci@0/pci@8/scsi@0/sd@2,0
3. c2t3d0 <SEAGATE-ST930003SSUN300G-0868-279.40GB>
/pci@400/pci@0/pci@8/scsi@0/sd@3,0 ---->> 與dmesg 報(bào)錯的盤路徑比對。
|
|