Ricardo Bevilacqua <[EMAIL PROTECTED]> wrote: > Here I just have ~7Mb. > Inside /boot/grub I have much less than 1Mb. > > Since the boot partition has 40Mb, why does my system say that is full > if I only see less than 8Mb? > > //////////////////// > tux grub # df -h | grep boot > /dev/hdc1 40M 40M 0 100% /boot > ////////////////////
Don't use ext3 for /boot - there's just no need for a journal on /boot, as you'll VERY rarely write to it. For boot, the journal is just a waste - a waste of 32m, to be exact. Combined with your ~7Mb, this gives 40m. Cheers, Alexander Skwar -- [EMAIL PROTECTED] mailing list