Comments on: DEBUGFS Command – Show File Creation Times in Linux https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 22:27:28 +0000 hourly 1 By: Lorell Hathcock https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-1152921 Thu, 16 May 2019 05:10:41 +0000 https://www.tecmint.com/?p=29210#comment-1152921 Does this work on files that were created on a different server but have been copied to the server where I can issue the above commands on CLI?

]]>
By: JohannesB https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-1106750 Fri, 01 Mar 2019 15:49:25 +0000 https://www.tecmint.com/?p=29210#comment-1106750 In reply to Peter Leung.

@Peter:

You left out the around the inode number, which causes this ext2_lookup error message, also on ext4

]]>
By: Aaron Kili https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-990228 Mon, 07 May 2018 18:46:41 +0000 https://www.tecmint.com/?p=29210#comment-990228 In reply to pezcurrel.

@pezcurrel

Many thanks for sharing this useful info.

]]>
By: pezcurrel https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-989509 Sat, 05 May 2018 09:34:39 +0000 https://www.tecmint.com/?p=29210#comment-989509 As of (at least) e2fsprogs version 1.44.1 there’s no need to find out the inode number in advance, you can pass the file path itself omitting the “”, like this…

$ sudo debugfs -R 'stat /path/to/file' /dev/sdxX
]]>
By: Aaron Kili https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-988936 Thu, 03 May 2018 07:56:48 +0000 https://www.tecmint.com/?p=29210#comment-988936 In reply to Ievgen Sobko.

@levgen

This is a correct observation, may be the time on the test machine was not correct, we will find more about this, using a new file.

]]>