wasabi/goofys+wasabi.md
... ...
@@ -19,4 +19,17 @@ aws_secret_access_key = sercretkey
19 19
```
20 20
```
21 21
$ ./goofys --profile wasabi --endpoint https://s3.us-west-1.wasabisys.com [バケット名] [マウント先]
22
+```
23
+mercurialを動かそうとしたら,リンク系を使おうとしてコケるっぽい.残念.
24
+```
25
+$ cat /var/log/syslog
26
+```
27
+```
28
+Jun 5 20:59:43 mercurial /home/mercurial/goofys[1147]: fuse.ERROR *fuseops.CreateSymlinkOp error: function not implemented
29
+Jun 5 20:59:44 mercurial /home/mercurial/goofys[1147]: fuse.ERROR *fuseops.CreateSymlinkOp error: function not implemented
30
+Jun 5 20:59:51 mercurial /home/mercurial/goofys[1147]: fuse.ERROR *fuseops.ReadFileOp error: no such file or directory
31
+Jun 5 20:59:56 mercurial /home/mercurial/goofys[1147]: message repeated 31 times: [ fuse.ERROR *fuseops.ReadFileOp error: no such file or directory]
32
+Jun 5 20:59:57 mercurial /home/mercurial/goofys[1147]: fuse.ERROR *fuseops.CreateLinkOp error: function not implemented
33
+Jun 5 21:01:57 mercurial /home/mercurial/goofys[1147]: fuse.ERROR *fuseops.ReadFileOp error: no such file or directory
34
+Jun 5 21:01:57 mercurial /home/mercurial/goofys[1147]: message repeated 2 times: [ fuse.ERROR *fuseops.ReadFileOp error: no such file or directory]
22 35
```
... ...
\ No newline at end of file