On Sun, Jul 26, 2009 at 03:29:10PM +0200, Steffen Moeller wrote:
> I was less happy to hear about the default of a ext2-mount of the 
> ext3-formatted
> partition, which Lionel has previously reported.

> The defaults are

> SD_PART1_FS=${SD_PART1_FS:-ext2}
> SD_PART1_SIZE=${SD_PART1_SIZE:-8}
> SD_PART2_FS=${SD_PART2_FS:-ext3}
> SD_SWAP_SIZE=${SD_SWAP_SIZE:-0}

> and I cannot see what is wrong with this, except that the docs should 
> possibly be changed
> for the defaults of the second partion's FS. The PART2 is not placed into 
> /etc/fstab by
> default as it seems.

That's not it, it is configure-uboot.sh which sets
"rootfstype=ext2". Changing that to rootfstype=ext3 solves the
problem.

-- 
Lionel

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to