<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bleb</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bleb"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Bleb"/>
	<updated>2026-04-26T20:29:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Setting_up_an_NFS_server&amp;diff=18740</id>
		<title>Setting up an NFS server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Setting_up_an_NFS_server&amp;diff=18740"/>
		<updated>2021-03-23T19:52:00Z</updated>

		<summary type="html">&lt;p&gt;Bleb: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installation =&lt;br /&gt;
Install package:&lt;br /&gt;
{{Cmd|apk add nfs-utils}}&lt;br /&gt;
&lt;br /&gt;
= Make it autostart =&lt;br /&gt;
Export dirs in /etc/exports, then &lt;br /&gt;
{{Cmd|rc-update add nfs}}&lt;br /&gt;
&lt;br /&gt;
If you need just to mount nfs share from fstab file at booting of the system&lt;br /&gt;
&lt;br /&gt;
{{Cmd|rc-update add nfsmount}}&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
{{Cmd|rc-update add netmount}}&lt;br /&gt;
&lt;br /&gt;
You can check your boot services:&lt;br /&gt;
{{Cmd|rc-status}}&lt;br /&gt;
&lt;br /&gt;
= Start it up now =&lt;br /&gt;
{{Cmd|rc-service nfs start}}&lt;br /&gt;
&lt;br /&gt;
or if you need to mount nfs share from fstab file now&lt;br /&gt;
{{Cmd|rc-service nfsmount start}}&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
{{Cmd|rc-service netmount start}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;/div&gt;</summary>
		<author><name>Bleb</name></author>
	</entry>
</feed>