WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [ f2fs ] cannot mount  (Read 4317 times)

Offline frimical

  • Jr. Member
  • **
  • Posts: 75
[ f2fs ] cannot mount
« on: September 15, 2016, 03:37:22 PM »
Hello,

I tried to mount a formatted f2fs drive in tc 7.2 without success.
Eventhoug it is recognised with blkid, and in fstab, but  mount command gives an error message as an undefined device.
Any idea?
 Thank you

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14750
Re: [ f2fs ] cannot mount
« Reply #1 on: September 16, 2016, 02:29:58 AM »
from the tinycore kernel config:
Code: [Select]
# CONFIG_F2FS_FS is not set

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11026
Re: [ f2fs ] cannot mount
« Reply #2 on: September 16, 2016, 03:03:06 AM »
Indeed, it was still marked unstable in kernel 4.2.
The only barriers that can stop you are the ones you create yourself.

Offline frimical

  • Jr. Member
  • **
  • Posts: 75
Re: [ f2fs ] cannot mount
« Reply #3 on: September 16, 2016, 08:52:14 AM »
hello again and thank you very much for your replies.

I thought it has been left as a module somewhere for those whom needed it. I didn't know that it is still unreliable.
Do you think that it is worth creating a kernel with this option turned ON ? any suggestion?
( Actually I need to access the drive  mainly read-only ). 

regards.


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14750
Re: [ f2fs ] cannot mount
« Reply #4 on: September 16, 2016, 10:15:59 AM »
I didn't check, but you might be able to compile the f2fs driver as a module and make your own personal extension to load it when required without needing to use a recompiled kernel.
« Last Edit: September 16, 2016, 10:18:29 AM by Juanito »

Offline frimical

  • Jr. Member
  • **
  • Posts: 75
Re: [ f2fs ] cannot mount
« Reply #5 on: September 17, 2016, 02:23:03 PM »
oh thanks, this is good news.
If this is not much asking, any suggestion from where to get the right source to create the module for tc?

thanks again, and best regards. 

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14750