-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSL2-Kernel: enable F2FS filesystem support as a module #11801
Comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The scipt will output the path of the log file once done. Once completed please upload the output files to this Github issue. Click here for more info on logging View similar issuesPlease view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it! Open similar issues:
|
/feature |
Diagnostic information
|
Is your feature request related to a problem? Please describe.
Hi, everybody. I'm an Android custom ROMs developer and often use WSL2 environment when making small changes directly to system images. Because some of my devices use F2FS as their system filesystem I cannot mount and edit them on a WSL2 environment.
Describe the solution you'd like
Please enable support for mounting and editing F2FS filesystems in the WSL2 environment. I understand that some people may not want it by default for some reason but because it can be built as a module gives the end user even more choice and flexibility.
Describe alternatives you've considered
I have considered using native Linux environments or alternative filesystems, but these options are less convenient and efficient. Until now, I've been building the WSL2 Linux kernel every time with F2FS configuration enabled.
Additional context
I have already made this patch which should easily solve this issue. Fede2782/WSL2-Linux-Kernel@d8c6a83
This fixes:
The text was updated successfully, but these errors were encountered: