Virtual NFS Export - Wish

  • Thread starter Thread starter rami_bachar
  • Start date Start date
R

rami_bachar

Guest
Hi,

Maybe it exists already but I really think its necessary (lookes possible to develop with ZFS )

Distributed NFS

Explanation:

multiple directories shared under a single share point (not links)

example for /etc/exports
Code:
/export_directory include_file /etc/export.vdir *(ro,.......)
content for /etc/export.vdir
Code:
/dirA
/dirB
/dirC
maybe their is and I missed it
 
Back
Top