Hi,
I tried this tutorial and parrot's and I still missing something. I have a 16gb SDHC card. I can installed BT3 and run it from the card but I am trying to setup so it will save all changes.
It goes as far as creating the two partitions and when typing p, it displays the partition information. I did divided the partitions as follow: partition one - 4GB, and partition 2, the rest of the 16GB. Now when I tried to run the following command, mkfs vfat /dev/sdb1 (sdb is my sd card of course). I get something like:
mke2fs 1.39 (29-May-2006)
mkfs.ext2: invalid blocks count - /dev/sdb1
I also tried running mkfs -t vfat /dev/sdb1, and got the following:
mkfs.vfat 2.11 (12 Mar 2005)
/dev/sdb1: No such file or directory
I also tried playing with qtparted but I am not sure how to work it. I tried to google for a tutorial but couldn't find anything concret on how to use it. I tried fiddle with it but nothing substantial to allow me to create the two partitions and format them. So what I am doing wrong?
I think I may had figure out something. I decided to reboot the system and try the mkfs -t vfat /dev/sdb1 command and this time it seems it worked. However, when I tried mkfs -t ext2 /dev/sdb2, didn't. I got the following:
mke2fs 1.39 (29-May-2006)
/dev/sdb2 is apparently in use by the system; will not make a filesystem here!.



