Quote:
combine previous xmounts using unionfs
unionfs takes a colon delimited list of 'ShareNames' and aggregates their content to the target directory structure is preserved. The following is an example, it mounts 4 remote shares 'hidden' so they are not visible in the OSD and then aggregates them. you hide an xmount by preceeding its 'ShareName' with a . (dot)
xmount "192.168.0.44:/movies" ".movies1" nfs
xmount "192.168.0.233:/stuff" ".movies2" nfs
xmount "192.168.0.101:/movies3" ".movies3" nfs
xmount "192.168.0.151:/videos" ".movies4" nfs
xmount ".movies1:.movies2:.movies3:.movies4" "ShareUnion" unionfs
|
molto interessante questo comando di
unionfs
in pratica se stiamo condividendo + cartelle contenenti filmati presenti su periferiche diverse in modalità nfs è possibile unirle virtualmente in una sola cartella (nell'esempio ShareUnion)