-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

fstrim


> Discard unused blocks on a mounted filesystem.

> Only supported by flash memory devices such as SSDs and microSD cards.

More information.


Trim unused blocks on all mounted partitions that support it:

sudo fstrim --all

Trim unused blocks on a specified partition:

sudo fstrim {/}

Display statistics after trimming:

sudo fstrim --verbose {/}


> 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 Tue May 21 08:37:30 2024