summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2011-11-13 19:28:04 +0100
committeretobi <git@e-tobi.net>2011-11-13 19:28:04 +0100
commite824e9448425e3ae8c284ef378c633937524668b (patch)
tree2281bbb1bc781caa5db487846bfa052c948059bf /README
parent70a876a6bf6eaac31e88f591eea1023b6059dcac (diff)
downloadvdrnfofs-master.tar.gz
vdrnfofs-master.tar.bz2
Added note to README, that it might be required to specify the absolute path to vdrnfofs in /etc/fstabHEADmaster
(Closes #807)
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 2fd6dd7..160a4b0 100644
--- a/README
+++ b/README
@@ -72,3 +72,9 @@ If you want system-wide access to the file system, you should mount it as root
and pass the option "allow_other" e.g.:
vdrnfofs /mnt/vdrnfofs -o video=/var/lib/video - o allow_other
+
+If vdrnfofs is not in your path for root (Debian and Ubuntu most likely do not
+include /usr/local/bin in the path), you might need to provide the full path
+in fstab, like e.g.:
+
+ /usr/local/bin/vdrnfofs /mnt/vdrnfofs fuse video=/var/lib/video 0 0