linux 4t磁盘格式化,centos格式化大于2T的硬盘
parted /dev/sdb1
GNU Parted 1.8.1
使用 /dev/sdb1
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) help
check NUMBER? ?? ?? ?? ?? ?? ?? ?? ?? ???do a simple check on the file system
cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER? ?copy file system to another partition
help [COMMAND]? ?? ?? ?? ?? ?? ?? ?? ?? ?prints general help, or help on COMMAND
mklabel,mktable LABEL-TYPE? ?? ?? ?? ?? ?create a new disklabel (partition table)
mkfs NUMBER FS-TYPE? ?? ?? ?? ?? ?? ?? ? make a FS-TYPE file system on partititon NUMBER
mkpart PART-TYPE [FS-TYPE] START END? ???make a partition
mkpartfs PART-TYPE FS-TYPE START END? ???make a partition with a file system
move NUMBER START END? ?? ?? ?? ?? ?? ???move partition NUMBER
name NUMBER NAME? ?? ?? ?? ?? ?? ?? ?? ? name partition NUMBER as NAME
print [free|NUMBER|all]? ?? ?? ?? ?? ?? ?display the partition table, a partition, or all devices
quit? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ? exit program
rescue START END? ?? ?? ?? ?? ?? ?? ?? ? rescue a lost partition near START and END
resize NUMBER START END? ?? ?? ?? ?? ?? ?resize partition NUMBER and its file system
rm NUMBER? ?? ?? ?? ?? ?? ?? ?? ?? ?? ???delete partition NUMBER
select DEVICE? ?? ?? ?? ?? ?? ?? ?? ?? ? choose the device to edit
set NUMBER FLAG STATE? ?? ?? ?? ?? ?? ???change the FLAG on partition NUMBER
toggle [NUMBER [FLAG]]? ?? ?? ?? ?? ?? ? toggle the state of FLAG on partition NUMBER
unit UNIT? ?? ?? ?? ?? ?? ?? ?? ?? ?? ???set the default unit to UNIT
version? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ? displays the current version of GNU Parted and copyright information
(parted)
總結
以上是生活随笔為你收集整理的linux 4t磁盘格式化,centos格式化大于2T的硬盘的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python绘图矩阵散点图_Python
- 下一篇: java创建目录时带权限_java –