• Skip to primary navigation
  • Skip to main content
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

How to find which filesystem is supported by running kernel

July 30, 2012 by Sharad Chhetri

How to find which filesystem is supported by running kernel

/proc/filesystems is the file which is used to detect the filesystems supported by running kernel.
The nodev represent the file system is not assoicated with any disk partition for eg. /dev/sda1
In below given output, you can find out the ext3,ext4 and fuseblk can be mounted.

root@tuxworld:~# cat /proc/filesystems
nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev cgroup
nodev cpuset
nodev tmpfs
nodev devtmpfs
nodev debugfs
nodev securityfs
nodev sockfs
nodev pipefs
nodev anon_inodefs
nodev devpts
ext3
ext4
nodev ramfs
nodev hugetlbfs
nodev ecryptfs
fuseblk
nodev fuse
nodev fusectl
nodev pstore
nodev mqueue
nodev binfmt_misc
root@tuxworld:~#

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. This kernel requires an x86-64 CPU but only detected an i686 CPU
  2. Unable to complete install:’unsupported configuration hda-duplex not supported in this Qemu binary’
  3. How to rescan filesystem in owncloud 5
  4. Linux command to find modified and access date of file/dir/filesystem
  5. 6 df Command Examples To Check Mounted Filesystem On Linux
  6. Show running process in postgresql
  7. Another MySQL daemon already running with the same unix socket
  8. There are unfinished transactions remaining. You might consider running yum-complete-transaction
  9. Setup htpasswd on WordPress wp-admin running on nginx
  10. Activate.ps1 cannot be loaded because running scripts is disabled on this system

Filed Under: Linux Tagged With: filesystem, kernel

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy