有關s3fs的問題…(cloud版也發問) - Linux

Table of Contents

各位好,在下是個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

能有先進能分享一下是該如何是好呢?

最後,感謝讀完,謝謝!

--
我不該放下拳頭~
更不該背對著敵人~
否則我將永遠倒地不起~

million dollar baby..

--

All Comments