Hello everyone,
I am desperately looking for a way to resize my SD card through command line (console). I've installed the latest Arch Linux image from Raspberry site, on Raspberry Pi revision B, with 8GB SD card. Of course, I only see 2GB. I see some instructions using GParted or using fdisk for some other linux distribution (not-arch linux), but I can't find any instruction how-to for Arch LInux, using command line only. I don't have a monitor to hook it up to, so I ssh to the device.
Here is the output of df command:
$this->bbcode_second_pass_code('', '[root@raspberry /]# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 1.8G 1.1G 623M 63% /
/dev/root 1.8G 1.1G 623M 63% /
devtmpfs 109M 0 109M 0% /dev
run 109M 148K 109M 1% /run
shm 109M 0 109M 0% /dev/shm
/dev/mmcblk0p1 96M 35M 61M 37% /boot')
Can anyone tell me how I can resize it to use full 8GB space? creating another parition for the remaining 6GB also. But I'm not quite sure how to do that either. Thanks for your help!