How to find which filesystem is supported by running kernel
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 … Read more