find out what file systems supported by kernel?

Answers were Sorted based on User's Feedback



find out what file systems supported by kernel?..

Answer / vimal kumar k

cat /proc/filesystems

will show all the file system types that the kernel can
handle currently. Be aware that kernel will load the
necessary modules automatically if it have, for a new file
system type present in a new device you plug into it and
then the output of the above command will vary.

Is This Answer Correct ?    29 Yes 1 No

find out what file systems supported by kernel?..

Answer / srinivas niddapu

# fdisk /dev/hdx

option: t

it will show the supported FS in the kernel

Is This Answer Correct ?    8 Yes 10 No

find out what file systems supported by kernel?..

Answer / frank

root# df -T

Is This Answer Correct ?    2 Yes 6 No

find out what file systems supported by kernel?..

Answer / ayjaz khan

you can give following commands
#fdisk <disk name>
then press t

this command will show all the file system with code
supported by the current linux kernel.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Linux Commands Interview Questions

How do you create a text file in linux terminal?

0 Answers  


How can we increase disk read performance in single command?

0 Answers  


What does cd – command do?

0 Answers  


How to shuffle the GRUB booting from one Disk to other?

1 Answers  


What are bash scripts used for?

0 Answers  






what is soft mount and hard mount? i have to make permanent nfs mount permanent what shall i do?

4 Answers   IBM,


What is mkdir p linux?

0 Answers  


Why makefile is used in linux?

0 Answers  


Any one example of uninteruptable sleeping process?

2 Answers   Satyam,


How you will uncompress the file?

7 Answers   Linux,


How can I know my linux os is 32 bit or 64 bit? and How can i know my CPU is 32 bit or 64 bit in linux machine environment.?

7 Answers  


Which command is used to find what is in your home directory?

0 Answers  


Categories