Name

resize2fs

Synopsis

resize2fs [options] device [size]

System administration command. Enlarge or shrink an ext2 filesystem on device so it has size blocks. The filesystem size cannot be larger than the underlying partition. This command changes only the filesystem size, not the underlying partition. To change the partition, use fdisk.

Options

-d flags

Print debugging information on resize activity. The value of the flags parameter determines what activity is reported. Compute its value by summing the numbers of the items you wish to debug:

2

Block relocations.

4

Inode relocations.

8

Inode table movement.

-f

Force resize, overriding safety checks.

-M

Shrink filesystem to minimum size.

-p

Print progress information for each resize task.

-P

Print maximum filesystem size then exit.

Get Linux in a Nutshell, 6th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.