Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
General Linux > Get Started > Issue <<  303 of 376 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 2040
Last update: 07-21-04
Issue:
How do I find out the filesystem type of a disk or partition?
Resolution:
Issue the mount command without any arguments and a list will be produced of all the mounted filesystems on the system, including the filesystem type, mount location, and any mount options for each device.

An example:

 
$ mount
/dev/hda3 on / type ext3 (rw)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/hda1 on /boot type ext3 (rw)
      



How well did this entry answer your question?


good wrong incomplete out of date
General Linux > Get Started > Issue <<   303  of  376  >>