mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 10:35:25 +02:00
resize2fs: remove false statement (#6392)
This commit is contained in:
parent
1e526037da
commit
2444892984
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# resize2fs
|
||||
|
||||
> Resize an ext2, ext3 or ext4 filesystem.
|
||||
> Does not resize the underlying partition, and the filesystem must be unmounted.
|
||||
> Does not resize the underlying partition. The filesystem may have to be unmounted first, read the man page for more details.
|
||||
|
||||
- Automatically resize a filesystem:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue