1 | gennfsmount <NFS server> <mountpoint> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | Start Create temporary directories for all versions. Initialize list of mount security flavors. Embed this list in each internal mount operation. For each item in the export-list Do Mount internally for every NFSv2 and NFSv3 export Update internal log End for Mount internally only once for NFSv4 export. Update internal log Stop |
1 | mount -t unionfs -o dirs=<temp_dir1>[:<temp_dir2>...] none <mount-point> |
1 | mount -t unionfs -o dirs=/tmp/NFSv4:/tmp/NFSv3:/tmp/NFSv2 none /mnt |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |