Nilesh Chate [[email protected]] wrote: > Hi, > I want to create a scenario where : > 1. Server will export a path (say /home/xyz). > 2. Client mounts this path on his machine (say /mnt/ganesha_mounted). > 3. Client writes on the mounted path (say #touch > /mnt/ganesha_mounted/test.txt). > 4. By default test.txt will be written to /home/xyz on server BUT i also > want this to be written at different path. (say /home/xyz_replication). > Regards, > Nilesh
Not sure what problem you are trying to solve, if you just want name space duplication, you can use "bind" mount. If you want data redundancy, you should use RAID1 (either in file system or at the block layer). Both of the above are outside of NFS. Regards, Malahal. ------------------------------------------------------------------------------ _______________________________________________ Nfs-ganesha-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
