Difference between revisions of "Tune2fs"

From Useful Things
Jump to: navigation, search
(Created page with "== Find filesystem creation date == <pre> tune2fs -l /dev/sdX </pre> <code>-l</code> list the contents of the filesystem superblock, including the current values of the parame...")
 
(No difference)

Latest revision as of 03:30, 3 May 2015

Find filesystem creation date

tune2fs -l /dev/sdX

-l list the contents of the filesystem superblock, including the current values of the parameters that can be set via this program.