Umounting /Depot the UnionSandbox work without errors.
I think the follow code from fs/unionfs/main.c avoid a unionfs mount
to become part of another unionfs mount.
So, someone have a suggestion of how can I link my /Depot and my
/User to a dir in other partition? (a symbolic link is too ugly)
ps: I will take a look in lvm to merge the both partitions in one, but I
think it can't help with the above question.
Many thanks,
int check_branch(struct nameidata *nd)
{
if (!strcmp(nd->dentry->d_sb->s_type->name, "unionfs"))
return -EINVAL;
if (!nd->dentry->d_inode)
return -ENOENT;
if (!S_ISDIR(nd->dentry->d_inode->i_mode))
return -ENOTDIR;
return 0;
}
On 1/29/07, Carlo Calica <[EMAIL PROTECTED]> wrote:
> I remember unionfs having problems nesting. As lucas suggested, try
> without the union on /Depot. May I also suggest lvm to merge block
> devices.
>
> On 1/27/07, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote:
> > On 1/27/07, Fábio Mierlo <[EMAIL PROTECTED]> wrote:
> > > I'm running Scripts 2.6.0 and Compile 1.8.0.
> >
> > We did some fixes to UnionSandbox on Compile 1.8.1. I can remember of
> > running into problems like this, though, but I can't remember if it
> > got fixed.
> >
> > Can you try to undo all your local union mounts and call Compile
> > again? It might have something to do with some bogus 'mount' call in
> > the script. It might also be handy to echo all calls to mount executed
> > inside Compile so that we can assert that we aren't doing bad shell
> > invocations due to empty variables.
> >
> > --
> > Lucas
> > powered by /dev/dsp
> > _______________________________________________
> > gobolinux-devel mailing list
> > [email protected]
> > http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
> >
>
>
> --
> Carlo J. Calica
> _______________________________________________
> gobolinux-devel mailing list
> [email protected]
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
>
_______________________________________________
gobolinux-devel mailing list
[email protected]
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel