Takeshi Nakatani
Takeshi Nakatani
Thank you for your reply. I checked the current master code and confirmed that exit code=0 at that time. Since the s3fs process is not exiting with 0, we need...
I looked into this a little more, but the result remains the same that s3fs itself exits with an error code (1), but the mount command always returns 0. I...
@BrianHVB Are you trying to use fuse3? s3fs-fuse does not yet support fuse3.(Code modifications will be required to support it.) Although it may seem to be working normally, problems will...
When you open an object mounted with s3fs using `vi`, the following behavior occurs: At first, s3fs downloads the contents of the file and save it to a file, and...
@hbs Thanks for your quickly reply. I have not yet been able to reproduce this problem. Even when `use_cache` is used, updated files can be read while vi is running....
@hbs _(I'd like to let you know up front that I haven't been able to reproduce this problem yet, and that I don't fully understand what's at stake.)_ Several issues...
@hbs Thank you for the detailed explanation. I understand that collecting and checking logs may be difficult. The cache file and its stat file are implemented based on the following...
Specify a local directory path, such as `/tmp/cache`, rather than a device such as `/dev/sda1`. You can also obtain detailed information by specifying the option `dbglevel`, which outputs detailed error...
Your problem seems unrelated to the error message `s3fs_xml.cpp:get_base_exp(110): marker_xp->nodesetval is empty.`. Actually, this message shouldn't be at ERR level, so I think I'll create a new PR. I think...
@FlowerBirds Both creating and deleting directories are working normally. We need a little more information to solve your problem. If you are able, try the following: - Try using the...