From e4322a716c178ffa74bd56542ea6214c4d6845bb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 6 Feb 2014 07:29:26 +0100 Subject: input/nfs: new plugin using libnfs --- doc/user.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index e73282277..db0e350c8 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1152,6 +1152,35 @@ systemctl start mpd.socket +
+ <varname>nfs</varname> + + + Allows MPD to access files on NFSv3 servers without actually + mounting them (i.e. in userspace, without help from the + kernel's VFS layer). All URIs with the + nfs:// scheme are used according to + RFC2224. + Example: + + + + mpc add nfs://servername/path/filename.ogg + + + + Note that this usually requires enabling the "insecure" flag + in the server's /etc/exports file, + because MPD cannot bind to so-called "privileged" ports. + Don't fear: this will not make your file server insecure; + the flag was named in a time long ago when privileged ports + were thought to be meaningful for security. By today's + standards, NFSv3 is not secure at all, and if you believe it + is, you're already doomed. + +
+
<varname>smbclient</varname> -- cgit v1.2.3