[FE training-materials-updates] /etc/exports: no space between IP address and options

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Jan 23 10:48:50 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=40dbdc5aca86bcd87c4c39ec097e6d9d457c8ad6

>---------------------------------------------------------------

commit 40dbdc5aca86bcd87c4c39ec097e6d9d457c8ad6
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Jan 23 10:46:58 2013 +0100

    /etc/exports: no space between IP address and options
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

40dbdc5aca86bcd87c4c39ec097e6d9d457c8ad6
 labs/sysdev-tinysystem/sysdev-tinysystem.tex |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
index ad014ce..5d1e4d4 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -56,8 +56,7 @@ root filesystem.
 Install the NFS server by installing the \code{nfs-kernel-server}
 package if you don't have it yet. Once installed, edit the
 \code{/etc/exports} file as root to add the following line, assuming that the
-IP address of your board will be \code{192.168.0.100} (the path and the
-options must be on the same line!)
+IP address of your board will be \code{192.168.0.100}:
 
 \footnotesize
 \begin{verbatim}
@@ -65,6 +64,11 @@ options must be on the same line!)
 \end{verbatim}
 \normalsize
 
+Make sure that the path and the options are on the same line.
+Also make sure that there is no space between the IP address and the NFS
+options, otherwise default options will be used for this IP address,
+causing your root filesystem to be read-only.
+
 Then, restart the NFS server:
 
 \begin{verbatim}



More information about the training-materials-updates mailing list