Kernel information – Supported Filesystems

#List filesystems your kernel supports
awk ‘/# File systems/,/# Partition Types/’ /boot/config-$(uname -r)* | less

#List filesystems available in your kernel
find /lib/modules/$(uname -r)/kernel/fs/

#To list the filesystems supported by running kernel and currently loaded modules
cat /proc/filesystems

About vicki

Welcome to the Sovereign Republic of Vickistan. I am the President here. Lucky me! No taxes or laws yet. Lucky you!
This entry was posted in Kernel Stuff, Linux. Bookmark the permalink.