summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY3
-rw-r--r--README6
2 files changed, 9 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7a427f4..1b41047 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,8 @@
version 0.9
- Fixed typo in README (Closes #806)
+ - Added note to README, that it might be required to specify
+ the absolute path to vdrnfofs in /etc/fstab (Closes #807)
+
version 0.8
- Use cStringIO instead of string concatenation - about 3 times faster
(Patch provided by Ed Hein)
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