1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-24 23:44:03 +02:00

resize2fs: clarify example (#17780)

This commit is contained in:
Managor 2025-08-23 03:27:00 +03:00 committed by GitHub
parent ec15f6aa48
commit de0b900c6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
> Does not resize the underlying partition. The filesystem may have to be unmounted first, read the man page for more details.
> More information: <https://manned.org/resize2fs>.
- Automatically resize a filesystem:
- Automatically resize a filesystem to its maximum possible size:
`resize2fs {{/dev/sdXN}}`