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

How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.

3 Answers   Amazon, MBA, Syntel, TCS, Unisys,


Is command prompt unix?

0 Answers  


how to check a file system type

7 Answers   Wipro,


Using unix command how to display no of records in oracle?

0 Answers  


What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14

8 Answers   3i Infotech, IBM,






What is the procedure of "at" and crontab" commands?

4 Answers  


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

0 Answers  


What is the comma to show the space allocation of files?

0 Answers  


If JFS file system is 100% full how we can increase the file system ?

3 Answers  


What difference between cmp and diff commands?

0 Answers  


What command is used to switching between users in unix?

0 Answers  


What is s and g in sed command?

0 Answers  


Categories