[opensuse-factory] ext3
Hello, Up to beta1, firmware of Genesi PPC machines (Pegasos & EFIKA) could list content of ext3 partitions and boot from them. With beta1 use of ext3 filesystems is no more possible from the firmware. Looking at the output of dumpfs (see below), only one feature seems to be added between older factory releases and beta1: needs_recovery Is there any way to turn it off during installation? Bye, CzP Olaf Hering írta:
What changed in file system creation with beta1? All the previous alpha & factory releases worked fine, I mean the firmware had no problem reading the ext3 partition formatted during installation. With beta1 this changed, the firmware can't list it any more...
Maybe a new e2fsprogs, which enables or uses more ext3 features. Better ask on the factory list, if the feature list of mke2fs or the config file changed.
openSUSE 10.3 linux:~ # dumpe2fs -h /dev/sda8 | grep -i fea dumpe2fs 1.40.8 (13-Mar-2008) Filesystem features: has_journal resize_inode dir_index filetype sparse_super large_file openSUSE 11.0 beta1 linux:~ # dumpe2fs -h /dev/sda10 | grep -i fea dumpe2fs 1.40.8 (13-Mar-2008) Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file openSUSE factory before beta1 linux:~ # dumpe2fs -h /dev/sda11 | grep -i fea dumpe2fs 1.40.8 (13-Mar-2008) Filesystem features: has_journal ext_attr resize_inode dir_index filetype sparse_super large_file --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Peter Czanik <pczanik@fang.fa.gau.hu> writes:
Hello,
Up to beta1, firmware of Genesi PPC machines (Pegasos & EFIKA) could list content of ext3 partitions and boot from them. With beta1 use of ext3 filesystems is no more possible from the firmware. Looking at the output of dumpfs (see below), only one feature seems to be added between older factory releases and beta1: needs_recovery Is there any way to turn it off during installation?
This flag indicates that the filesystem needs to be checked. Running e2fsck on the filesystem should clear it. Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Wed, Apr 23, 2008 at 01:56:32PM +0200, Peter Czanik wrote:
Hello,
Up to beta1, firmware of Genesi PPC machines (Pegasos & EFIKA) could list content of ext3 partitions and boot from them. With beta1 use of ext3 filesystems is no more possible from the firmware.
Maybe you have problems with the new inode size, see https://bugzilla.novell.com/show_bug.cgi?id=358483. cu Arvin --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Hello, Thanks, this solved the problem. Could 128 byte set as default (at least for EFIKA/Pegasos)? Bye, CzP Arvin Schnell írta:
On Wed, Apr 23, 2008 at 01:56:32PM +0200, Peter Czanik wrote:
Hello,
Up to beta1, firmware of Genesi PPC machines (Pegasos & EFIKA) could list content of ext3 partitions and boot from them. With beta1 use of ext3 filesystems is no more possible from the firmware.
Maybe you have problems with the new inode size, see https://bugzilla.novell.com/show_bug.cgi?id=358483.
cu Arvin
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (3)
-
Arvin Schnell
-
Matthias Koenig
-
Peter Czanik