"Mykola S. Grechukh":
> > I guess the commit,
> > =A0 =A0 =A0 =A01b8ab81 4 weeks ago VFS/fsstack: handle 32-bit smp + preem=
> pt +
> > =A0 =A0 =A0 =A0large files in fs stack_copy_inode_size
> > broke aufs.
> > Please test this patch.
>
> Yes with this patch it works. Thank you!
Thanks for your
2010/1/15 <>:
> "Mykola S. Grechukh":
>> I've used master branch of
>> http://git.kernel.org/?p=linux/kernel/git/pkl/squashfs-linus.git;a=summary
>> as base and merged 'aufs2' into.
>
> I guess the commit,
> 1b8ab81 4 weeks ago VFS/fsstack: handle 32-bit smp + preempt +
> large file
"Mykola S. Grechukh":
> I've used master branch of
> http://git.kernel.org/?p=linux/kernel/git/pkl/squashfs-linus.git;a=summary
> as base and merged 'aufs2' into.
I guess the commit,
1b8ab81 4 weeks ago VFS/fsstack: handle 32-bit smp + preempt +
large files in fs stack_copy_inode_
2010/1/15 <>:
> "Mykola S. Grechukh":
>> and
>> http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-2.6.git;a=shortlog;h=refs/heads/aufs2
>> branch merged in kernel.
>
> Ok, so your HEAD must be
> 5b80b48 7 days ago Merge branch 'aufs2-32' into aufs2
>
> Did you compile the 'aufs2' branch as is? Without
"Mykola S. Grechukh":
> and
> http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-2.6.git;a=shortlog;h=refs/heads/aufs2
> branch merged in kernel.
Ok, so your HEAD must be
5b80b48 7 days ago Merge branch 'aufs2-32' into aufs2
Did you compile the 'aufs2' branch as is? Without any other patch?
J. R. O
2010/1/15 Mykola S. Grechukh <>:
> in fact idea is to use it from initramfs. Now i will try to put
> mount.aufs to /sbin of initramfs and use /bin/mount.
>From initramfs (at init-bottom, when root filesystem mounted as /root
readonly but initramfs not nuked yet) :
# /bin/mount -ttmpfs none /root/
> Which version of aufs are you using?
http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-util.git;a=commit;h=d88a689467dbc9637ce79042e4ed8233c2d726d8
- aufs2-util
and
http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-2.6.git;a=shortlog;h=refs/heads/aufs2
branch merged in kernel.
> Why did you execute mount
Hello Mykola,
"Mykola S. Grechukh":
> I have built plain vanilla 2.6.33-rc3 kernel (well, almost... squashfs
> and aufs were merged in) and boot it with init=3D/bin/bash, using
> readonly root on squashfs. Then when I trying to mount just anything
> with aufs, system hangs up.
>
> =A0(in fact i