Waldemar Brodkorb 0d0d6116a6 do not install man pages 15 years ago
..
COPYING 5774bab43a new package aufs2-util 16 years ago
Makefile 0d0d6116a6 do not install man pages 15 years ago
README 5774bab43a new package aufs2-util 16 years ago
au_util.h 5774bab43a new package aufs2-util 16 years ago
aubrsync 5774bab43a new package aufs2-util 16 years ago
auchk 5774bab43a new package aufs2-util 16 years ago
aufs.in.5 5774bab43a new package aufs2-util 16 years ago
aufs.shlib 5774bab43a new package aufs2-util 16 years ago
auplink.c 5774bab43a new package aufs2-util 16 years ago
br.c 5774bab43a new package aufs2-util 16 years ago
c2sh.c 5774bab43a new package aufs2-util 16 years ago
c2tmac.c 5774bab43a new package aufs2-util 16 years ago
compat.h 5774bab43a new package aufs2-util 16 years ago
mount.aufs.c 5774bab43a new package aufs2-util 16 years ago
mtab.c 5774bab43a new package aufs2-util 16 years ago
plink.c 5774bab43a new package aufs2-util 16 years ago
proc_mnt.c 5774bab43a new package aufs2-util 16 years ago
rdu.c 5774bab43a new package aufs2-util 16 years ago
umount.aufs 5774bab43a new package aufs2-util 16 years ago

README


Utilities for aufs2
http://aufs.sf.net
J. R. Okajima

These utilities are always necessary for aufs2.
If you forget to install them, your aufs may not work correctly.
And these are not for aufs1 essentially, except aubrsync. See below in
detail.

Makefile in this tree has some customizable make-variables.
- KDIR
specify your kernel source path if necessary
- DESTDIR
specify your install path if necessary.
some commands have to be installed under /sbin.

o /sbin/mount.aufs, /sbin/umount.aufs
Helpers for util-linux-ng package. You should NOT invoke them
manually. Just install them by "make install".

o /sbin/auplink
Handles aufs pseudo-link at remount/unmount time. You can invoke it
manually at anytime.

o /usr/bin/auchk
Similar to generic fsck. Checks whether a branch is healthy or not
from aufs's point of view.

o /usr/bin/aubrsync
Move files from the upper writable branch to the lower branch.
If you use this script with aufs1, then you need to install aufs.shlib
to /usr/lib/aufs.shlib. Currently only the 20080211 version is tested
for aufs1.
The development of this script is sponcered by ASUSTek Computer Inc.
(http://www.asus.com/).
Kindly they agreed that I keep my aufs work as free software as it has
been.

o /etc/default/aufs
A library for shell scripts.


# Local variables: ;
# mode: text;
# End: ;