To quickly access files on an NFS share which already exists:
# mkdir /mnt/remote-files && mount -t nfs 192.168.0.3:/raid/data/store /mnt/remote-files
This makes a local folder under /mnt/ and then mounts the NFS share "/raid/data/store" on that folder. 192.168.0.3 is of cours the machine hosting the NFS share.
No comments:
Post a Comment