From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Wed, 21 Dec 2016 17:18:12 +0100 Subject: [LTP] [PATCH 1/1] network: doc: nestore NFS configuration Message-ID: <20161221161812.19969-1-pvorel@suse.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: ltp@lists.linux.it Removed in 5f8ca6cf0 Signed-off-by: Petr Vorel Cc: Alexey Kodanev --- Alexey, or was it removed deliberatelly? --- testcases/network/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/testcases/network/README.md b/testcases/network/README.md index ebaab9956..9399d8aa8 100644 --- a/testcases/network/README.md +++ b/testcases/network/README.md @@ -59,6 +59,15 @@ machine login root password . Otherwise, ftp,rlogin & telnet fails for ‘root’ user & hence needs to be executed using ‘test’ user to get successful results. +## NFS setup +* In “/etc/exports“, add the following: + +``` +/ /255.255.255.0(rw,no_root_squash,sync) +``` + +* Then run “exportfs” to get a list of exported file system. + ## LTP setup Install LTP testsuite. In case of two hosts configuration, make sure LTP is installed on both client and server machines. -- 2.11.0