Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 May 2005 10:25:08 +0300
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        Eirik =?ISO-8859-1?B?2A==?=verby <ltning@anduin.net>
Cc:        hartzell@alerce.com
Subject:   Re: Current status of nullfs and/or unionfs? 
Message-ID:  <E1DTxCv-0000bq-1f@cs1.cs.huji.ac.il>
In-Reply-To: Message from Eirik =?ISO-8859-1?B?2A==?=verby <ltning@anduin.net> <BEA0E73F.14A29%ltning@anduin.net> 

next in thread | previous in thread | raw e-mail | index | archive | help

> Interesting approach. Is this with 4.x or 5.x? How do you union-mount /=
etc
> (mount command/fstab entry)?
> =


been doing it since 4.x (i think x < 9)

in initdiskless (5.x) we have:

if [ -e /conf/union ]; then
    kldload unionfs
    mount_md 4096 /conf/etc
    chmod 755 /conf/etc
    mount_unionfs /conf/etc /etc
    ls -R /etc > /dev/null
    touch /etc/.sentinel
    md_created_etc=3Dcreated
fi

danny




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DTxCv-0000bq-1f>