Subj : 2 NFS mount points, pointing to the same NFS export? To : comp.os.linux From : BT Date : Wed Dec 29 2004 11:48 am I know it's possible to have 2 NFS mounts, on the same host, to point to the same NFS export. Like this: mount 192.168.0.1:/storagearray /directory1 mount 192.168.0.1:/storagearray /directory2 However, is this the proper way to do it? Does this use up a lot of resources? Would a better approach be to just NFS mount once, say, to /Directory1, and then use a symbolic link for /Directory2 (pointing to /Directory1)? If anyone can shed some light on the pros and cons of this topic, I would gretly appreciate it. Thanks, Brian .