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

The evolution of the Internet, the inevitability of blockchain

In the article "Bitcoin Prequel", it is...

Example: How to plan IP addresses for a large-scale monitoring network system?

For monitoring projects, many faults are caused b...

4 major roles of the network in enterprise digital transformation

Currently, digital transformation is described as...

Croatia officially issues 5G license

Croatian regulator HAKOM has allocated radio spec...

Taming your WAN: Applying SDN to the WAN

The network should respond to the needs of users ...

Did you know that subset problems are actually template problems?

[[426614]] After understanding the essence, this ...