Skip to content

Commit 663bae3

Browse files
authored
Update setting-up-an-nfs-file-share.md (#435)
Added helpful command
1 parent 7bf0301 commit 663bae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Setting Up an NFS File Share
33
group: advanced-networking
4-
author: [ "@antonvh","@rhempel","JNFitzgerald", "Jesko Appelfeller" ]
4+
author: [ "@antonvh","@rhempel","JNFitzgerald", "Jesko Appelfeller", "@GingerIndustries" ]
55
---
66

77
* Table of Contents
@@ -30,7 +30,7 @@ The instructions here are for all three platforms Linux, Windows, and OSX - just
3030

3131
## How To Do It - Linux
3232

33-
On your Linux box, you'll need to edit a file called `/etc/exports`. If you don't have this file, then you need to install `nfs-common` or a similar package.
33+
On your Linux box, you'll need to edit a file called `/etc/exports`. If you don't have this file, then you need to install `nfs-common` or a similar package. (If that doesn't work and/or you already have `nfs-common` installed, install `nfs-kernel-server`. Some devices, like the Raspberry Pi, don't have it installed by default. **IMPORTANT: If installing `nfs-kernel-server`, before install create the target directories (`home/youruserid/nfs/ev3dev`). Otherwise, the service will fail to start.**)
3434

3535
Open the file and add the following line:
3636

0 commit comments

Comments
 (0)