Linux中gdisk分区工具进行GPT分区

我前段时间在一个20T的服务器进行分区,明明是20T,但是无论怎么分,都只有2T。

这是我就想到了Linux中MBR和GPT分区,而我们常用的fdisk命令是无法对进行GPT分区的,这时我们需要用到另一个分区工具gdisk

[root@localhost ~]# gdisk /dev/sdb
GPT fdisk (gdisk) version 0.8.6

Partition table scan:
  MBR: not present
  BSD: not present
  APM: not present
  GPT: not present

Creating new GPT entries.

Command (? for help):

下面的一些操作和fdisk其实就是一样的啦

Command (? for help): n
Partition number (1-128, default 1):
First sector (34-419430366, default = 2048) or {+-}size{KMGTP}:
Last sector (2048-419430366, default = 419430366) or {+-}size{KMGTP}:
Current type is 'Linux filesystem'
Hex code or GUID (L to show codes, Enter = 8300):
Changed type of partition to 'Linux filesystem'

Command (? for help): w

Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): y
OK; writing new GUID partition table (GPT) to /dev/sdb.
The operation has completed successfully.

然后就是写分区表,然后在格式化,然后在挂载

[root@localhost ~]# partprobe /dev/sdb  # 写分区表
[root@localhost ~]# mkfs.xfs /dev/sdb1  # 格式化
meta-data=/dev/sdb1              isize=256    agcount=4, agsize=13107135 blks
         =                       sectsz=512   attr=2, projid32bit=1
         =                       crc=0        finobt=0
data     =                       bsize=4096   blocks=52428539, imaxpct=25
         =                       sunit=0      swidth=0 blks
naming   =version 2              bsize=4096   ascii-ci=0 ftype=0
log      =internal log           bsize=4096   blocks=25599, version=2
         =                       sectsz=512   sunit=0 blks, lazy-count=1
realtime =none                   extsz=4096   blocks=0, rtextents=0
[root@localhost ~]# mount /dev/sdb1 /lewis   # 挂载

然后验证sdb是否是GPT分区
下图sdb是GPT分区,sda是MBR分区
在这里插入图片描述

如果您看了我的博文还无法解决您的问题

可以添加下方的QQ或者微信。

我们通过专业的团队来帮助您远程解决。您如果是新客户来找我们

第一单一律免费!

微信

在这里插入图片描述

QQ

在这里插入图片描述

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

刘贝斯

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值