Setting up an NFS server

From Alpine Linux
Revision as of 11:20, 20 February 2014 by Kozakman (talk | contribs) (Created page with "= Installation = Install package: {{Cmd|apk add nfs-utils}} = Make it autostart = Export dirs in /etc/export, then {{Cmd|rc-update add nfs}} If you need just to mount nfs s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installation

Install package:

apk add nfs-utils

Make it autostart

Export dirs in /etc/export, then

rc-update add nfs

If you need just to mount nfs share from fstab file at booting of the system

rc-update add nfsmount

You can check your boot services:

rc-status

Start it up now

rc-service nfs start