Category Archives: Kernel Stuff

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

Posted in Kernel Stuff, Linux | Comments Off on Kernel information – Supported Filesystems