Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 May 2005 12:45:23 +0200
From:      Eirik =?ISO-8859-1?B?2A==?=verby <ltning@anduin.net>
To:        Danny Braniss <danny@cs.huji.ac.il>
Cc:        stable@freebsd.org
Subject:   Re: Current status of nullfs and/or unionfs? 
Message-ID:  <BEA11763.14A49%ltning@anduin.net>
In-Reply-To: <E1DTxCv-0000bq-1f@cs1.cs.huji.ac.il>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06-05-05 09:25, "Danny Braniss" <danny@cs.huji.ac.il> wrote:

> 
>> 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)

Any idea how unionfs will behave if stacked (more mounts on top of each
other)? I was playing with the thought of having a "template" jail directory
which I unionmount into my jails, then perhaps use your trick to union-mount
a md device into certain points in the jail. Got a gut feeling about that?

/Eirik
 
> 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=created
> fi
> 
> danny
> 
> 
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BEA11763.14A49%ltning>