免费甲骨文云服务器(Oracle Cloud) 快速增加硬盘空间大小到200G,不用重启
- 获取链接
- X
- 电子邮件
- 其他应用
sdb 8:16 0 100G 0 disk
sudo fdisk -l /dev/sda // 查看磁盘大小
GPT PMBR size mismatch (209715199 != 419430399) will be corrected by write. The backup GPT table is not on the end of the device. This problem will be corrected by write. Disk /dev/sda: 200 GiB, 214748364800 bytes, 419430400 sectors Disk model: BlockVolume Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 1048576 bytes Disklabel type: gpt Disk identifier: 6154E9D3-A4DC-4E19-ACF5-AD9852DB09F6 Device Start End Sectors Size Type /dev/sda1 206848 209715166 209508319 99.9G Linux filesystem /dev/sda15 2048 204800 202753 99M EFI System Partition table entries are not in disk order.
关键信息:
- 物理磁盘:200 GiB (419,430,400 sectors)
- 当前 GPT 表:只认为磁盘有 209,715,199 sectors(约 100G)
- 磁盘被扩容了,但分区表没有更新
- 获取链接
- X
- 电子邮件
- 其他应用
评论
发表评论