Getting flickrfs to Work on Ubuntu Heron
I found this site which provides step-by-step instructions how to use flickrfs
in order to mount your Flickr account as a file system. The steps required a little tweaking to work. Here are the steps that I followed:
sudo apt-get install libfuse2 fuse-utils python2.4-fuse imagemagick
- the original instructions used a capital i for imagemagick.sudo modprobe fuse
sudo chmod 755 /bin/fusermount
- the original instructions used /usr/binsudo chmod u+s /bin/fusermount
- the original instructions used /usr/binsudo chmod 666 /dev/fuse
cd ~
- Download
flickrfs
package from sourceforge. tar -xzvf flickrfs-*.tar.gz
screen -S flickrfs
lsmod | grep -i fuse
# Rerun commands in step 2 if not loaded.cd flickrfs-1.3.95
- make sure to check the version number.mkdir ~/flickrfs/mount
- use a mount point under your home directory or usesudo
mkdir ~/flickrfs/mount/stream
python flickrfs.py ~/flickrfs/mount
tail -f ~/.flickrfs/log