<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>usb flash drive Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/usb-flash-drive/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 13 Feb 2021 17:54:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to remove write protection from USB flash drives in Windows 10</title>
		<link>https://www.osradar.com/how-to-remove-write-protection-from-usb-flash-drives-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-remove-write-protection-from-usb-flash-drives-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Thu, 18 Feb 2021 22:50:00 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[remove write protection usb]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb flash drive]]></category>
		<category><![CDATA[usb read-only]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28521</guid>

					<description><![CDATA[<p>Hi, I recently inserted a USB flash drive into my computer for work. However, I could not manage it correctly. It did not allow me to delete or append new data. So I did some research and found out that it was write-protected. In other words, it was read-only as attributes. Therefore, its usefulness was [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-remove-write-protection-from-usb-flash-drives-in-windows-10/">How to remove write protection from USB flash drives in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hi, I recently inserted a USB flash drive into my computer for work. However, I could not manage it correctly. It did not allow me to delete or append new data. So I did some research and found out that it was write-protected. In other words, it was read-only as attributes. Therefore, its usefulness was limited. So I set myself the task of determining how to modify these permissions. So today we will see how to remove write protection from USB flash drives in <a href="https://www.osradar.com/category/windows/" target="_blank" rel="noreferrer noopener">Windows 10.</a></p>



<h2>Removing write protection from USB with DiskPart.</h2>



<p>There are many proposed methods. However, most of them derive from the use of DiskPart, so if this solution doesn&#8217;t work, then most of them won&#8217;t work either. Well, what we will do is to use this powerful disk manager built into Windows 10. With this in mind, press the Win+R combination. Once the box opens, please run the following command:</p>



<pre class="wp-block-preformatted">diskpart</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="399" height="206" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb.png" alt="" class="wp-image-28522" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb.png 399w, https://www.osradar.com/wp-content/uploads/2021/02/usb-300x155.png 300w" sizes="(max-width: 399px) 100vw, 399px" /></figure>



<p>Next, it is necessary to list all the disks present in the system. With this in mind, run the following command:</p>



<pre class="wp-block-preformatted">list disk</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="979" height="512" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb2.png" alt="Diskpart showing the disks installed in the system. " class="wp-image-28523" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb2.png 979w, https://www.osradar.com/wp-content/uploads/2021/02/usb2-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/usb2-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/usb2-696x364.png 696w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption>Diskpart showing the disks installed in the system.</figcaption></figure>



<p>As you can see in the image, there are two disks installed. In this case, the external memory corresponds to Disk 1, so it is necessary to select it. With this in mind, run the following command:</p>



<pre class="wp-block-preformatted">select disk 1</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="979" height="512" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb3.png" alt="Selecting the external memory" class="wp-image-28525" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb3.png 979w, https://www.osradar.com/wp-content/uploads/2021/02/usb3-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/usb3-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/usb3-696x364.png 696w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption>Selecting the external memory</figcaption></figure>



<p>Once the disk is selected, it is time to remove the read-only attribute. To do this, run the following command:</p>



<pre class="wp-block-preformatted">Attributes disk clear readonly</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="979" height="512" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb4.png" alt="" class="wp-image-28528" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb4.png 979w, https://www.osradar.com/wp-content/uploads/2021/02/usb4-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/usb4-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/usb4-696x364.png 696w" sizes="(max-width: 979px) 100vw, 979px" /></figure>



<p>It is now sufficient to remove the memory and insert it again.</p>



<h2>Using low-level formatting.</h2>



<p>If the above method does not work, there is still an option. For this, it is necessary to apply low-level formatting. Of course, this will erase all data present in memory. But at least we will be able to use it again. Consequently, we will use the HDD LLF app. This program is free, but it is possible to pay a fee to remove speed limitations. Specifically, the free version is limited to 180 GB per hour or 50 MB/s. Moreover, it is very light and portable. You can download it from <a href="http://hddguru.com/software/HDD-LLF-Low-Level-Format-Tool/HDDLLF.4.40.exe" target="_blank" rel="noreferrer noopener">here.</a> By executing it, you will be able to manage the payment. Otherwise, you can continue free of charge. In the interface, you will see the disks present. Please select the external memory.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="883" height="395" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb6.png" alt="Selecting the memory. " class="wp-image-28529" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb6.png 883w, https://www.osradar.com/wp-content/uploads/2021/02/usb6-300x134.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/usb6-768x344.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/usb6-696x311.png 696w" sizes="(max-width: 883px) 100vw, 883px" /><figcaption>Selecting the memory.</figcaption></figure>



<p>Next, click on the Low-level format tab. Here are a couple of formatting options. If you want to remove the write protection, and also correct any problems, then select Format this device. This involves complete low-level formatting. So it will take a little longer. If, on the other hand, you only want to remove the attribute, then check the quick formatting box.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="770" height="531" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb7.png" alt="" class="wp-image-28530" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb7.png 770w, https://www.osradar.com/wp-content/uploads/2021/02/usb7-300x207.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/usb7-768x530.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/usb7-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2021/02/usb7-696x480.png 696w" sizes="(max-width: 770px) 100vw, 770px" /></figure>



<p>Whatever your choice, you will eventually see this screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="770" height="531" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb8.png" alt="Low-level formatting successfully completed" class="wp-image-28531" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb8.png 770w, https://www.osradar.com/wp-content/uploads/2021/02/usb8-300x207.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/usb8-768x530.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/usb8-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2021/02/usb8-696x480.png 696w" sizes="(max-width: 770px) 100vw, 770px" /><figcaption>Low-level formatting successfully completed</figcaption></figure>



<p>Once again, it is necessary to reinsert the USB drive and check if the problem is solved. Okay, we have seen how to remove write protection from USB flash drives in Windows 10. In addition, we analyzed one option with a command line and another with third-party tools. See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-remove-write-protection-from-usb-flash-drives-in-windows-10/">How to remove write protection from USB flash drives in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-remove-write-protection-from-usb-flash-drives-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to repair a USB drive in Windows 10.</title>
		<link>https://www.osradar.com/how-to-repair-a-usb-drive-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-repair-a-usb-drive-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sun, 09 Aug 2020 21:41:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[chkdsk]]></category>
		<category><![CDATA[usb drive]]></category>
		<category><![CDATA[usb drive fix]]></category>
		<category><![CDATA[usb flash drive]]></category>
		<category><![CDATA[usb repair]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=22483</guid>

					<description><![CDATA[<p>Hi! USB sticks are undoubtedly very functional elements for working in Windows 10. Indeed, their use ranges from file management to creating boot media. However, at some point, it is likely that the USB media will have errors. Most likely the damage is at the hardware level or at a logical level. In the first [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-repair-a-usb-drive-in-windows-10/">How to repair a USB drive in Windows 10.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hi! USB sticks are undoubtedly very functional elements for working in Windows 10. Indeed, their use ranges from file management to creating boot media. However, at some point, it is likely that the USB media will have errors. Most likely the damage is at the hardware level or at a logical level. In the first case, you will most likely have to discard it. However, errors on a logical level imply damage to the sectors of the USB stick. In this case, Windows has the option to try to recover the correct functioning of the USB. In this way, we can recover the hosted information. Well, come along to see how to repair a USB drive in Windows 10.</p>



<h2>How to fix a USB drive using the graphical method</h2>



<p>For this method, we will use the context menu of the USB drive. The first thing you have to do is open the file browser by pressing the Win+E combination. Then right-click on the USB drive and select <strong>Properties.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="788" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/08/usb-1024x788.png" alt="Enter the properties of the USB drive" class="wp-image-22484" srcset="https://www.osradar.com/wp-content/uploads/2020/08/usb-1024x788.png 1024w, https://www.osradar.com/wp-content/uploads/2020/08/usb-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/08/usb-768x591.png 768w, https://www.osradar.com/wp-content/uploads/2020/08/usb-696x536.png 696w, https://www.osradar.com/wp-content/uploads/2020/08/usb-1068x822.png 1068w, https://www.osradar.com/wp-content/uploads/2020/08/usb.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Enter the properties of the USB drive</figcaption></figure>



<p>A window will immediately pop up. Once there, please select the <strong>Tools</strong> tab. Then click on <strong>Check.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="363" height="499" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/08/usb2.png" alt="Please click on Check. " class="wp-image-22486" srcset="https://www.osradar.com/wp-content/uploads/2020/08/usb2.png 363w, https://www.osradar.com/wp-content/uploads/2020/08/usb2-218x300.png 218w" sizes="(max-width: 363px) 100vw, 363px" /><figcaption>Please click on Check.</figcaption></figure>



<p>In the next window, just click on <strong>Scan and repair drive.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="542" height="231" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/08/usb3.png" alt="Start scanning the USB drive" class="wp-image-22489" srcset="https://www.osradar.com/wp-content/uploads/2020/08/usb3.png 542w, https://www.osradar.com/wp-content/uploads/2020/08/usb3-300x128.png 300w" sizes="(max-width: 542px) 100vw, 542px" /><figcaption>Start scanning the USB drive</figcaption></figure>



<p>This will begin to scan the unit and repair any errors it may contain. After a few moments, the process will have been successfully completed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="352" height="199" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/08/usb4.png" alt="" class="wp-image-22491" srcset="https://www.osradar.com/wp-content/uploads/2020/08/usb4.png 352w, https://www.osradar.com/wp-content/uploads/2020/08/usb4-300x170.png 300w" sizes="(max-width: 352px) 100vw, 352px" /></figure>



<h2>How to rfix a USB drive using the CMD in Windows 10</h2>



<p>We&#8217;ve talked about Command Prompt before. In effect, this console allows you to manage various administrative tasks. In addition, it also performs support tasks at the application and hardware level. For this particular case, we will use the <em>chkdsk </em>tool. Through it, Check Disk is invoked which checks the file system and the metadata of a volume. Consequently, it looks for logical and physical errors in the drive. This time we will use the tool together with the /f /r parameters. This way it is possible to detect the damage and try to repair it. The syntax is as follows:</p>



<pre class="wp-block-preformatted">chkdsk /f /R Unit:</pre>



<p>Please remember to write the letter assigned to the unit. It then opens a CMD with administrative privileges. With this intention, please type CMD in the search bar.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="792" height="638" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/08/usb5.png" alt="Runs a CMD with administrative privileges" class="wp-image-22492" srcset="https://www.osradar.com/wp-content/uploads/2020/08/usb5.png 792w, https://www.osradar.com/wp-content/uploads/2020/08/usb5-300x242.png 300w, https://www.osradar.com/wp-content/uploads/2020/08/usb5-768x619.png 768w, https://www.osradar.com/wp-content/uploads/2020/08/usb5-696x561.png 696w" sizes="(max-width: 792px) 100vw, 792px" /><figcaption>Runs a CMD with administrative privileges</figcaption></figure>



<p>After entering the command, the examination of the unit will begin. The duration of the scan will depend on your system and the size of the USB drive.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/08/usb6-1024x787.png" alt="CHKDSK running the analysis of the USB drive." class="wp-image-22493" srcset="https://www.osradar.com/wp-content/uploads/2020/08/usb6-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/08/usb6-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/08/usb6-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/08/usb6-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/08/usb6-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/08/usb6-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/08/usb6.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>CHKDSK running the analysis of the USB drive.</figcaption></figure>



<p>At the end of the day, we have seen how to repair a USB drive in <a href="https://www.microsoft.com/en-us/software-download/windows10" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">Windows 10</a>. Please note that these tools will work if there is logical damage to the drive. But, most likely they will work and you will be able to retrieve information from the drive. All right, that&#8217;s it for today. Before I say goodbye I invite you to see our post about the <a href="https://www.osradar.com/how-to-open-windows-10-mobility-center/" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">Mobility Center</a> on Windows 10. So long!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-repair-a-usb-drive-in-windows-10/">How to repair a USB drive in Windows 10.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-repair-a-usb-drive-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
