You are here
Error message
Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2396 of /home/blackh31/public_html/BLACKHILL/includes/menu.inc).
admin's blog
published by admin on Sat, 04/11/2015 - 20:24
Plug the drive into the NFS Server and allow it to auto-mount (or manually mount it if necessary).
Install the NFS utils on the NFS Server:
- apt-get install nfs-kernel-server portmap
Update the /etc/exports file on the NFS Server to share the drive that is mounted at /media/backup:
- /media/backup 192.168.0.1/24(rw,sync,no_subtree_check,no_root_squash)
On the PC wanting to mount the drive /media/backup, create a local directory called /media/backup (it could be named something different):
Pages