Open main menu

CDOT Wiki β

Changes

Raspberry Pi Fedora Remix Administration

9 bytes removed, 02:21, 8 March 2012
Moving to a Larger SD Card
To make the card resize the second partition the first time the new card is booted:
# Mount the second partition: <code>mkdir /mnt/sd-partition-2p2; mount /dev/sda2 /mnt/sd-p2</code>
# Create the empty file <code>/.autoresize</code>: <code>touch /mnt/sd-p2/.autoresize</code>
# Unmount the partition: <code>umount /mnt/sd-p2</code>