My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ConfigSample  
Configuration file sample
Phase-Deploy, Featured
Updated Jan 27, 2012 by domenico.rotiroti

Configuration file

Several options can be specified using a configuration file, with a simple keyword = value syntax.

Example

#This is a comment line
username   = me@domain.com
password   = mystrongpass
mountpoint = /path/to/folder
# from version 0.6:
verbose    = yes
secure     = no
# from version 0.7:
largefiles = yes
# from commit r86
uid        = 1000
gid        = 1000
fperm      = 644
dperm      = 755

Parameters from command line arguments and configuration file can be mixed freely.

User will be prompt for username and/or password if they are not specified in config file or on the command line.

The mountpoint must be provided in either way.

Comment by karim.ch...@gmail.com, Oct 1, 2011

Hello,

May you explain me with details the procedure please, because i'm noob (and french :) ) so it' very difficult for me. I succed to compil boxfs but i don't know how to pursue. Thanks for your job and your help.

Comment by project member domenico.rotiroti, Oct 2, 2011

Hi Karim, if you complied boxfs you can do one of these 2 things:

  • create a configuration file customizing the example above and put it in a file, then run boxfs -f your_config_file
  • pass the options on the command line: boxfs -u your.email@domain.com /mnt/mybox

Hope this helps, let me know if you need further assistance. Domenico

Comment by roncal...@gmail.com, Dec 3, 2011

Good evening Domenico,

I'm trying to mount my 50gb-share and I got these errors:

- connecting to unsecure server, I get a login error:

boxfs -u myemail boxfs/ Password: Error while logging in to Box.net.

-connecting to secure server, I get a segmentation fault:

boxfs -s -u myemail boxfs/ Password: Segmentation fault

I'm on a gentoo linux. Make is fine, all packages required are present. Can I get more verbose output?

Thank you, Michele

Comment by roncal...@gmail.com, Dec 3, 2011

little add: same behaviour if installing boxfs from sunrise overlay.

Comment by project member domenico.rotiroti, Dec 3, 2011

Hi Michele, use the "-v" option and look in your syslog output.

Comment by roncal...@gmail.com, Dec 3, 2011
Dec 3 18:32:02 Celiane kernel: [13862.060345] boxfs 18260 : segfault at c ip 0804a28a sp bfcd3c90 error 4 in boxfs[8048000+6000]

nothing helpful, too bad

Comment by project member domenico.rotiroti, Dec 4, 2011

Mmhh... you said that you have a 50Gb share... you should compile from svn version: commit r85 is for supporting accounts larger than 4Gb. Please, open an issue if you have problems with svn version. Thanks


Sign in to add a comment
Powered by Google Project Hosting