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

What is the default number of shell commands saved in the history list of .cshrc file?

0 Answers  


How do I remove a soft link in linux?

0 Answers  


which command is used to see all the system configuration? like hardware, HDD, memory etc.

14 Answers   ADS, eClinicalWorks, NJN,


What are the commands in linux?

0 Answers  


Explain about document formatting?

0 Answers  






what is mean by system calls

4 Answers   Infotech,


How does grep work in linux?

0 Answers  


if i run ls command it will show me the junk output what is problem and how to resolve it

2 Answers   BPO,


Brief about the command ff?

0 Answers  


What is Write Command?

3 Answers  


How do I find old commands in linux?

0 Answers  


what is initrd image?

5 Answers   IBM, Oracle,


Categories