Attempted to compile Paragon NTFS driver
I posted yesterday about a technique to automatically resize the save-file in Puppy Linux:
https://bkhome.org/news/202105/automatic-resizing-of-save-file-for-puppy.html
...the post by 'telcoM' mentions that for automatic shrinking of the
save-file, the underlying filesystem must support "hole punching". The
ext4 driver does, that's good, however for NTFS it looks like will
require the new NTFS driver from Paragon.
Paragon has submitted it for inclusion in the Linux kernel, but it
hasn't made it in yet. You can see the submissions from Alexanda and
Konstantin:
https://patchwork.kernel.org/project/linux-fsdevel/list/?submitter=194037
...v26 is the latest, and patch number 4 is v14.
The patches applied to both kernel 5.10.38 and 5.12.5, however, most
unfortunately, compile fails in both cases. Was tossing up whether to
wait for v27, or report the failure to Konstantin now. Hmmm, will
probably do the latter.
EDIT 2021-05-24:
Fixed:
https://bkhome.org/news/202105/kernel-51039-compiled-with-paragon-ntfs3-driver.html
Tags: linux