Skip to content

Commit d8e04fc

Browse files
chewittgitbook-bot
authored andcommitted
GitBook: [#88] simplify nfsv4 guidance
1 parent d13e4eb commit d8e04fc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

how-to/mount_network_share.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Kodi can natively mount SMB, NFS, SFTP, WebDAV (and more) remote filesystems (sh
55
The following NAS configuration is used in the examples below:
66

77
* NAS IP: `192.168.1.222`
8-
* Username: `nasuser1` 
8+
* Username: `nasuser1`
99
* Password: `123nas`
1010
* Share name: `recordings`
1111
* Full address to share: `\\192.168.1.222\recordings`
@@ -129,11 +129,13 @@ Path where the share should be mounted:
129129

130130
`Where=/storage/recordings`
131131

132-
Options: At this section you are able to define specific NFS options, such as NFS version for example. In our example here, we don't need it and we are assuming you are using a NFSv3 share.
132+
Options: At this section you are able to define specific NFS options, such as the NFS version. In the example below we set Type for an NFSv3 share.
133133

134-
Type: `Type=nfs`
134+
`Type=nfs`
135135

136-
If you are using a NFSv4 share, simply replace `Type=nfs` with `Type=nfs4` (see also <https://www.freedesktop.org/software/systemd/man/systemd.mount.html#Type=>)
136+
To use an NFSv4 share:
137+
138+
`Type=nfs4`&#x20;
137139

138140
#### 4. Start it for a test:
139141

0 commit comments

Comments
 (0)