Re: mount_unionfs for jails

2008-09-26 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Nejc S wrote: | Hello, | |> Here is what I am trying to do: |> |> mount_unionfs -o below /usr/jails/basejail /usr/jail/jail1 |> |> after I do that I edit /usr/jail/jail1/etc/rc.conf and add the appropriate |> entries to the host system rc.conf,

RE: mount_unionfs for jails

2008-09-25 Thread David Polak
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Nejc S(koberne > Sent: Thursday, September 25, 2008 6:13 PM > To: David Polak > Cc: freebsd-questions@freebsd.org > Subject: Re: mount_unionfs for jails > > H

Re: mount_unionfs for jails

2008-09-25 Thread koberne <[EMAIL PROTECTED]>
Hello, > Well, it turns out that my problem was due to a typo in my host systems > rc.conf. Thought so. > Do you know if there is a way to "reset" the unionfs? I did notice this: It is called "whiteout". When you delete the file which is on lower layer in unionfs, you actually create a file of

RE: mount_unionfs for jails

2008-09-25 Thread David Polak
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Nejc S(koberne > Sent: Thursday, September 25, 2008 3:33 PM > To: David Polak > Cc: freebsd-questions@freebsd.org > Subject: Re: mount_unionfs for jails > > H

Re: mount_unionfs for jails

2008-09-25 Thread koberne <[EMAIL PROTECTED]>
Hello, > Here is what I am trying to do: > > mount_unionfs -o below /usr/jails/basejail /usr/jail/jail1 > > after I do that I edit /usr/jail/jail1/etc/rc.conf and add the appropriate > entries to the host system rc.conf, but when I start the jail it starts > using the settings from /usr/jails/ba

mount_unionfs for jails

2008-09-25 Thread David Polak
Using freebsd 7.0-release, I am trying to use unionfs to simplify my jail setup. Here is what I am trying to do: mount_unionfs -o below /usr/jails/basejail /usr/jail/jail1 after I do that I edit /usr/jail/jail1/etc/rc.conf and add the appropriate entries to the host system rc.conf, but when I st