sudo mount -t aufs -o br:/path/to/src=rw: none /path/to/mntpnt
# /etc/fstab # Remounting folder using AUFS none /path/to/mntpnt aufs br:/path/to/src 0 0
Merging 2 directories:
sudo mount -t aufs -o br:/path/to/srcdir1=rw:/path/to/srcdir2=rw none /path/to/mntpnt