mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Resizing is just xfs_growfs, not resize2fs
A single partition cannot be both xfs and ext[234]. Signed-off-by: Dan Scott <dan@coffeecode.net>
This commit is contained in:
parent
015cd50e5e
commit
3ec00f8272
1 changed files with 0 additions and 6 deletions
|
@ -47,12 +47,6 @@ Follow these steps to resize the partitions for Fedora ARM on Raspberry Pi:
|
||||||
$ growpart /dev/mmcblk0p4
|
$ growpart /dev/mmcblk0p4
|
||||||
----
|
----
|
||||||
+
|
+
|
||||||
. Grow the filesystem to fill the available space.
|
|
||||||
+
|
|
||||||
----
|
|
||||||
$ resize2fs /dev/mmcblk0p4
|
|
||||||
----
|
|
||||||
+
|
|
||||||
. Resize root partition for the server image (which uses xfs).
|
. Resize root partition for the server image (which uses xfs).
|
||||||
+
|
+
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue