<?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: fdupes &#8211; A Command Line Tool to Find and Delete Duplicate Files in Linux	</title>
	<atom:link href="https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 30 Sep 2024 04:30:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/comment-page-1/#comment-2222071</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 30 Sep 2024 04:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15119#comment-2222071</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/comment-page-1/#comment-2221541&quot;&gt;Tony&lt;/a&gt;.

@Tony,

Yes, you can specify the other drives by providing their mount points or directories as arguments when running fdupes.
&lt;pre&gt;
fdupes /mnt/drive1 /mnt/drive2 /mnt/drive3
&lt;/pre&gt;
This will scan all specified drives.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/comment-page-1/#comment-2221541">Tony</a>.</p>
<p>@Tony,</p>
<p>Yes, you can specify the other drives by providing their mount points or directories as arguments when running fdupes.</p>
<pre>
fdupes /mnt/drive1 /mnt/drive2 /mnt/drive3
</pre>
<p>This will scan all specified drives.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony		</title>
		<link>https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/comment-page-1/#comment-2221541</link>

		<dc:creator><![CDATA[Tony]]></dc:creator>
		<pubDate>Sat, 28 Sep 2024 15:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15119#comment-2221541</guid>

					<description><![CDATA[Hello,

I have three HDDs on my system, but it seems that &lt;strong&gt;fdupes&lt;/strong&gt; only accesses the system drive &lt;strong&gt;(/sda)&lt;/strong&gt;. Is there a way to get &lt;strong&gt;fdupes&lt;/strong&gt; to scan the other drives as well?

Regards,
Tony]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I have three HDDs on my system, but it seems that <strong>fdupes</strong> only accesses the system drive <strong>(/sda)</strong>. Is there a way to get <strong>fdupes</strong> to scan the other drives as well?</p>
<p>Regards,<br />
Tony</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James Baxter		</title>
		<link>https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/comment-page-1/#comment-2173076</link>

		<dc:creator><![CDATA[James Baxter]]></dc:creator>
		<pubDate>Wed, 22 May 2024 19:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15119#comment-2173076</guid>

					<description><![CDATA[I am James. I have been looking at this and copying and pasting a lot of items, but I am not getting anywhere. After going through this, can you help?

&#062; Note: Please use the saved script below for removal, not the above output.
&lt;pre&gt;
==&#062; In total, 15,085 files were scanned, of which 9,221 are duplicates in 1,627 groups.
==&#062; This equals 343.72 GB of duplicates which could be removed.
==&#062; 2,828 other suspicious items found, which may vary in size.
==&#062; Scanning took a total of 4h 32m 33.995s.
Wrote a JSON file to: /home/james/rmlint.json
Wrote a SH file to: /home/james/rmlint.sh
&lt;/pre&gt;
I think this is the 2nd part that I have copied and pasted. May 22, 2024:
&lt;pre&gt;
/home/james/.mozilla/firefox/63dm9l4n.default-release/storage/default/https+++go.games4grandma.com/ls/usage
/home/james/.mozilla/firefox/63dm9l4n.default-release/storage/default/https+++support.google.com/ls/usage

/home/james/rmlint.2024-05-13T00:46:55Z.sh
/home/james/rmlint.2024-05-13T01:29:40Z.sh
/home/james/rmlint.2024-05-13T01:32:53Z.sh
/home/james/rmlint.2024-05-13T01:36:44Z.sh

/home/james/.thunderbird/74y4qawf.default-release/crashes/store.json.mozlz4
/home/james/.mozilla/firefox/63dm9l4n.default-release/crashes/store.json.mozlz4

/home/james/USB STICK/.mozilla/firefox/bjbrigvv.default-release/Telemetry.FailedProfileLocks.txt
/home/james/.config/libreoffice/4/user/extensions/shared/lastsynchronized
/home/james/.config/libreoffice/4/user/extensions/bundled/lastsynchronized

&lt;/pre&gt;

I hope this helps!]]></description>
			<content:encoded><![CDATA[<p>I am James. I have been looking at this and copying and pasting a lot of items, but I am not getting anywhere. After going through this, can you help?</p>
<p>&gt; Note: Please use the saved script below for removal, not the above output.</p>
<pre>
==&gt; In total, 15,085 files were scanned, of which 9,221 are duplicates in 1,627 groups.
==&gt; This equals 343.72 GB of duplicates which could be removed.
==&gt; 2,828 other suspicious items found, which may vary in size.
==&gt; Scanning took a total of 4h 32m 33.995s.
Wrote a JSON file to: /home/james/rmlint.json
Wrote a SH file to: /home/james/rmlint.sh
</pre>
<p>I think this is the 2nd part that I have copied and pasted. May 22, 2024:</p>
<pre>
/home/james/.mozilla/firefox/63dm9l4n.default-release/storage/default/https+++go.games4grandma.com/ls/usage
/home/james/.mozilla/firefox/63dm9l4n.default-release/storage/default/https+++support.google.com/ls/usage

/home/james/rmlint.2024-05-13T00:46:55Z.sh
/home/james/rmlint.2024-05-13T01:29:40Z.sh
/home/james/rmlint.2024-05-13T01:32:53Z.sh
/home/james/rmlint.2024-05-13T01:36:44Z.sh

/home/james/.thunderbird/74y4qawf.default-release/crashes/store.json.mozlz4
/home/james/.mozilla/firefox/63dm9l4n.default-release/crashes/store.json.mozlz4

/home/james/USB STICK/.mozilla/firefox/bjbrigvv.default-release/Telemetry.FailedProfileLocks.txt
/home/james/.config/libreoffice/4/user/extensions/shared/lastsynchronized
/home/james/.config/libreoffice/4/user/extensions/bundled/lastsynchronized

</pre>
<p>I hope this helps!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/comment-page-1/#comment-2113320</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 11 Dec 2023 04:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15119#comment-2113320</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/comment-page-1/#comment-2112801&quot;&gt;Antonio&lt;/a&gt;.

@Antonio,

It seems there might be a misunderstanding about how fdupes processes the directories. The order of the output isn&#039;t necessarily tied to the order of the directories specified in the command. Instead, fdupes scans all the directories simultaneously and then lists the duplicates collectively, regardless of their original directory.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/comment-page-1/#comment-2112801">Antonio</a>.</p>
<p>@Antonio,</p>
<p>It seems there might be a misunderstanding about how fdupes processes the directories. The order of the output isn&#8217;t necessarily tied to the order of the directories specified in the command. Instead, fdupes scans all the directories simultaneously and then lists the duplicates collectively, regardless of their original directory.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio		</title>
		<link>https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/comment-page-1/#comment-2112801</link>

		<dc:creator><![CDATA[Antonio]]></dc:creator>
		<pubDate>Sat, 09 Dec 2023 20:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15119#comment-2112801</guid>

					<description><![CDATA[Hello, and thank you for the insightful guide on using fdupes for managing duplicate files. I&#039;ve found the information extremely helpful. However, I&#039;ve encountered some unexpected behavior that I&#039;m struggling to understand.

I recently executed the command:
&lt;pre&gt;
bash
fdupes -Sr /path1/to/directory_1 /path2/to/directory_2
&lt;/pre&gt;
My expectation was that the output would prioritize listing duplicate files in &lt;strong&gt;/path1/to/directory_1&lt;/strong&gt; first, followed by duplicates in &lt;strong&gt;/path2/to/directory_2&lt;/strong&gt;, based on the order in which the directories are specified in the command. But this isn&#039;t what&#039;s happening.

Instead, the order of the output doesn&#039;t seem to align with the order of the directory paths provided in the command. This is intriguing, as I was under the impression that fdupes would process the directories sequentially based on their order in the command line.]]></description>
			<content:encoded><![CDATA[<p>Hello, and thank you for the insightful guide on using fdupes for managing duplicate files. I&#8217;ve found the information extremely helpful. However, I&#8217;ve encountered some unexpected behavior that I&#8217;m struggling to understand.</p>
<p>I recently executed the command:</p>
<pre>
bash
fdupes -Sr /path1/to/directory_1 /path2/to/directory_2
</pre>
<p>My expectation was that the output would prioritize listing duplicate files in <strong>/path1/to/directory_1</strong> first, followed by duplicates in <strong>/path2/to/directory_2</strong>, based on the order in which the directories are specified in the command. But this isn&#8217;t what&#8217;s happening.</p>
<p>Instead, the order of the output doesn&#8217;t seem to align with the order of the directory paths provided in the command. This is intriguing, as I was under the impression that fdupes would process the directories sequentially based on their order in the command line.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
