kahing / catfs

Cache AnyThing filesystem written in Rust
Apache License 2.0
851 stars 54 forks source link

fstab syntax not workign #9

Closed saqebakhter closed 6 years ago

saqebakhter commented 6 years ago

Hey, when trying to moutn via fstab I'm getting an error:

root@vodnl:~# mount /mnt/cephfs                                                                                                                                                                                                                                                                                                                
error: The following required arguments were not provided:
    <mountpoint>

USAGE:
    catfs <from> <to> <mountpoint> -o <option>...

FStab line :

catfs#/mnt/cephfs_real#/mnt/storage/cephfs_cache        /mnt/cephfs         fuse    allow_other,--uid=1001,--gid=1001,--free=1%,_netev,noatime   0       0
kahing commented 6 years ago

what catfs version are you using?

chadparry commented 6 years ago

I installed the pre-built binary 0.8.0 and I'm also seeing this error:

$ sudo mount /mnt/album-cache
error: The following required arguments were not provided:
    <mountpoint>

USAGE:
    catfs <from> <to> <mountpoint> -o <option>...

For more information try --help
$ 

This is the line in my fstab:

catfs#/mnt/album#/var/lib/album-cache   /mnt/album-cache    fuse    noauto,noatime  0   0
kahing commented 6 years ago

it's in HEAD but not in a released version yet