View Single Post
Old 29-07-2011, 09:52   #3481
_goofy_
Senior Member
 
L'Avatar di _goofy_
 
Iscritto dal: Nov 2008
Messaggi: 3860
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)
__________________
Guida wd tv live
Getting Started with WD TV Live - Firmware moddato b-rad
Bellisima guida per Thumbgen e WebEnd
_goofy_ è offline   Rispondi citando il messaggio o parte di esso