<?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: Install Linux from USB Device or Boot into Live Mode Using Unetbootin and dd Command	</title>
	<atom:link href="https://www.tecmint.com/install-linux-from-usb-device/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-linux-from-usb-device/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 22:43:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: dreis911		</title>
		<link>https://www.tecmint.com/install-linux-from-usb-device/comment-page-1/#comment-1366653</link>

		<dc:creator><![CDATA[dreis911]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 10:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4114#comment-1366653</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-linux-from-usb-device/comment-page-1/#comment-857461&quot;&gt;HimanshuGupta&lt;/a&gt;.

Have you tried to put each ISO into a different USB (that is: 3 USB drives)?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-linux-from-usb-device/comment-page-1/#comment-857461">HimanshuGupta</a>.</p>
<p>Have you tried to put each ISO into a different USB (that is: 3 USB drives)?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/install-linux-from-usb-device/comment-page-1/#comment-1364341</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Tue, 15 Sep 2020 21:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4114#comment-1364341</guid>

					<description><![CDATA[Rule #1 of working with storage devices is that before doing anything else, BACK UP your device, whether it is a USB, an HDD, or an SSD.  Better yet, back up ALL your devices.  You will be able to restore the data on your device in case you make an incorrect device assignment or issue an incorrect command.]]></description>
			<content:encoded><![CDATA[<p>Rule #1 of working with storage devices is that before doing anything else, BACK UP your device, whether it is a USB, an HDD, or an SSD.  Better yet, back up ALL your devices.  You will be able to restore the data on your device in case you make an incorrect device assignment or issue an incorrect command.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Elisha Abuyah		</title>
		<link>https://www.tecmint.com/install-linux-from-usb-device/comment-page-1/#comment-1362420</link>

		<dc:creator><![CDATA[Elisha Abuyah]]></dc:creator>
		<pubDate>Thu, 10 Sep 2020 16:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4114#comment-1362420</guid>

					<description><![CDATA[Thanks for another great article! As you say, there&#039;s no room for error: If you input the wrong device name for your USB, you will accidentally wipe your HDD. So, before I plug in the USB, I run the command `&lt;code&gt;sudo dmesg -wH&lt;/code&gt;`, and I watch the kernel messages scroll by because that tells me the correct device name, e.g., `&lt;code&gt;/dev/sdc&lt;/code&gt;`. 

Afterward, I always double-check by running `&lt;strong&gt;lsblk&lt;/strong&gt;` or `&lt;strong&gt;df -hT&lt;/strong&gt;` to make certain that I&#039;m targeting the correct USB drive. Then I `&lt;strong&gt;umount&lt;/strong&gt;` the device. I use `&lt;strong&gt;dd&lt;/strong&gt;` with some additional options. 

Here&#039;s an example:
&lt;pre&gt;
$ sudo dd if=Fedora-LXDE-Live-x86_64-28-1.1.iso of=/dev/sdc bs=8M status=progress oflag=direct
&lt;/pre&gt;
where `&lt;strong&gt;status=progress&lt;/strong&gt;` shows periodic transfer statistics and `&lt;strong&gt;oflag=direct&lt;/strong&gt;` uses direct I/O for data. Lastly I run `&lt;strong&gt;sync&lt;/strong&gt;`.]]></description>
			<content:encoded><![CDATA[<p>Thanks for another great article! As you say, there&#8217;s no room for error: If you input the wrong device name for your USB, you will accidentally wipe your HDD. So, before I plug in the USB, I run the command `<code>sudo dmesg -wH</code>`, and I watch the kernel messages scroll by because that tells me the correct device name, e.g., `<code>/dev/sdc</code>`. </p>
<p>Afterward, I always double-check by running `<strong>lsblk</strong>` or `<strong>df -hT</strong>` to make certain that I&#8217;m targeting the correct USB drive. Then I `<strong>umount</strong>` the device. I use `<strong>dd</strong>` with some additional options. </p>
<p>Here&#8217;s an example:</p>
<pre>
$ sudo dd if=Fedora-LXDE-Live-x86_64-28-1.1.iso of=/dev/sdc bs=8M status=progress oflag=direct
</pre>
<p>where `<strong>status=progress</strong>` shows periodic transfer statistics and `<strong>oflag=direct</strong>` uses direct I/O for data. Lastly I run `<strong>sync</strong>`.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Satyam Singh Virat		</title>
		<link>https://www.tecmint.com/install-linux-from-usb-device/comment-page-1/#comment-1352402</link>

		<dc:creator><![CDATA[Satyam Singh Virat]]></dc:creator>
		<pubDate>Wed, 12 Aug 2020 09:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4114#comment-1352402</guid>

					<description><![CDATA[That was very helpful. Thanks for the info.]]></description>
			<content:encoded><![CDATA[<p>That was very helpful. Thanks for the info.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: patricia l		</title>
		<link>https://www.tecmint.com/install-linux-from-usb-device/comment-page-1/#comment-919183</link>

		<dc:creator><![CDATA[patricia l]]></dc:creator>
		<pubDate>Thu, 05 Oct 2017 09:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4114#comment-919183</guid>

					<description><![CDATA[how can we do when our laptop screen unreadable and need an external monitor to see what I am doing.]]></description>
			<content:encoded><![CDATA[<p>how can we do when our laptop screen unreadable and need an external monitor to see what I am doing.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
