It's been a while, but I think you need to use the long form "client_mountpoint" config option here instead. If you search the list archives it'll probably turn up; this is basically the only reason we ever discuss "-r". ;) Software Engineer #42 @ http://inktank.com | http://ceph.com On Wed, Apr 2, 2014 at 5:10 AM, Florent B <florent at coppint.com> wrote: > 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 > > > _______________________________________________ > ceph-users mailing list > ceph-users at lists.ceph.com > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com >