CN106126117A - 一种格式化pcie ssd容量的方法 - Google Patents

一种格式化pcie ssd容量的方法 Download PDF

Info

Publication number
CN106126117A
CN106126117A CN201610446654.6A CN201610446654A CN106126117A CN 106126117 A CN106126117 A CN 106126117A CN 201610446654 A CN201610446654 A CN 201610446654A CN 106126117 A CN106126117 A CN 106126117A
Authority
CN
China
Prior art keywords
capacity
xxx
meet
formatting
order
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610446654.6A
Other languages
English (en)
Inventor
侯玉娇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Electronic Information Industry Co Ltd
Original Assignee
Inspur Electronic Information Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Electronic Information Industry Co Ltd filed Critical Inspur Electronic Information Industry Co Ltd
Priority to CN201610446654.6A priority Critical patent/CN106126117A/zh
Publication of CN106126117A publication Critical patent/CN106126117A/zh
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0629Configuration or reconfiguration of storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • G06F3/0644Management of space entities, e.g. partitions, extents, pools
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0683Plurality of storage devices
    • G06F3/0689Disk arrays, e.g. RAID, JBOD

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本发明公开了一种格式化PCIE SSD容量的方法,所述方法通过修改硬盘的OP空间来满足客户的不同的容量需求,在原始容量Raw capacity不变的情况下,通过改变户容量,增大产品OP空间,去满足高强度的工作负载,满足客户的应用需求。本发明利用特殊的命令,使得Intel硬盘快速格式化容量,该方法快速满足操作需求,操作简单,实用性较强,能够节省人力,会更效率的满足客户需求,可以满足产品的多元化。

Description

一种格式化PCIE SSD容量的方法
技术领域
本发明涉及服务器测试评估技术领域,具体涉及一种格式化PCIE SSD容量的方法。
背景技术
随着服务器生产规模的不断发展和壮大,国内各大服务器供应商在服务器市场已经囊括各个领域,客户对硬盘的性能要求也越来越高。作为众多服务器产品提供商,如何能满足用户多样化的需求,确保各种应用环境的稳定、可靠是我们必须面临和考虑的问题。因此对于硬盘在我们服务器上使用,必须进行全面的功能性、稳定性及性能等的测试和验证,从而确保该产品的质量。
发明内容
本发明要解决的技术问题是:本发明针对以上问题,提供一种格式化PCIE SSD容量的方法。
本发明所采用的技术方案为:
一种格式化PCIE SSD容量的方法,所述方法通过修改硬盘的OP空间来满足客户的不同的容量需求,在原始容量Raw capacity不变的情况下,通过改变户容量user capacity,增大产品OP空间,去满足高强度的工作负载workload,满足客户的应用需求。
OP空间Over-provisioning是指SSD保留一部分闪存空间留作他用,这部分空间用户不可操作,容量大小一般是由主控决定的,OP空间在GC垃圾回收、WL耗损平衡、减少写入放大等多个方面都有作用。
OP比率=(SSD物理空间-用户可用空间)/用户可用空间。
所述方法通过使用命令:
./iSSDCM_Linux64 -drive_index X -max_address capacity XXX
改变容量为XXX,其中index后面的X是设备ID号。
所述方法操作步骤如下:
1)linux64位系统下安装issdcm工具,将容量格式化为XXX;
2)先用fdisk –l /dev/nvme*查看硬盘原始容量;
3)在工具所在的目录下,使用下列命令显示所有能够被识别的设备:
./iSSDCM_Linux64 -drive_list
4)使用下列命令:
./iSSDCM_Linux64 -drive_index X -max_address capacity XXX
改变容量为XXX,其中index后面的X是设备ID号,从上步骤3)的命令输出中获得,执行完毕后输入ipmitool chassis power cycle命令进行重启系统;
5)用命令fdisk –l /dev/nvme*查看硬盘容量点是否刷成XXX。
本发明的有益效果为:
本发明利用特殊的命令,使得Intel硬盘快速格式化容量,该方法快速满足操作需求,操作简单,实用性较强,能够节省人力,会更效率的满足客户需求,可以满足产品的多元化。
附图说明
图1为本发明方法操作流程图。
具体实施方式
下面结合说明书附图,根据具体实施方式对本发明进一步说明:
实施例1:
一种格式化PCIE SSD容量的方法,厂家在推出PCIE SSD时,他的容量点是固定的,但因为每个客户的使用需求不同,因此所述方法通过修改硬盘的OP空间来满足客户的不同的容量需求,在原始容量Raw capacity不变的情况下,通过改变户容量user capacity,增大产品OP空间,去满足高强度的工作负载workload,满足客户的应用需求。
OP空间Over-provisioning是指SSD保留一部分闪存空间留作他用,这部分空间用户不可操作,容量大小一般是由主控决定的,OP空间在GC垃圾回收、WL耗损平衡、减少写入放大等多个方面都有作用。
OP比率=(SSD物理空间-用户可用空间)/用户可用空间。
实施例2
在实施例1的基础上,本实施例所述方法通过使用命令:
./iSSDCM_Linux64 -drive_index X -max_address capacity XXX
改变容量为XXX,其中index后面的X是设备ID号。
实施例3
如图1所示,在实施例2的基础上,本实施例所述方法操作步骤如下:
1)linux64位系统下安装intel 管理工具(issdcm工具),以2T PCIE SSD为例,将2T容量格式化为1.8T;
2)先用fdisk –l /dev/nvme*查看硬盘是否是2T容量点;
3)在工具所在的目录下,使用下列命令显示所有能够被识别的设备:
./iSSDCM_Linux64 -drive_list
4)、使用下列命令:
./iSSDCM_Linux64 -drive_index X -max_address capacity 1800
改变容量,其中index后面的X是设备ID号,可以从上步骤3)的命令输出中获得,执行完毕后输入ipmitool chassis power cycle命令进行重启系统;
5)用命令fdisk –l /dev/nvme*查看硬盘容量点是否刷成1.8T。
实施方式仅用于说明本发明,而并非对本发明的限制,有关技术领域的普通技术人员,在不脱离本发明的精神和范围的情况下,还可以做出各种变化和变型,因此所有等同的技术方案也属于本发明的范畴,本发明的专利保护范围应由权利要求限定。

Claims (3)

1.一种格式化PCIE SSD容量的方法,其特征在于,所述方法通过修改硬盘的OP空间来满足客户的不同的容量需求,在原始容量不变的情况下,通过改变户容量,增大产品OP空间,去满足高强度的工作负载,满足客户的应用需求。
2.根据权利要求1所述的一种格式化PCIE SSD容量的方法,其特征在于,所述方法通过使用命令:
./iSSDCM_Linux64 -drive_index X -max_address capacity XXX
改变容量为XXX,其中index后面的X是设备ID号。
3.根据权利要求2所述的一种格式化PCIE SSD容量的方法,其特征在于,所述方法操作步骤如下:
1)linux64位系统下安装issdcm工具,将容量格式化为XXX;
2)先用fdisk –l /dev/nvme*查看硬盘原始容量;
3)在工具所在的目录下,使用下列命令显示所有能够被识别的设备:
./iSSDCM_Linux64 -drive_list
4)使用下列命令:
./iSSDCM_Linux64 -drive_index X -max_address capacity XXX
改变容量为XXX,其中index后面的X是设备ID号,从上步骤3)的命令输出中获得,执行完毕后输入ipmitool chassis power cycle命令进行重启系统;
5)用命令fdisk –l /dev/nvme*查看硬盘容量点是否刷成XXX。
CN201610446654.6A 2016-06-20 2016-06-20 一种格式化pcie ssd容量的方法 Pending CN106126117A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610446654.6A CN106126117A (zh) 2016-06-20 2016-06-20 一种格式化pcie ssd容量的方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610446654.6A CN106126117A (zh) 2016-06-20 2016-06-20 一种格式化pcie ssd容量的方法

Publications (1)

Publication Number Publication Date
CN106126117A true CN106126117A (zh) 2016-11-16

Family

ID=57470773

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610446654.6A Pending CN106126117A (zh) 2016-06-20 2016-06-20 一种格式化pcie ssd容量的方法

Country Status (1)

Country Link
CN (1) CN106126117A (zh)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107391195A (zh) * 2017-07-24 2017-11-24 郑州云海信息技术有限公司 一种linux下进行SSD FW升级的方法
CN107844277A (zh) * 2017-11-29 2018-03-27 郑州云海信息技术有限公司 一种linux下进行NVME SSD格式化的方法
CN108108133A (zh) * 2018-01-03 2018-06-01 郑州云海信息技术有限公司 一种改变nvme SSD硬盘用户可使用容量的方法及设备
CN109683813A (zh) * 2018-12-03 2019-04-26 郑州云海信息技术有限公司 一种nvme ssd自动格式化方法、装置、终端及存储介质
CN112558859A (zh) * 2019-09-26 2021-03-26 杭州海康威视数字技术股份有限公司 硬盘、存储系统及硬盘容量标记方法
CN117519590A (zh) * 2022-09-29 2024-02-06 成都华为技术有限公司 一种硬盘管理方法、硬盘控制方法及相关设备

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103123608A (zh) * 2006-10-19 2013-05-29 三星电子株式会社 用于在存储器装置中重新分配可寻址空间的方法和设备
CN103425591A (zh) * 2012-05-20 2013-12-04 创见资讯股份有限公司 具可延长储存空间使用寿命的非挥发性内存装置及其方法
CN104820641A (zh) * 2015-04-16 2015-08-05 上海冉能自动化科技有限公司 减少flash擦除次数的方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103123608A (zh) * 2006-10-19 2013-05-29 三星电子株式会社 用于在存储器装置中重新分配可寻址空间的方法和设备
CN103425591A (zh) * 2012-05-20 2013-12-04 创见资讯股份有限公司 具可延长储存空间使用寿命的非挥发性内存装置及其方法
CN104820641A (zh) * 2015-04-16 2015-08-05 上海冉能自动化科技有限公司 减少flash擦除次数的方法

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107391195A (zh) * 2017-07-24 2017-11-24 郑州云海信息技术有限公司 一种linux下进行SSD FW升级的方法
CN107844277A (zh) * 2017-11-29 2018-03-27 郑州云海信息技术有限公司 一种linux下进行NVME SSD格式化的方法
CN108108133A (zh) * 2018-01-03 2018-06-01 郑州云海信息技术有限公司 一种改变nvme SSD硬盘用户可使用容量的方法及设备
CN109683813A (zh) * 2018-12-03 2019-04-26 郑州云海信息技术有限公司 一种nvme ssd自动格式化方法、装置、终端及存储介质
CN109683813B (zh) * 2018-12-03 2022-02-18 郑州云海信息技术有限公司 一种nvme ssd自动格式化方法、装置、终端及存储介质
CN112558859A (zh) * 2019-09-26 2021-03-26 杭州海康威视数字技术股份有限公司 硬盘、存储系统及硬盘容量标记方法
CN117519590A (zh) * 2022-09-29 2024-02-06 成都华为技术有限公司 一种硬盘管理方法、硬盘控制方法及相关设备

Similar Documents

Publication Publication Date Title
CN106126117A (zh) 一种格式化pcie ssd容量的方法
CN106445484B (zh) 通过软件开发工具包实现数据跟踪的方法及系统
CN104050248B (zh) 一种文件存储系统及存储方法
CN104317800A (zh) 一种海量智能用电数据混合存储系统及方法
CN103309650B (zh) 持久层代码的生成方法和装置
CN106503276A (zh) 一种用于实时监控系统的时间序列数据库的方法与装置
CN104915902A (zh) 一种基于云平台的外卖在线派送实现方法
CN107273369B (zh) 一种表数据修改方法和装置
CN107203462B (zh) 一种数据生成方法及装置
CN101986655A (zh) 存储网络及该存储网络的数据读写方法
US9760441B2 (en) Restoration of consistent regions within a streaming environment
CN102663017A (zh) 增强MySQL数据库可用性的实现系统及实现方法
CN112085535A (zh) 资源计量计费方法、装置、集群及存储介质
CN103218276A (zh) 多节点增量备份的方法及系统
CN104484460A (zh) 一种分布式文件系统元数据热度统计方法
WO2016145838A1 (zh) 一种元数据管理方法及装置、分布式文件系统
US9380126B2 (en) Data collection and distribution management
CN103677488A (zh) 人工智能用户界面
CN102855297B (zh) 一种控制数据传输的方法和连接器
CN105704173B (zh) 一种集群系统数据分布方法及服务器
CN105515786A (zh) 网卡、服务器以及预启动测试的方法
US10803109B2 (en) Method and device for reading and writing video data in NAS device
CN113688009B (zh) 一种云平台的云主机监控数据采集方法、系统及设备
CN106874327B (zh) 一种针对业务数据的计数方法及装置
US9508062B2 (en) Problem management record profiling

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20161116

RJ01 Rejection of invention patent application after publication