Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Linux >> Kernel >> How to list all file system drivers supported by the kernel

ls -l /lib/modules/$(uname -r)/kernel/fs

eg.

# ls -l /lib/modules/$(uname -r)/kernel/fs
total 20
-rw-r--r--. 1 root root 6000 Jun 13 02:48 binfmt_misc.ko.xz
drwxr-xr-x. 2 root root   25 Jul  8 11:08 btrfs
drwxr-xr-x. 2 root root   30 Jul  8 11:08 cachefiles
drwxr-xr-x. 2 root root   24 Jul  8 11:08 ceph
drwxr-xr-x. 2 root root   24 Jul  8 11:08 cifs
drwxr-xr-x. 2 root root   26 Jul  8 11:08 cramfs
drwxr-xr-x. 2 root root   23 Jul  8 11:08 dlm
drwxr-xr-x. 2 root root   26 Jul  8 11:08 exofs
drwxr-xr-x. 2 root root   24 Jul  8 11:08 ext4
drwxr-xr-x. 2 root root   60 Jul  8 11:08 fat
drwxr-xr-x. 2 root root   27 Jul  8 11:08 fscache
drwxr-xr-x. 2 root root   42 Jul  8 11:08 fuse
drwxr-xr-x. 2 root root   24 Jul  8 11:08 gfs2
drwxr-xr-x. 2 root root   25 Jul  8 11:08 isofs
drwxr-xr-x. 2 root root   24 Jul  8 11:08 jbd2
drwxr-xr-x. 2 root root   25 Jul  8 11:08 lockd
-rw-r--r--. 1 root root 5224 Jun 13 02:48 mbcache.ko.xz
drwxr-xr-x. 6 root root  137 Jul  8 11:08 nfs
drwxr-xr-x. 2 root root   46 Jul  8 11:08 nfs_common
drwxr-xr-x. 2 root root   24 Jul  8 11:08 nfsd
drwxr-xr-x. 2 root root 4096 Jul  8 11:08 nls
drwxr-xr-x. 2 root root   27 Jul  8 11:08 overlayfs
drwxr-xr-x. 2 root root   27 Jul  8 11:08 pstore
drwxr-xr-x. 2 root root   28 Jul  8 11:08 squashfs
drwxr-xr-x. 2 root root   23 Jul  8 11:08 udf
drwxr-xr-x. 2 root root   23 Jul  8 11:08 xfs

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]