1、查看磁盘空间使用信息
su - root
substitute user with - root
df
file system disk
2、查看磁盘分区信息
fdisk -l
partition table
fdisk /dev/sda
m
p
2、修改磁盘分区
n
d
q
w
partprobe
1、查看磁盘空间使用信息
su - root
substitute user with - root
df
file system disk
2、查看磁盘分区信息
fdisk -l
partition table
fdisk /dev/sda
m
p
2、修改磁盘分区
n
d
q
w
partprobe