Tune2fs
From Useful Things
Revision as of 03:30, 3 May 2015 by Milosivanovic (talk | contribs) (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...")
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.