陈奇网络工作室

在Linux上通过parted对磁盘进行分区

建设工作站服务器

今天为了装载文件系统,对磁盘进行分区。 磁盘大小为3.6TB。

使用fdisk创建磁盘分区后,请验证以下内容:

Disk /dev/sdb: 3598.9 GB,3598914158592 bytes

255头,63 sectors/track,437543 cylinders

units=cylinders of 16065 * 512=8225280 bytes

安全大小(逻辑/物理):512 bytes/512 bytes

I/osize(minimum/optimal ):512 bytes/512 bytes

磁盘identifier:0x 00000000

dvicebootstartendblocksidsystem

/dev/sdb 123497618874468883 Linux

/dev/sdb 22349772673492600361225扩展

发现最多只能识别260036122Blocks,3.6TB的磁盘没有完全划分,调查资料后发现用fdisk分区最多只能识别2TB,所以用parted进行了分区。

[ root @ localhost/] # parted/dev/sdb

GNU部件2.1

Using /dev/sdb

欢迎加入! type\\& quot; help\\& quot; toviewalistofcommands。

corrupted—possiblybyaprogramthatdoesn\\ & amp; quot; tunderstandgptpartitiontables.orperhapsyoudeletedthegpttable,andarenowuus

a GPT partition table?

parted: invalid token: tes

模型: dellperch 730 padp ( SCSI )

Disk /dev/sdb: 3599GB

sector size (逻辑/物理):512B/512B

Partition Table: gpt

数字签名文件系统文件名

( parted ) mkpart

Partition name? [ ]?

文件系统类型? [ext2]?

开始?

开始? 0

结束? 1800GB

warning:theresultingpartitionisnotproperlyalignedforbestperformance。

Ignore/Cancel? Ignore

( parted )

( parted ) mkpart

Partition name? [ ]?

文件系统类型? [ext2]?

开始?

开始? 1800GB

结束? 3599GB

( parted )

( parted )打印

warning:/dev/sdbcontainsgptsignatures,indicatingthatithasagpttable.however,itdoesnothaveavalidfakemsdospartitiontabables

corrupted—possiblybyaprogramthatdoesn\\ & amp; quot; tunderstandgptpartitiontables.orperhapsyoudeletedthegpttable,andarenowuus

a GPT partition table?

是/否? 是

模型: dellperch 730 padp ( SCSI )

Disk /dev/sdb: 3599GB

sector size (逻辑/物理):512B/512B

Partition Table: gpt

数字签名文件系统文件名

1 17.4kB 1800GB 1800GB

2 1800GB 3599GB 1799GB

[root@localhost dev]$cd /dev

[root@localhost dev]$ ls |grep sdb

sdb

sdb1

sdb2

分区已完成。 下一步是格式化和装载文件系统

mkfs -t ext4 /dev/sdb1

mkfs -t ext4 /dev/sdb2

详情请访问云服务器、域名注册、虚拟主机的问题,请访问西部数码代理商官方网站: www.chenqinet.cn

相关推荐

后台-系统设置-扩展变量-手机广告位-内容页底部广告位3