maharmstone / ntfs2btrfs

GNU General Public License v2.0
678 stars 29 forks source link

Unrecognized EA user.DOSATTRIB - Error - SYMBOLIC_LINK is non-resident #62

Closed GeorgeV220 closed 1 year ago

GeorgeV220 commented 1 year ago

Hello, When I'm trying to convert my Games SSD from NTFS to BTRFS I get those errors: https://hastebin.com/owakizevoy

maharmstone commented 1 year ago

Thanks. That's interesting: I do wonder what it is that's creating a reparse point large enough to be non-resident.

Unrecognized EA user.DOSATTRIB

Were these files created on Linux - via the FUSE driver or the new kernel driver? You shouldn't get a user.DOSATTRIB created on Windows.

GeorgeV220 commented 1 year ago

Thanks. That's interesting: I do wonder what it is that's creating a reparse point large enough to be non-resident.

Unrecognized EA user.DOSATTRIB

Were these files created on Linux - via the FUSE driver or the new kernel driver? You shouldn't get a user.DOSATTRIB created on Windows.

Thank you for your reply. Those files were created in a Linux system (Garuda Linux) with the usage of the new Open Source Paragon driver, I want to mention that recently I had a problem with this NTFS driver and I used the chkdsk command from the windows installation media, idk if that can cause a problem.

maharmstone commented 1 year ago

I've encountered the same error on a fresh install of Windows 11 22H2, so it's probably not Paragon's fault. I'll look into it.

maharmstone commented 1 year ago

Fixed by https://github.com/maharmstone/ntfs2btrfs/commit/95888fd403428fa38f2031bbb261aa01e99cf0c1