guyson / s3fs

Automatically exported from code.google.com/p/s3fs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fuse: warning: library too old, some operations may not not work

GoogleCodeExporter opened this issue · comments


Detailed description of observed behavior:

Using fuse-2.9.3 with s3fs 1.74 when I try mounting a partition like this:

s3fs jf-cassandradb /var/lib/cassandra/data/joke_fire1/jokes/snapshots


I get this warning:

fuse: warning: library too old, some operations may not not work

I need to be able to mount s3 buckets using s3fs as a certain user and group. I 
suspect that this ability is one of the ones being referenced in this command.

Because when I try to use this command that I found online:

[root@beta:/usr/local/src] #s3fs jf-cassandradb 
/var/lib/cassandra/data/joke_fire1/jokes/snapshots  
defaults,noatime,allow_other,uid=503,gid=2002,use_cache=/tmp,default_acl=public-
read

------------------
I get this response:

s3fs: specified unknown third 
optioni(defaults,noatime,allow_other,uid=503,gid=2002,use_cache=/tmp,default_acl
=public-read)


What version of fuse and s3fs do I need to use in order to have this ability? 

===================================================================
The following information is very important in order to help us to help
you.  Omission of the following details may delay your support request or
receive no attention at all.
===================================================================
Version of s3fs being used (s3fs --version): 1.74

Version of fuse being used (pkg-config --modversion fuse): fuse-2.9.3

System information (uname -a): Linux beta.mydomain.com 
2.6.32-431.1.2.0.1.el6.x86_64 #1 SMP Fri Dec 13 13:06:13 UTC 2013 x86_64 x86_64 
x86_64 GNU/Linux

Distro (cat /etc/issue):

s3fs command line used (if applicable):

/etc/fstab entry (if applicable):

s3fs syslog messages (grep s3fs /var/log/syslog):


Original issue reported on code.google.com by bluethundr on 17 Jun 2014 at 1:55

Distro (cat /etc/issue): CentOS release 6.5 (Final)

s3fs command line used (if applicable): s3fs jf-cassandradb 
/var/lib/cassandra/data/joke_fire1/jokes/snapshots

/etc/fstab entry (if applicable): n/a

s3fs syslog messages (grep s3fs /var/log/syslog): Jun 16 21:49:24 beta s3fs: 
init $Rev: 497 $

Original comment by bluethundr on 17 Jun 2014 at 2:17

I replied a comment about this issue as same as issue 430.
Please see it.

Original comment by ggta...@gmail.com on 20 Jun 2014 at 3:22

  • Changed state: Done