yangljun / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

Can't create files on mount point #434

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Detailed description of observed behavior:

I cannot create files on the s3fs mount point.

What steps will reproduce the problem - please be very specific and
detailed. (if the developers cannot reproduce the issue, then it is
unlikely a fix will be found)?

- Install s3fs
- create passwd-s3fs fie with credentials
- run `sudo s3fs BUCKETNAME -o allow_other /opt/bitnami/apps/test1`
- check mount with `df -h`
- `cd /opt/bitnami/apps/test1`
- touch blah.txt
   touch: setting times of `blah.txt': No such file or directory

===================================================================
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): 2.8.6

System information (uname -a): Linux ip-10-172-157-54 3.2.0-41-virtual 
#66-Ubuntu SMP Thu Apr 25 03:47:17 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Distro (cat /etc/issue): Ubuntu 12.04.2 LTS

s3fs command line used (if applicable): sudo s3fs BUCKETNAME -o allow_other 
/opt/bitnami/apps/test1

/etc/fstab entry (if applicable):

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

Original issue reported on code.google.com by marcus.r...@gmail.com on 25 Jun 2014 at 10:00

GoogleCodeExporter commented 9 years ago
There doesn't seem to be an fstab entry. When I run `umount 
/opt/bitnami/apps/test1` I get:

umount: /opt/bitnami/apps/test1 is not in the fstab (and you are not root)

Original comment by marcus.r...@gmail.com on 25 Jun 2014 at 10:03

GoogleCodeExporter commented 9 years ago
This seams to be an auth error. Try to attach direct to S3 bucket using another 
interface.

Original comment by f...@relacionalti.com on 24 Mar 2015 at 7:48