Skip to content

Using flickrfs

patrickjennings edited this page May 18, 2011 · 5 revisions

Once properly configured, the user can mount their Flickr account onto any empty directory and will be able to view and modify their photos and photosets as if they were local copies.

Mounting to a Directory

$ flickrfs directory/

Note: the user needs the correct privileges to mount to the directory.

Unmounting a FlickrFS directory

$ fusermount -u directory/

Note: Do not "rm -rf directory/" or you will delete your entire Flickr content.

Clone this wiki locally