1 FAQ tagged "nfs filesystem"
Viewing 1-1 of 1 FAQ -- Mount NFS filesystem in two different directories on same system
Q. How do I mount NFS filesystem twice in two different dirs on same Linux client?
NFS Server : nfsserver:/data
Mount to dirs /home/data and /backup
A. You will not able to do that. However mount command has bind option to remount part of the file hierarchy somewhere else.
Procedure
First mount to /home/data
# mount -t nfs4 nfsserver:/data [...]
Viewing 1-1 of 1 FAQ - ( see all popular tags )


Recent Comments
Today ~ 14 Comments
Today ~ 2 Comments
Today ~ 87 Comments
Yesterday ~ 14 Comments
Yesterday ~ 8 Comments