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 do chgrp command do?

589


What are awk commands?

582


What are file commands?

649


What is unix command?

581


Which unix command lists files/folders in alphabetical order?

614






How do I clear my terminal history?

581


What do chmod command do?

600


What are reported commands?

562


Name the various commands that are used for the user information in unix.

539


What is the use of egrep command in unix?

624


Explain mount and unmount command.

611


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

587


What does the command '$ls | wc –l > file1' do?

677


What command will change your prompt to myprompt?

697


What happens when we execute a unix command?

597