NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Ext2 as a root filesystem: any contraindication?



[Reading some old mail ...]

ottavio2006-usenet2012%yahoo.com@localhost:
> What if I use ext2 as a root filesystem?

This can be done. We did it as an experiment with NetBSD under Xen.

The one thing that we ran into was that /dev/ was mounted as a union
file system on top of an FFS system. That works fine for FFS, but the
ext2 driver doesn't support union mounts, so you might have to manually
populate the /dev directory in the undelying ext2 file system by using
/dev/MAKEDEV in single user mode; and then avoid the union mount. After
that it ran like a charm.

The error mode was that "/dev/console" seemed to be missing, which
created all kinds of surprises for the OS. (It's all _very_ confusing
until you pinpoint the problem. ;-)

                                Best regards,
                                  /Lars-Johan Liman

                                  (who realizes he should change his
                                  address on the list after the company
                                  merger ;-)
#----------------------------------------------------------------------
# Lars-Johan Liman, M.Sc.               !  E-mail: liman%netnod.se@localhost
# Senior Systems Specialist             !  Tel: +46 8 - 562 860 12
# Netnod Internet Exchange, Stockholm   !  http://www.netnod.se/
#----------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index