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 |
Why echo is used in linux?
How do display error messages instantly when command fails?
How do I check disk space in bash?
How do I use nslookup in linux?
I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?
How many commands are there in linux?
Which priority has the process?how do u view?
How do I set permission to run in linux?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
What is the makefile in c?
What is 9 in kill?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?