From: Eef Hartman on
JMR <jmr(a)nowhere.be> wrote:
> Filesystem is clean.
> fsck succeeded.Mounting root device read-write.
> Mounting root /dev/disk/by-label/SUSE-11.2
> mount -o rev -t reiserfs /dev/disk/by-label/SUSE-11.2/root

I don't believe the standard openSUSE kernel has reiserfs builtin.
You must either make your root "another fs" (ext3 comes to mind)
or extend the initrd with reiserfs support module(s).
--
*******************************************************************
** Eef Hartman, Delft University of Technology, dept. SSC/ICT **
** e-mail: E.J.M.Hartman(a)tudelft.nl - phone: +31-15-278 82525 **
*******************************************************************
From: Eef Hartman on
Rob <nomail(a)example.com> wrote:
> Of course this time is dwarfed by the time it will take to run
> fsck.ext3 on your 6 disks formatted in ext3, when you boot the system
> and it decides that too much time has gone between checks.

I recently had this on a fileserver which had to be reboot and it
started checking all 10 (!) md RAID volumes it contained (all ext3
formatted). Instead of just a simple reboot , now the server was
ofline for more then 15 minutes (this is a 6 disk - about 1 TB total
- system with RAID 5).
--
*******************************************************************
** Eef Hartman, Delft University of Technology, dept. SSC/ICT **
** e-mail: E.J.M.Hartman(a)tudelft.nl - phone: +31-15-278 82525 **
*******************************************************************
From: Rob on
Eef Hartman <E.J.M.Hartman(a)tudelft.nl> wrote:
> JMR <jmr(a)nowhere.be> wrote:
>> Filesystem is clean.
>> fsck succeeded.Mounting root device read-write.
>> Mounting root /dev/disk/by-label/SUSE-11.2
>> mount -o rev -t reiserfs /dev/disk/by-label/SUSE-11.2/root
>
> I don't believe the standard openSUSE kernel has reiserfs builtin.
> You must either make your root "another fs" (ext3 comes to mind)
> or extend the initrd with reiserfs support module(s).

You don't need builtin support of the FS, mkinitrd will add
the correct modules for the rootfs to initrd and this will
happen automatically when you install the system via Yast.
From: Rob on
Eef Hartman <E.J.M.Hartman(a)tudelft.nl> wrote:
> Rob <nomail(a)example.com> wrote:
>> Of course this time is dwarfed by the time it will take to run
>> fsck.ext3 on your 6 disks formatted in ext3, when you boot the system
>> and it decides that too much time has gone between checks.
>
> I recently had this on a fileserver which had to be reboot and it
> started checking all 10 (!) md RAID volumes it contained (all ext3
> formatted). Instead of just a simple reboot , now the server was
> ofline for more then 15 minutes (this is a 6 disk - about 1 TB total
> - system with RAID 5).

My system has 8 disks and it is busy for more than an hour when it needs
to check them all. Which it has to when I reboot it after a year
or so.