find out what file systems supported by kernel?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How will you suspend a running process and put it in the background?
Which command is used to uncompress gzip files?
What is apple llvm?
what r the different command to check ram,process and hdd of linux machine
Why is linux cpu usage so high?
How to write the output of a command to a file?
My machine is running half duplex mode how to change half duplex to full duplex?
What are the ms dos commands?
How do I get to root directory in linux?
What is SFC command?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
tell me command for" to create more than one name to a file".