• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
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

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

How to reset forgot root password in CentOS 6.x and Redhat 6.x

4 Different commands to find system uptime in linux

Do not show line haveing particular keyword by grep command

Nagios HTTP WARNING: HTTP/1.1 403 Forbidden

Install libjpegtran by using yum command in CentOS 6.x

error could not configure a c compiler Linux

error command ‘gcc’ failed with exit status 1 in Ubuntu

Explore 90+ Article On "Linux Tips And Tricks"

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