Hi all, I am trying to set a fuse.ceph mount on a Debian 7 (kernel 3.2). I use Ceph Emperor version. How can I set a root directory in fstab using fuse.ceph ?? I do : id=mail01,conf=/etc/ceph/ceph.conf,r=/fs1-mail1 /fs1-mail1 fuse.ceph noatime 0 0 But I get this error : ceph-fuse[23794]: starting ceph client fuse: unknown option `--r=/fs1-mail1' ceph-fuse[23794]: fuse failed to initialize 2014-04-02 14:04:23.132664 7f7e4fd91760 -1 fuse_lowlevel_new failed ceph-fuse[23785]: mount failed: (33) Numerical argument out of domain Whereas when I do : ceph-fuse -d --id mail01 -m mon.mycompany.net -r /fs1-mail1 /fs1-mail1 It works fine. How can I do that ? My configuration file only contains monitor address. Passing it as an option could be nice. Thank you a lot -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.ceph.com/pipermail/ceph-users-ceph.com/attachments/20140402/3cdbc3a2/attachment.htm>