博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Linux中硬盘转速查看
阅读量:6860 次
发布时间:2019-06-26

本文共 2274 字,大约阅读时间需要 7 分钟。

  hot3.png

可以使用sg_vpd命令查看硬盘转速,sg_vpd命令是sg3_utils其中一个工具. 下载地址:http://sg.danny.cz/sg/sg3_utils.html VPD:Vital Product Data
# sg_vpd /dev/sg8 –page=0×89 ATA information VPD page: SAT Vendor identification: LSI SAT Product identification: LSI SATL SAT Product revision level: 0008 ATA command IDENTIFY DEVICE response summary: model: ST31000340NS serial number: 9QJ4VPL1 firmware revision: SN06
# sg_vpd /dev/sg8 –page=0xb1 Block device characteristics VPD page (SBC): Nominal rotation rate: 7200 rpm Nominal form factor not reported
 # sg_vpd /dev/sg8 -e Standard VPD pages: ai 0×89 ATA information (SAT) aod 0×82 ASCII implemented operating definition (obsolete) adsn 0xb3 Automation device serial number (SSC) bl 0xb0 Block limits (SBC) bdc 0xb1 Block device characteristics (SBC) cfa 0x8c CFA profile information dc 0x8b Device constituents di 0×83 Device identification di_asis 0×83 Like ‘di’ but designators ordered as found di_lu 0×83 Device identification, lu only di_port 0×83 Device identification, target port only di_target 0×83 Device identification, target device only dtde 0xb4 Data transfer device element address (SSC) ei 0×86 Extended inquiry data iod 0×81 Implemented operating definition (obsolete) lbpv 0xb2 Logical block provisioning (SBC) mas 0xb1 Manufacturer assigned serial number (SSC) masa 0xb1 Manufacturer assigned serial number (ADC) mna 0×85 Management network addresses mpp 0×87 Mode page policy oi 0xb0 OSD information po 0x8a Power condition pslu 0×90 Protocol-specific logical unit information pspo 0×91 Protocol-specific port information ref 0xb3 Referrals (SBC) sad 0xb0 Sequential access device capabilities (SSC) sii 0×84 Software interface identification sn 0×80 Unit serial number sp 0×88 SCSI ports st 0xb1 Security token (OSD) sv 0×00 Supported VPD pages tas 0xb2 TapeAlert supported flags (SSC)Vendor specific VPD pages: datc 0xc1,0 Date code (Seagate) devb 0xc3,0 Device behavior (Seagate) edid 0xc8,0 Extended device identification (RDAC) feat 0xc3,1 Feature Parameters (RDAC) firm 0xc0,0 Firmware numbers (Seagate) jump 0xc2,0 Jump setting (Seagate) sub 0xc4,0 Subsystem identifier (RDAC) sver 0xc2,1 Software version (RDAC) upr 0xc0,1 Unit path report (EMC) vac 0xc9,0 Volume access control (RDAC)
 

转载于:https://my.oschina.net/766/blog/211338

你可能感兴趣的文章
Nginx 将增加动态模块,用户可修改服务器
查看>>
《Adobe Photoshop CS5中文版经典教程(全彩版)》—第1课1.7节检查更新
查看>>
《微课实战:Camtasia Studio入门精要》——2.3 录制屏幕
查看>>
码云周一见 | 老司机教你如何麻溜地搭建网站
查看>>
bingoJS 2.x | AmazeUI 后台 SPA 管理框架
查看>>
《NTFS文件系统扇区存储探秘》——导读
查看>>
一个易用的 WPF 自动完成文本框 【已翻译100%】
查看>>
红帽7000万欧元收购开源云计算商eNovance
查看>>
《Storm分布式实时计算模式》——1.5 理解数据流分组
查看>>
《计算机系统:系统架构与操作系统的高度集成》——2.3 常见的高级语言功能集...
查看>>
《电脑音乐制作实战指南:伴奏、录歌、MTV全攻略》——问答
查看>>
《Excel 职场手册:260招菜鸟变达人》一第 39 招 筛选后粘贴
查看>>
《Cisco IOS XR技术精要》一本章小结
查看>>
《C语言解惑》—— 第3章 基本数据类型
查看>>
oracle中schema指的是什么?
查看>>
【PMP认证考试之个人总结】 第 13 章 PMP计算题汇总
查看>>
Mysql数据库优化配置文件my.ini文件配置解释
查看>>
如何在 Linux 上用 IP转发使内部网络连接到互联网
查看>>
《全网营销与SEO》一第2章 结构化标签的使用
查看>>
两种方式创建你自己的 Docker 基本映像
查看>>