You are not logged in.
Hello there.
I want to overlay a write-branch over my whole / using aufs.
In /mnt/d1 I have mounted the partition to which I want writes to happen.
in /mnt/root and / I have my root partition mounted.
The plan was to first mount into /mnt/sroot and then chroot into that.
however, I fail:
>mount -t aufs -o noplink,br:/mnt/d1=rw:/mnt/root=ro syswork /mnt/sroot
mount: wrong fs type, bad option, bad superblock on syswork,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
Manchmal liefert das Syslog wertvolle Informationen – versuchen
Sie dmesg | tail oder so
>dmesg
[66167.457030] aufs test_add:246:mount[23266]: /mnt/root is overlappedSame happens when I use / instead of /mnt/root (for either the mount point or the ro= branch)
What am I doing wrong?
--Marenz
Offline
http://aufs.sourceforge.net/ - Look at the usage section (prepend exists).
Offline
Doing it with two mounts worked indeed. Thanks for the pointer ![]()
Offline