From a7c4b1241cc0ce84713a63b622cb4b3cb26cea72 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 6 Oct 2022 13:25:02 +0200 Subject: [PATCH] FS: Replace http link to nfs sourceforge page by https. checklink complains as follows: Code: 301 -> 200 OK To do: This is a permanent redirect. The link should be updated. --- Filesystems.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Filesystems.m4 b/Filesystems.m4 index e04f799..24bff39 100644 --- a/Filesystems.m4 +++ b/Filesystems.m4 @@ -1432,7 +1432,7 @@ EXERCISES()
  • In an nfs-mounted directory (nfs version 4.0 or earlier), run cat > foo &. Note that the cat process automatically receives the STOP signal. Run rm foo; ls -ltra. Read - section D2 of the nfs HOWTO + section D2 of the nfs HOWTO for the explanation.
  • In an nfs-mounted directory, run { while :; do echo; sleep @@ -1441,7 +1441,7 @@ EXERCISES()
  • Discuss the pros and cons of hard vs. soft mounts.
  • -
  • Read section A10 of the nfs +
  • Read section A10 of the nfs HOWTO to learn about common reasons for stale nfs handles.
  • Can every local filesystem be exported via nfs?
  • -- 2.39.2