您的位置:首页 > 其它

SSD盘的sector size是可以用SSD厂商提供的工具来修改的

2016-09-22 13:32 183 查看
比如intel的SSD盘:

https://itpeernetwork.intel.com/how-to-configure-oracle-redo-on-the-intel-pcie-ssd-dc-p3700/

以下是从如上网址中截取出来的:

Then run the following command to change the sector size. The parameter LBAFormat=3 sets it to 4KB and LBAFormat=0 sets it back to 512b.

[root@haswex1 ~]# isdct start -intelssd 0 Function=NVMeFormat LBAFormat=3 SecureEraseSetting=2 ProtectionInformation=0 MetaDataSetting=0

 如上命令的输出省略...

注意:

1.我原来一直以为这个sector size是不能更改的.其实,用厂商提供的工具确实能改,只不过这个能改的代价确实是很大,全部重来.

2.查看当前磁盘的sector size:

   请参考我写的文章:http://blog.csdn.net/msdnchina/article/details/52570918
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐