2

I installed the f2fs-tools package in my Fedora system. I created a f2fs partition using mkfs.f2fs on my sdcard, but now I'm unable to use it.

The system is unable to mount automatically nor manually the partition.

Does anyone have some insight in what I may be doing wrong or not doing?

Thank you.

Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250
NotFromBrooklyn
  • 504
  • 2
  • 6
  • 17

1 Answers1

2

Well, the Fedora maintainers still insist not to compile F2FS kernel module, so you cannot use your SD Card on Fedora.

However, that doesn't mean you cannot compile it as kernel module. You can follow the instructions in this link or this link (how's your spanish? :) ) to compile and use the f2fs module.

Good Luck.