how to check a file system type

Answers were Sorted based on User's Feedback



how to check a file system type..

Answer / jatin

1) mount command
2) df -T

Is This Answer Correct ?    16 Yes 2 No

how to check a file system type..

Answer / laxman

#fstype /dev/dsk/c#T#d#s#

Is This Answer Correct ?    6 Yes 5 No

how to check a file system type..

Answer / subbu

mount command without options will gives you better answer

Is This Answer Correct ?    2 Yes 1 No

how to check a file system type..

Answer / laxman choudhary

#fstype /dev/dsk/c#t#d#

Is This Answer Correct ?    2 Yes 2 No

how to check a file system type..

Answer / manoj kumar

1) mount command
2)df -kh will give the percent wise mount points of the disk
file system

Is This Answer Correct ?    0 Yes 0 No

how to check a file system type..

Answer / subbu

1. df -T
Ex : Output

Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/hdb1 ext3 19228276 14737848 3513680 81% /
tmpfs tmpfs 383960 4 383956 1% /dev/shm

2.mount ---
Ex : Output

/dev/hdb1 on / type ext3 (rw,errors=remount-ro)
/dev/hdb2 on /home type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
automount(pid3558) on /data type autofs (rw,fd=4,pgrp=3558,minproto=2,maxproto=4)

Is This Answer Correct ?    1 Yes 1 No

how to check a file system type..

Answer / cece

cat /etc/default/fs
to know your default or local file system type in solaris or cat /etc/vfstab
and verify your mounted file systems and the types

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

What is rmdir command?

0 Answers  


How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?

4 Answers   HCL, Wipro,


Enlist some filename manipulation commands in unix.

0 Answers  


how to delete entire records in unix ?

13 Answers   Cap Gemini,


Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.

8 Answers   Concentrix, IBM, Symantec, TCS,






What is the use of the tee command?

0 Answers  


What is the use of egrep command in unix?

0 Answers  


How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks

6 Answers   Polaris, Tech Mahindra,


which command is used to identify the type of the file?

3 Answers  


what are processor execution levels and priorities?

2 Answers   Infosys,


What does grep v do?

0 Answers  


What does the command ' $who | sort –logfile > newfile' do?

0 Answers  


Categories