Skip to content
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 does not support mounting F2FS partition #8467

Closed
1 of 2 tasks
yetdragon opened this issue Jun 2, 2022 · 3 comments
Closed
1 of 2 tasks

WSL2 does not support mounting F2FS partition #8467

yetdragon opened this issue Jun 2, 2022 · 3 comments

Comments

@yetdragon
Copy link

Version

Microsoft Windows [Version 10.0.22000.708]

WSL Version

  • WSL 2
  • WSL 1

Kernel Version

5.10.102.1

Distro Version

Debian 11

Other Software

No response

Repro Steps

sudo mount some_f2fs_partition /mnt/root

Expected Behavior

Linux kernel newer than 3.8 should support mounting F2FS partition.

Actual Behavior

mount: /mnt/root: unknown filesystem type 'f2fs'.

Diagnostic Logs

No response

@elsaco
Copy link

elsaco commented Jun 2, 2022

@yetdragon you need to rebuild the WSL kernel with flash-friendly file system support enabled. The current WSL kernel (5.10.102.1-microsoft-standard-WSL2) has # CONFIG_F2FS_FS is not set

Copy link
Contributor

This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.

Thank you!

@okineadev
Copy link

I have my own fork with f2fs support, you can compile it yourself and use it - https://github.com/okineadev/WSL2-Linux-Kernel/tree/f2fs-support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants