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 |
What are the commands in linux?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
How do you create a file in linux?
To Check Which Service is Running at Present in System what is the Command?
What is the difference between kill and kill -9 commands?
What is mkdir?
Which command is used to review boot messages?
What is command example?
How many commands are there in linux?
What is the export command used for?
How does diff command work?
Why is linux cpu usage so high?