Takeshi Nakatani

Results 288 comments of Takeshi Nakatani
trafficstars

@vicasong _I'm sorry if my comment is irrelevant._ I would like to confirm a little about your comparison of md5 values. I think that you had this problem with a...

@vicasong Thank you for the detailed explanation.(I could understand that) When the md5sum command runs, s3fs downloads the file. To be precise, the md5sum command passes the read system call...

@vicasong With enough your disk space, I understood that data inconsistencies may have occurred with normal logic rather than special logic. We will consider whether s3fs can check the integrity...

Is #1361 useful for you? I think in this #1361 you will find examples such as the s3fs options you need.

If you get a log with debug option(`dbglevel=dbg`), it will be easier to identify the cause. (Be careful because a large amount of logs are output.)

I tried creating a folder `mptest` from the AWS console. And I tried mounting with `:/mptest` and `:/mptest/`, but those tests mount without any problem. The user is receiving the...

I found the following line in the log I received. ``` We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on...

I'm sorry for my reply late, and thank you for your confirmation. Thanks to you, I found that _netdev doesn't change this system result. I've looked into this error, but...

I haven't yet determined if this is a problem with s3fs itself or a problem on the fuse library. (still my imagination) It may be in the initialization of the...

@Keruspe Changes from libfuse 2.x to 3.x include the addition of arguments to some I / F functions. Therefore, it involves a modification of the s3fs code. I want these...