-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

resize2fs


> Resize an ext2, ext3 or ext4 filesystem.

> Does not resize the underlying partition. The filesystem may have to be unmounted first, read the man page for more details.

More information.


Automatically resize a filesystem:

resize2fs {/dev/sdXN}

Resize the filesystem to a size of 40G, displaying a progress bar:

resize2fs -p {/dev/sdXN} {40G}

Shrink the filesystem to its minimum possible size:

resize2fs -M {/dev/sdXN}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 01:36:26 2024