楼主:
noggi (阿部)
2013-06-04 00:49:51各位好,在下是个Amazon Web Service的新手
目前使用环境为CentOS 6。
按照s3fs http://code.google.com/p/s3fs/ 的官方安装,
或是google按照其它先进的方式安装,
目前都遇到一个问题,mount得起来,却不能使用,例如ls mkdir ...等等
分会跳出讯息Operation not permitted
我mount的指令如下
[root@xxx] s3fs myBucket /mnt/myBucket -o allow_other -o use_cache=/tmp
然后试试以下指令
[root@xxx] cd /mnt/myBucket
[root@xxx] ls
ls: reading directory /mnt/myBucket: Operation not permitted
[root@xxx] mkdir test/
mkdir: cannot create directory `test/': Operation not permitted
能有先进能分享一下是该如何是好呢?
最后,感谢读完,谢谢!