no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


server-administration:determine-filesystem-type [2011-06-27 14:43:32] (current) – created garrett.plasky
Line 1: Line 1:
 +====== How to Determine the Filesystem Type of a Partition ======
  
 +The following command will show you the filesystem type of a partition on a physical disk, LVM, or flat file disk image.
 +
 +<sxh shell>blkid /dev/sda1</sxh>
 +
 +Read the man page for <c>blkid</c> to see how else it can be used to get the information you're looking for.
 +
 +
 +{{tag>console how-to linux}}