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 du -s * | sort -k1,1rn | head command used for?

0 Answers  


What is trusted/untrusted operating system?

8 Answers  


why do u want to join this company

6 Answers   HCL, Infosys, United Healthcare, Wipro,


What is df -h command?

0 Answers  


How do I check my cpu cores?

0 Answers  


How we can set the password length in linux?

2 Answers   Wipro,


What is unix finger command?

0 Answers  


how can i give acl permission in numerical mode on linux

4 Answers   HCL,


What does && mean in linux?

0 Answers  


some one is asking my machine is slow what is your steps?

5 Answers   Oracle, Talent,


What is llvm used for?

0 Answers  


How can I create a file with cmd?

0 Answers  


Categories