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 |
Who whoami linux?
How do you insert comments in the command line prompt?
I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?
What is a ulimit in unix?
What does && mean in linux?
when i create SAMBA server it is ok but while i try for access from windows pc he ask me only first time smb password then i close samba login next time he can`t ask for passwd why.?
Who is unix command?
Is makefile a shell script?
How do you save a file in linux?
Explain about sh?
i am working in one company and i attend intervew they asked why do u want to chage company pls give me inteligent answar
Write a command that will display all .txt files, including its individual permission.