EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2 October 14, 2014 02:39PM |
Registered: 11 years ago Posts: 168 |
[ 25.630061] EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2
# <file system> <mount point> <type> <options> <dump> <pass> /dev/root / ext3 noatime,errors=remount-ro 0 1
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
Re: EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2 October 14, 2014 02:46PM |
Registered: 10 years ago Posts: 70 |
Re: EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2 October 14, 2014 03:56PM |
Admin Registered: 14 years ago Posts: 19,302 |
> [ 25.630061] EXT2-fs (sda1): warning: mounting > ext3 filesystem as ext2 >>
> # <file system> <mount point> <type> <options> > <dump> <pass> > /dev/root / ext3 > noatime,errors=remount-ro 0 1 >>
> 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 >>
Re: EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2 October 15, 2014 04:19AM |
Registered: 11 years ago Posts: 168 |
fw_printenv | grep rootfstype
rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params usb_rootfstype=ext2 usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params
Re: EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2 October 15, 2014 08:25AM |
Registered: 10 years ago Posts: 70 |
Re: EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2 October 16, 2014 04:01PM |
Registered: 11 years ago Posts: 168 |
setenv usb_rootfstype ext3
setenv usb_rootfstype
boot
[ 35.735820] EXT3-fs (sda1): mounted filesystem with ordered data mode ... [ 43.924880] EXT3-fs (sda1): using internal journal
Re: EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2 October 18, 2014 07:15AM |
Registered: 11 years ago Posts: 66 |
Re: EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2 October 19, 2014 03:47AM |
Registered: 11 years ago Posts: 168 |