Code Sample |
mount -t unionfs -o dirs=/tmpbin=rw:/bin=ro unionfs /bin |
Quote |
Unionfs is a stackable filesystem, allowing you to "merge" several different filesystems together. |
Quote |
In FreeBSD/NetBSD, deleting a file in the base system should not really delete this file, but rather add a 'whiteout' file to the overlay. If the file system of the overlay does not support whiteout files, deleting files in the base system should not be possible at all. |