Linux Root Disk Extension

Posted 芒果牛奶

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux Root Disk Extension相关的知识,希望对你有一定的参考价值。

df -hT

Filesystem Type Size Used Avail Use% Mounted on
/dev/sda3 ext4 27G 1.9G 24G 8% /

fdisk -l

Partition 2 does not end on cylinder boundary.
/dev/sda3 392 3916 28308518 83 Linux

/ 挂载分区的扇数 392 3916

卸载目录

umount /

fuser -m -v /
fuser -m -v -k /

umount /

重新分区

fdisk /dev/sda

WARNING: DOS-compatible mode is deprecated. It\'s strongly recommended to
switch off the mode (command \'c\') and change display units to
sectors (command \'u\').

Command (m for help): d
Partition number (1-4): 3

Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 3
First cylinder (392-5221, default 392):
Using default value 392
Last cylinder, +cylinders or +size{K,M,G} (392-5221, default 5221):
Using default value 5221

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.

WARNING: Re-reading the partition table failed with error 16: 设备或资源忙.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
Syncing disks.

fdisk -l

Partition 2 does not end on cylinder boundary.
/dev/sda3 392 5221 38790930+ 83 Linux

reboot

resize2fs /dev/sda3

以上是关于Linux Root Disk Extension的主要内容,如果未能解决你的问题,请参考以下文章

Linux命令模式下如何将U盘中的ISO文件copy到Linux系统中之后,如何将这个ISO文件挂载?

gem5-gpu 全系统模拟更改disk和Linux kernel image

nagios check_disk:DISK CRITICAL - /root/.gvfs is not accessible: Permission denied

Linux学习-KVM

Linux知识点拾遗-磁盘UUID

查看根分区大小,并取出根分区使用率赋值给root_disk变量。