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 |
Display the Disk Usage of file sizes under each directory in currentDirectory ?
What is filter command in unix?
Explain the working of command grouping?
What is the purpose of the "top" command?
What does uname command do?
What are whois tools?
What is $@ in shell?
How to hide the partition in GRUB booting? (This technique is required when you have more that one Windows system on different partitions of the same disk, let us say the first and second partitions of the first hard drive, to boot from the first partition you must hide the second one)
In which File is Static IP address given so that it becomes Permanent ?
Explain getopts command of linux?
How do you execute more than one command or program from a single command line entry?
What file type is a makefile?