2021-10-11

Use all the space of a Micro-SD card of a Raspberry Pi running Fedora 34 (or possibly higher)

 To expand the root partition

growpart /dev/mmcblk0 3
pvresize /dev/mmcblk0p3
lvextend -r -l +100%FREE  /dev/mapper/fedora_fedora-root
xfs_growfs -d /


No comments:

Post a Comment

Linux NetworkManager command line configuration

 Configure Network Settings Using Network Manager in Linux Last updated: March 25, 2025 Written by:baeldung Network ConfigurationNetworkMana...