hubicfuse for Debian -------------------- Your Hubic Cloud configuration can be placed in a file named $HOME/.cloudfuse. All the following variables are required: username=[Hubic user e-mail] password=[Hubic password] client_id=[Hubic client id for the registered application] client_secret=[Hubic client secret for the registered application] redirect_uri=[Hubic redirect uri as registered for the application] client_id, client_secret and redirect_uri can be retrieved from the hubic web interface: https://hubic.com/home/browser/developers/ Then you can call hubicfuse: sudo hubicfuse /mnt/hubic -o noauto_cache,sync_read,allow_other It is possible to pass (or override) some variables on the command line: sudo hubicfuse /mnt/hubic \ -o username='xxx',password='xxx',noauto_cache,sync_read,allow_other And finaly, it can be set in /etc/fstab: hubicfuse /mnt/hubic fuse username=xxx,password=xxx...,user,noauto 0 0 -- Sylvestre Ledru , Tue, 10 Jun 2014 20:00:23 +0200