A little trick to find out exactly when you installed a Linux OS
Posted: Fri Aug 18, 2017 12:32 am
Assume that /dev/sda1 is your root partition, change it in the command if necessary:
Voila! Also works on separate home partitions--mine dates back to 2012.
Code: Select all
sudo dumpe2fs /dev/sda1 | grep 'Filesystem created:'