2019-06-21 01:08:25 +01:00
|
|
|
# fstrim
|
|
|
|
|
|
|
|
> Discard unused blocks on a mounted filesystem.
|
|
|
|
> Only supported by flash memory devices such as SSDs and microSD cards.
|
2021-07-09 16:45:55 +02:00
|
|
|
> More information: <https://manned.org/fstrim>.
|
2019-06-21 01:08:25 +01:00
|
|
|
|
|
|
|
- Trim unused blocks on all mounted partitions that support it:
|
|
|
|
|
2025-03-28 16:06:49 +02:00
|
|
|
`sudo fstrim {{[-a|--all]}}`
|
2019-06-21 01:08:25 +01:00
|
|
|
|
|
|
|
- Trim unused blocks on a specified partition:
|
|
|
|
|
|
|
|
`sudo fstrim {{/}}`
|
|
|
|
|
|
|
|
- Display statistics after trimming:
|
|
|
|
|
2025-03-28 16:06:49 +02:00
|
|
|
`sudo fstrim {{[-v|--verbose]}} {{/}}`
|