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 fusesudo chmod 755 /bin/fusermount- the original instructions used /usr/binsudo chmod u+s /bin/fusermount- the original instructions used /usr/binsudo chmod 666 /dev/fusecd ~- Download
flickrfspackage from sourceforge. tar -xzvf flickrfs-*.tar.gzscreen -S flickrfslsmod | 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 usesudomkdir ~/flickrfs/mount/streampython flickrfs.py ~/flickrfs/mounttail -f ~/.flickrfs/log