Hi Tim,
I forget to type echo in the mail, but I have typed it in the terminal. I am sorry I didn't put it right it the mail. And I checked the file ~/.passwd-s3fs, and it had expected secret key. I use @ Timothy B.Brown 's suggestion that change the first line in /etc/fstab to s3fs#hcp-openaccess:/HCP_1200 and then stop and restart the instance. Then I use command mount /s3/hcp It worked!! But I still don't know why I failed when I used s3fs to mount data. Best, Qinqin Li On 05/16/2017 02:43,Timothy Coalson<[email protected]> wrote: On Mon, May 15, 2017 at 8:48 AM, Irisqql0922 <[email protected]> wrote: ... I use command: <ACCESS Key ID>:<SECRETE ACCESS KEY> > ~/.passwd-s3fs If this is really the command you used, then it wouldn't work: you need "echo" at the start of it, like this: echo <ACCESS Key ID>:<SECRET ACCESS KEY> > ~/.passwd-s3fs Please look at the file's contents with something like "less ~/.passwd-s3fs" to double check that it contains what you expect (but don't post it to the list if it contains your secret key, obviously). Tim _______________________________________________ HCP-Users mailing list [email protected] http://lists.humanconnectome.org/mailman/listinfo/hcp-users _______________________________________________ HCP-Users mailing list [email protected] http://lists.humanconnectome.org/mailman/listinfo/hcp-users
