0

I am working with linux 3.19.0+ and I want to know if my linux kernel supports f2fs (Flash-Friendly File System). How do I know that?

NaSh
  • 232
  • 1
    This site is for programming questions. We are not general OS tech support. –  Feb 29 '16 at 20:17

1 Answers1

3

cat /proc/filesystems should do the trick...