how to check a file system type

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is in grep command?

864


Which command can you use to find the currently running process in unix server?

798


What are some command words?

827


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

826


What is the difference between cat command and more command?

811


What is the use of cut command in unix?

962


Why is awk called awk?

787


What are grep patterns?

779


What is the general format of unix command syntax?

1366


Which command is used to find whether the system is 32 bit or 64 bit?

839


Explain command to display different lines that are found when compare two files?

897


Give the command for finding the current date.

776


Are you in or at the office?

844


How to display no of records in oracle using unix command?

814


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

988