Skip to content

Using flickrfs

Patrick Jennings edited this page Jun 14, 2015 · 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/

Unmounting a FlickrFS directory

$ fusermount -u directory/

Options

-d Debug mode. Runs the filesystem without forking the thread and prints debug information about the filesystem.
-s Single threaded mode
Clone this wiki locally