<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: DEBUGFS Command &#8211; Show File Creation Times in Linux	</title>
	<atom:link href="https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 22:27:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Lorell Hathcock		</title>
		<link>https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-1152921</link>

		<dc:creator><![CDATA[Lorell Hathcock]]></dc:creator>
		<pubDate>Thu, 16 May 2019 05:10:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29210#comment-1152921</guid>

					<description><![CDATA[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?]]></description>
			<content:encoded><![CDATA[<p>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?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JohannesB		</title>
		<link>https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-1106750</link>

		<dc:creator><![CDATA[JohannesB]]></dc:creator>
		<pubDate>Fri, 01 Mar 2019 15:49:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29210#comment-1106750</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-987407&quot;&gt;Peter Leung&lt;/a&gt;.

@Peter: 

You left out the  around the inode number, which causes this ext2_lookup error message, also on ext4]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-987407">Peter Leung</a>.</p>
<p>@Peter: </p>
<p>You left out the  around the inode number, which causes this ext2_lookup error message, also on ext4</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-990228</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 07 May 2018 18:46:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29210#comment-990228</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-989509&quot;&gt;pezcurrel&lt;/a&gt;.

@pezcurrel

Many thanks for sharing this useful info.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-989509">pezcurrel</a>.</p>
<p>@pezcurrel</p>
<p>Many thanks for sharing this useful info.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: pezcurrel		</title>
		<link>https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-989509</link>

		<dc:creator><![CDATA[pezcurrel]]></dc:creator>
		<pubDate>Sat, 05 May 2018 09:34:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29210#comment-989509</guid>

					<description><![CDATA[As of (at least) &lt;strong&gt;e2fsprogs&lt;/strong&gt; version 1.44.1 there&#039;s no need to find out the inode number in advance, you can pass the file path itself omitting the &lt;em&gt;&quot;&quot;&lt;/em&gt;, like this...
&lt;pre&gt;
$ sudo debugfs -R &#039;stat /path/to/file&#039; /dev/sdxX
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>As of (at least) <strong>e2fsprogs</strong> version 1.44.1 there&#8217;s no need to find out the inode number in advance, you can pass the file path itself omitting the <em>&#8220;&#8221;</em>, like this&#8230;</p>
<pre>
$ sudo debugfs -R 'stat /path/to/file' /dev/sdxX
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-988936</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 03 May 2018 07:56:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29210#comment-988936</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-988479&quot;&gt;Ievgen Sobko&lt;/a&gt;.

@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.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/debugfs-command-show-file-creation-time-in-linux/comment-page-1/#comment-988479">Ievgen Sobko</a>.</p>
<p>@levgen</p>
<p>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.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
