Unionfs 适合与 NFS daemon nfsd 一并使用。它利用一个 fake block device /dev/unionfs[0-255],当中包括一些主号码231及由0至255的次号码。 Unionfs有以下的行为模式:
范例 A-1. Unionfs Mount
mount -t unionfs -o master=/master,slave=/slave /dev/unionfs1 /unionfs /master/a /master/b /master/c + /slave/a /slave/d /slave/e Unionfs -> /unionfs/a /unionfs/b /unionfs/c /unionfs/d /unionfs/e |
The master file system dir.
The slave file system dir.