mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
17 lines
418 B
Text
17 lines
418 B
Text
|
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)
|
||
|
|