summaryrefslogtreecommitdiffstats
path: root/system/gphotofs/README.fstab
diff options
context:
space:
mode:
Diffstat (limited to 'system/gphotofs/README.fstab')
-rw-r--r--system/gphotofs/README.fstab16
1 files changed, 16 insertions, 0 deletions
diff --git a/system/gphotofs/README.fstab b/system/gphotofs/README.fstab
new file mode 100644
index 0000000000..2dba5eaa10
--- /dev/null
+++ b/system/gphotofs/README.fstab
@@ -0,0 +1,16 @@
+You can put an entry into /etc/fstab (please adapt the mount options to
+your needs):
+
+ gphotofs /media/camera fuse users,rw,noauto,defaults 0 0
+
+Make sure in that case /media/camera exists:
+
+ [ -d /media/camera ] || mkdir /media/camera
+
+Now you should be able to mount your camera by simpy issuing:
+
+ mount /media/camera
+
+(This bit of documentation was borrowed from the Debian gphotofs package,
+with thanks)
+