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:
Dan Scott 2019-12-08 16:03:08 -05:00 committed by pbokoc
parent 015cd50e5e
commit 3ec00f8272

View file

@ -47,12 +47,6 @@ Follow these steps to resize the partitions for Fedora ARM on Raspberry Pi:
$ growpart /dev/mmcblk0p4
----
+
. Grow the filesystem to fill the available space.
+
----
$ resize2fs /dev/mmcblk0p4
----
+
. Resize root partition for the server image (which uses xfs).
+
----