Skip to content

Commit c4bc526

Browse files
authored
Fix systemd.mount links
1 parent d00c661 commit c4bc526

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/tutorials/setting-up-an-nfs-file-share.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ If you make changes to `/etc/exports`, activate them with `nfsd update`.
9999

100100
## How To Do It - EV3
101101

102-
On the client - ev3dev - side, we need to create, test and enable a systemd `mount.unit` file in order to mount our newly created NFS share.
102+
On the client - ev3dev - side, we need to create, test and enable a systemd [systemd.mount] file in order to mount our newly created NFS share.
103103

104104
{% include /style/icon.html type="warning" %}
105105
The classic way of mounting the NFS share via an entry in `/etc/fstab` does not work! It can cause ev3dev to hang during boot up.
106106
{: .alert .alert-warning}
107107

108-
First off, we need to create our `mount.unit` file. This file needs to be named after the directory where we want to mount our NSF share, with the slashes replaced by hyphens. For this tutorial, we will mount the NFS share at `/home/robot/nfsshare/` - feel free to change this to suit your needs.
108+
First off, we need to create our [systemd.mount] file. This file needs to be named after the directory where we want to mount our NSF share, with the slashes replaced by hyphens. For this tutorial, we will mount the NFS share at `/home/robot/nfsshare/` - feel free to change this to suit your needs.
109109

110110
Create and open the file `/etc/systemd/system/home-robot-nfsshare.mount`. Add the following sections:
111111

@@ -159,5 +159,4 @@ If you want your NFS share to be mounted at boot, you need to enable the mount u
159159
[OSXexports5]: http://www.manpages.info/macosx/exports.5.html
160160
[OSXnfsd]: http://www.manpages.info/macosx/nfsd.8.html
161161
[OSXshowmount]: http://www.manpages.info/macosx/showmount.8.html
162-
[systemd mount units]: https://www.freedesktop.org/software/systemd/man/systemd.mount.html
163-
162+
[systemd.mount]: https://manpages.debian.org/jessie/systemd/systemd.mount.5.en.html

0 commit comments

Comments
 (0)