Differences

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

Link to this comparison view

server-administration:determine-filesystem-type [2011-06-27 21:43:32] (current)
garrett.plasky created
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}}