Linux-Noob Forums

Full Version: how do i see what filesystem i have
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

q.

 

how do i see what filesystem i have

 

a.

 

type mount and look at the output :)

 

cheers

 

anyweb

 



Code:
[root@localhost root]# mount
/dev/hda2 on / type ext3 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/hda1 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
[root@localhost root]#