How can I contribute?

Comments, questions, bug reports, etc.
Post Reply
joseph
Posts: 1
Joined: Mon Jul 24, 2023 6:56 am

How can I contribute?

Post by joseph »

hello.

We ran into the problem of having to apply the xattr of NTFS while mounted as ntfs-3g .
Accordingly, we will develop a function to set xattr according to the driver in wimlib.
If this can be useful to someone else, I'd like to contribute to the mainstream.
Is there a manual on how to contribute?
synchronicity
Site Admin
Posts: 474
Joined: Sun Aug 02, 2015 10:31 pm

Re: How can I contribute?

Post by synchronicity »

As mentioned on the main page, you can open a pull request at https://github.com/ebiggers/wimlib.

Regarding "apply the xattr of NTFS while mounted as ntfs-3g", are you talking about the directory extraction mode, or are you talking about the NTFS volume extraction mode? (Refer to the wimapply manual page.) The directory extraction mode already supports xattrs. The NTFS volume extraction mode does not, and support for it could potentially be added. However, the NTFS volume extraction mode requires that the volume *not* be mounted with ntfs-3g, so it's unclear that that's what you're talking about.
Post Reply