diff options
author | B. Watson <yalhcru@gmail.com> | 2011-08-26 19:14:16 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-26 19:14:16 -0300 |
commit | 18894ebd610a25353fcab0e38ffd261f21a10523 (patch) | |
tree | ea5755308e1acb665d30014109fcb731f6de2a28 /system/gphotofs/README.fstab | |
parent | edcad06d1d5fa7354648d2cdf4bb1a17e0e83a09 (diff) | |
download | slackbuilds-18894ebd610a25353fcab0e38ffd261f21a10523.tar.gz |
system/gphotofs: Added (FUSE filesystem for cameras)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/gphotofs/README.fstab')
-rw-r--r-- | system/gphotofs/README.fstab | 16 |
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) + |