s3fs not maintaining uid/gid

Posted by Publiccert on Server Fault See other posts from Server Fault or by Publiccert
Published on 2012-09-21T02:58:58Z Indexed on 2012/09/21 3:39 UTC
Read the original article Hit count: 332

Filed under:
|

I'm mounting s3 using s3fs with the following command:

sudo /usr/local/bin/s3fs -o use_cache=/tmp,uid=1000,gid=1000,allow_other svn.domain.com /svn

Allow_other is confirmed to be working along with cache. However, no variation/different placement of the uid/gid's is having any affect in the meta data on S3. Both the uid and gid come up as '0' in S3. I have created a user called svn with uid of 1000 to see if that would fix the problem. No luck.

© Server Fault or respective owner

Related posts about amazon-s3

Related posts about s3fs

  • s3fs not maintaining uid/gid

    as seen on Server Fault - Search for 'Server Fault'
    I'm mounting s3 using s3fs with the following command: sudo /usr/local/bin/s3fs -o use_cache=/tmp,uid=1000,gid=1000,allow_other svn.domain.com /svn Allow_other is confirmed to be working along with cache. However, no variation/different placement of the uid/gid's is having any affect in the meta… >>> More

  • s3fs changing s3 permissions?

    as seen on Server Fault - Search for 'Server Fault'
    My developer believes that s3fs is changing my bucket's permissions. Is this possible? I want my bucket to be public, but it keeps reverting back to private. Here's my fstab. s3fs#production /mnt/production fuse use_cache=/tmp,use_rrs=1,allow_other,uid=1000,gid=1000 0 0 My developer mentioned… >>> More

  • Amazon AWS s3fs mount problem on Fedora 14

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I successfully compiled and installed s3fs (http://code.google.com/p/s3fs/) on my Fedora 14 machine. I included the password credentials in /etc/ as specified in the guide. When I run: sudo /usr/bin/s3fs bucket_name /mnt/bucket_name/ it runs successfully. (note: the bucket name is the same as the… >>> More

  • s3fs Input/output error

    as seen on Server Fault - Search for 'Server Fault'
    i'm trying to set up a backup system with s3fs and the amazon s3 service. i followed this 2 guides: http://qugstart.com/blog/linux/how-to-mount-an-amazon-s3-bucket-as-virtual-drive-on-centos-5-2/ http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/ anyway making… >>> More

  • s3fs: how to force remount on errors?

    as seen on Server Fault - Search for 'Server Fault'
    I use s3fs 1.33 on Ubuntu 9.10. Regularily it gives me errors like this: rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]: Broken pipe (32) rsync: close failed on "/mnt/s3/mybucket/filename": Software caused connection abort (103) rsync error: error in file IO (code 11) at receiver… >>> More