Get mounted partitions
$ sudo mount -l
Get creation date of file
$ debugfs -R 'stat <path_to_file>' <momunted_partition_path>
momunted_partition_path
is the partition mouting path of path_file
Get mounted partitions
$ sudo mount -l
Get creation date of file
$ debugfs -R 'stat <path_to_file>' <momunted_partition_path>
momunted_partition_path
is the partition mouting path of path_file