小编use*_*424的帖子

如何将磁盘空间从 /dev/sda 移动到 /dev/sda1?

我有一台使用 centos 7 和 200GB 磁盘的虚拟机。出于某种原因,我的布局是:

df -h
Filesystem               Size  Used Avail Use% Mounted on
/dev/sda1                100GB  95GB  5GB   
Run Code Online (Sandbox Code Playgroud)

运行 fdisk -l:

Disk /dev/sda: 204.8 GB, 204803670016 bytes,400007168 sectors 
Units = sectors of 1 * 512 = 512 bytes 
Sector size(logical/physical): 512 bytes / 512 bytes
I/O size(minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x0006c283

Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048   199997439    99997696     Linux
Run Code Online (Sandbox Code Playgroud)

我想增加我的分区 /dev/sda1 上的空间。

linux partition centos

2
推荐指数
1
解决办法
2万
查看次数

标签 统计

centos ×1

linux ×1

partition ×1