Mount a remote nfs share

From wikieduonline
Revision as of 09:29, 22 April 2020 by Welcome (talk | contribs)
Jump to navigation Jump to search
mount -t nfs -o proto=tcp,port=2049 REMOTE_IP_SERVER:/REMOTE_SHARE_DIR /YOUR/LOCAL_DIR/
mount -t nfs4 10.10.10.2:/ ./
mount: /mnt: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program
(Install client:  apt-get install nfs-common)


See also

Advertising: