sh 将文件系统扩展为调整大小的卷

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 将文件系统扩展为调整大小的卷相关的知识,希望对你有一定的参考价值。

sudo su
# list the file system data for a device
file -s /dev/xvd*
# report the existing disk space usage
df -h
# list the block devices attached to your instance
lsblk
# expand the modified partition using growpart
growpart /dev/xvda 1
# lsblk output confirms that the partition /dev/xvda1 now fills the available space on the volume /dev/xvda
lsblk
# resize each file system to the new volume capacity
sudo resize2fs /dev/xvda1
# report the new disk space usage
df -h

以上是关于sh 将文件系统扩展为调整大小的卷的主要内容,如果未能解决你的问题,请参考以下文章

ac68ur8500 梅林固件扩展为一个小型 linux 系统

更改将 HTML 标记名称扩展为元素的键

将 _In_ 扩展为 const

pyspark RDD 将一行扩展为多行

Groovy 将元组/映射扩展为参数

如何实时防止图像大小调整(页面加载期间)