derrickchoi / s3fs

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

Impossible to mount #162

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. sudo mkdir /test
2. sudo /usr/bin/s3fs nameofmybucket /dir
3. ls -al /test

d?????????  ? ?    ?       ?                ? farm1

What is the expected output? What do you see instead?

To see the bucket files 

What version of the product are you using? On what operating system?

I've just downloaded everything and get the last version ...  s3fs-1.40 , 
libfuse and fuseutils 2.8.4

Original issue reported on code.google.com by dant...@gmail.com on 21 Feb 2011 at 4:27

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Sorry, I've done so many tests that I copied wrong:

1. sudo mkdir /test
2. sudo /usr/bin/s3fs nameofmybucket /test
3. ls -al /test
d?????????  ? ?    ?       ?                ? test

Original comment by dant...@gmail.com on 21 Feb 2011 at 4:29

GoogleCodeExporter commented 8 years ago
Not a defect, just pilot error.

What about running the following command?:

sudo ls -al /test

Please investigate the "allow_other" FUSE option.

Original comment by dmoore4...@gmail.com on 23 Feb 2011 at 3:48

GoogleCodeExporter commented 8 years ago
Thaaaaaaaaaaaank you !

sudo ls worked ... and allow_other worked better ;)

thank you !

Original comment by dant...@gmail.com on 24 Feb 2011 at 3:21