Hello,
I am pretty new to Linux and hope someone can help me.
I have installed Rune version 0.3-bet build 20141029 on a Raspberry B+. I am using a 4GB SD card, not sure about the class but I don't think it matters at this moment. Everything works fine: I can mount NAS, USB disks, I can ssh to the Raspi but I am in troubles when I try to expand the filesystem. I don't have a running Linux on other machines, so I have to rely on the Raspi command line and this is what happens. My partition looks like the following:
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 2048 186367 184320 90M c W95 FAT32 (LBA)
/dev/mmcblk0p2 186368 3667967 3481600 1.7G 5 Extended
/dev/mmcblk0p5 188416 3667967 3479552 1.7G 83 Linux
I followed the guide reported somewhere in the forum:
Delete the second partition /dev/mmcblk0p2
d
2
Create a new primary partition and use default sizes prompted. This will then create a
partiton that fills the disk
n
p
2
enter
enter
Save and exit fdisk:
w
After saving the changes I got the following error message:
The partition table has been altered.
Calling ioctl() to re-read partition table.
Re-reading the partition table failed.: Device or resource busy
The kernel still uses the old table. The new table will be used at the next reboot or
after you run partprobe(8) or kpartx(8)
Well, if I reboot the system stucks in the boot state. I had to reinstall the image and I tried several time without no success. I also tried to run partprobe and kpartx but these commands were not recognized by Rune.
I have also tried to follow what stated in this forum: http://archlinuxarm.org/forum/viewtopic.php?f=31&t=3119
but once again, no success.
How can I solve this issue?
Thanks for your help.