-
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
f2fs
support
#11503
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:
|
Diagnostic information
|
1 similar comment
Diagnostic information
|
I made a new Feature Request about F2FS enabling with a better solution taking advantage of the new modular structure of wsl2 6.6 kernel. Maybe this will make more priority and will be considered. Let's share the new issue with more people as possible |
In the meantime, you could use the F2FS enabled wsl2 kernel xanmod-kernel-WSL2 zcat /proc/config.gz | grep -w -E "CONFIG_F2FS_FS|CONFIG_F2FS_STAT_FS|CONFIG_F2FS_FS_XATTR|CONFIG_F2FS_FS_POSIX_ACL|CONFIG_F2FS_FS_SECURITY|CONFIG_F2FS_CHECK_FS|CONFIG_F2FS_IO_TRACE|CONFIG_F2FS_FAULT_INJECTION|CONFIG_F2FS_FS_COMPRESSION|CONFIG_F2FS_FS_LZO|CONFIG_F2FS_FS_LZ4|CONFIG_F2FS_FS_ZSTD|CONFIG_F2FS_FS_LZORLE"
CONFIG_F2FS_FS=y
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
CONFIG_F2FS_FS_SECURITY=y
CONFIG_F2FS_CHECK_FS=y
CONFIG_F2FS_FAULT_INJECTION=y
CONFIG_F2FS_FS_COMPRESSION=y
CONFIG_F2FS_FS_LZO=y
CONFIG_F2FS_FS_LZORLE=y
CONFIG_F2FS_FS_LZ4=y
CONFIG_F2FS_FS_ZSTD=y |
Please allow me to make a PR with
f2fs
support addedI created a f2fs-support branch, I think it's a good idea to add support for this file system, because users may encounter the problem of missing
f2fs
, causing it to manually compile the kernel (which they don't really want to bother with)These users also want this support by default:
Therefore, I ask you to accept my PR
The text was updated successfully, but these errors were encountered: