remfan77

Results 11 comments of remfan77

Thanks @gijsbers for your quick answer. I understand what you mean. For me it is not a very simple install Virtual Box 6 and try to get the log. I...

Hi @gijsbers Yes, it works. Thanks for support.

@gijsbers I cloned repository and I configured and compiled the source code ``` > git branch icewm-1-4-BRANCH ``` All seems OK with these new changes. In which versions do you...

Hello, in my system I reproduce a similar scenario. The bug is triggered from **lfs_dir_commitattr**. ``` static int lfs_dir_commitattr(lfs_t *lfs, struct lfs_commit *commit, lfs_tag_t tag, const void *buffer) { //...

Hello @geky block_size=512 cache_size=512 (setted the default block_size) I do not change anything about custom attributes. To tell the truth I do not exactly know what is. I saw a...

An other small information... I made an archive containing the files/folders that show the problem. If I uncompress on the target (using tar xvfz ...) it works correctly. If the...

Tried to add a mutex on all fuse functions, so each call to lfs is serialized. I see the same problem.

Today I tried to downgrade littlefs keeping the same littlefs_fuse. I found that - version with tag v2.0.5 I do not see the problem - version with tag v2.1.0 I...

In my case, the commit 0d4c0b1 introduces the problem. Tried on different versions. If I revert this commit, I do not see the problem anymore. I don't know and I...

Now I'm able to reproduce the problem very easily on a linux pc. I get https://github.com/littlefs-project/littlefs-fuse (v2.4) make On the same folder of lfs binary generated, I put the following...