Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3178

EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2 (2 replies)

$
0
0
I'm getting this in my dmesg :

[   25.630061] EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2


Anyone know how to fix it ? I have searched, quite a lot of Google, and in the forum, didn't find an answer, yet ...

It's mounted in fstab, like so :

# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/root      /               ext3    noatime,errors=remount-ro 0 1

My fw_printenv has

sata_boot=ide reset; mw 0x800000 0 1; ext2load ide 0:1 0x800000 /boot/uImage; if  ext2load ide 0:1 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi

Which could be the issue ... not sure though, as this thread indicates ext3load doesn't work - http://forum.doozan.com/read.php?2,5775,6152#msg-6152

Hardware is GoFlex Net, running 3.3 davygravy kernel Debian Wheezy. And /dev/sda1 is hard disc partition ext3 formatted ...

Cheers

DC

Viewing all articles
Browse latest Browse all 3178

Trending Articles