<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.peterpap.net/index.php?action=history&amp;feed=atom&amp;title=Create_an_NFS_share_with_Solaris</id>
		<title>Create an NFS share with Solaris - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.peterpap.net/index.php?action=history&amp;feed=atom&amp;title=Create_an_NFS_share_with_Solaris"/>
		<link rel="alternate" type="text/html" href="https://www.peterpap.net/index.php?title=Create_an_NFS_share_with_Solaris&amp;action=history"/>
		<updated>2026-05-05T01:49:40Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.1</generator>

	<entry>
		<id>https://www.peterpap.net/index.php?title=Create_an_NFS_share_with_Solaris&amp;diff=115&amp;oldid=prev</id>
		<title>Ppapa: Created page with &quot;1. Edit the dfstab:    vi /etc/dfs/dfstab  Add a line like this:    share -F nfs -o ro,anon=0 /export/centos  This will create a read-only share that anyone can mount.  2. Start ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.peterpap.net/index.php?title=Create_an_NFS_share_with_Solaris&amp;diff=115&amp;oldid=prev"/>
				<updated>2010-11-08T05:51:56Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;1. Edit the dfstab:    vi /etc/dfs/dfstab  Add a line like this:    share -F nfs -o ro,anon=0 /export/centos  This will create a read-only share that anyone can mount.  2. Start ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;1. Edit the dfstab:&lt;br /&gt;
&lt;br /&gt;
  vi /etc/dfs/dfstab&lt;br /&gt;
&lt;br /&gt;
Add a line like this:&lt;br /&gt;
&lt;br /&gt;
  share -F nfs -o ro,anon=0 /export/centos&lt;br /&gt;
&lt;br /&gt;
This will create a read-only share that anyone can mount.&lt;br /&gt;
&lt;br /&gt;
2. Start the NFS server daemon.&lt;br /&gt;
&lt;br /&gt;
On Solaris 10:&lt;br /&gt;
&lt;br /&gt;
  svcadm enable svc:/network/nfs/server:default&lt;br /&gt;
&lt;br /&gt;
On Pre-Solaris 10:&lt;br /&gt;
&lt;br /&gt;
  /etc/init.d/nfs.server start&lt;br /&gt;
&lt;br /&gt;
3.  If the NFS daemon was already configured and running, do this to add your new share:&lt;br /&gt;
&lt;br /&gt;
   /usr/sbin/shareall&lt;/div&gt;</summary>
		<author><name>Ppapa</name></author>	</entry>

	</feed>