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

why do u want to join this company

6 Answers   HCL, Infosys, United Healthcare, Wipro,


a remote shell is invoked by the command a)remote_shell b)remote_sh c)rsh d)remote conn

0 Answers   MNC,


What does bash stand for?

0 Answers  


1). What are the situation in process is duplicate is linux box.? 2) Give me 5 situation to kill a process?

1 Answers   Perot Systems,


What is command grouping?

0 Answers  






Linux system monitoring Tools?

6 Answers   HCL, IBM,


How does grep work in linux?

0 Answers  


How do you kill a process in linux?

0 Answers  


What is cpu in linux?

0 Answers  


What is env command in linux?

0 Answers  


What is the command to delete a file linux?

0 Answers  


What is nslookup command?

0 Answers  


Categories