Resize the file system in Linux: resize2fs

Resize the file system in Linux: resize2fs

resize2fs is a command used to expand or shrink the size of an unmounted "ext2/ext3/ext4" file system. We don't use it very often. Generally, VPS hosts either need to mount more files themselves or need to enlarge or shrink unmounted files themselves. If you happen to encounter one, record it. It is suitable for novices, but veterans should avoid it.

As shown in the figure above, the disk root directory has only 1.8GB of space, but the capacity of /dev/vda is correct and does not need to be mounted separately. At this time, we can use the resize2fs command to increase the size of the file system.

After the command is executed, we can see that the space capacity is normal. Here is how to use the command.

Syntax

resize2fs [parameters] [options]

Common parameters

-d turns on debugging features

-p Print a progress bar showing the percentage completed

-f Force resize operation, overriding safety check operation

-F Flush the file system device buffer before starting the resize

<<:  Maxthon Host Los Angeles Unicom AS9929 Line VPS Simple Test

>>:  RackNerd: $9.49/year KVM-768MB/12GB/2TB/San Jose and other data centers

Recommend

Don’t always blame your router for a bad network. The truth is here.

It is undeniable that with the development of the...

How to use ip command to manage network in Linux

The most basic part of Linux administration and t...

How 5G can help realize massive IoT

When discussing the coming 5G era, attention is o...

Understanding Internet Protocol Security — IPSec

​IPSec (Internet Protocol Security) is a security...

SDN changes the development path of router technology

Over the past 30 years, IP networks with routers ...

How to handle errors and exceptions in large software

【51CTO.com Quick Translation】 "I didn't ...