Jean-Pierre André
Jean-Pierre André
> _I also verified that other fuse based file systems have the same issue._ Which one ? This is what I experience, with ntfs-3g using libfuse3 : ``` [root@optiplex ntfslowprof]#...
There is a bug when using Windows inheritance with no user mapping. I can provide you with a fix, but I would suggest you define the user mapping as a...
Below is the patch for you to try. Inheritance applies to permissions, not to ownership, because the owner of the created file should be the owner of the current process,...
> It is a required build step to run ./autogen.sh Not exactly. This is only needed for users who cherry-pick source files instead of using a release tarball from the...
``` [linux@optiplex ~]$ cd /shared/ntfs [linux@optiplex ntfs]$ echo qwerty > first [linux@optiplex ntfs]$ ln first second [linux@optiplex ntfs]$ ln second third [linux@optiplex ntfs]$ chmod 640 first second third [linux@optiplex ntfs]$...
I would need more information to deal with your issue : 1) which ntfs-3g configuration are you using ? Just run : `ntfs-3g 2>&1 | grep ration` 2) what are...
Google translate... > @jpandre ah well yes. You're right, wsl support is only for special files. I just noticed that all files in rootfs are owned by root. I didn't...
> would it be possible to expose $EA handling capabilities ntfs-3g aquired with wsl? I m meaning being at least be able to parse $EA attributes and expose them as...
Sorry, this is what I have in store right now... For your migration, only using bash, can you not : - either remove the EA set alltogether `setfattr -h -x...
> This means I need to keep the LXATTRB attribute while adding the relevant ones. Earlier the presence of LXATTRB was the problem. I am lost. What are these relevant...