<?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>gHacks technology news &#187; usb device</title>
	<atom:link href="http://www.ghacks.net/tag/usb-device/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Sat, 07 Nov 2009 03:28:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Encrypting USB Devices Data With True Crypt</title>
		<link>http://www.ghacks.net/2008/12/14/encrypting-usb-devices-data-with-true-crypt/</link>
		<comments>http://www.ghacks.net/2008/12/14/encrypting-usb-devices-data-with-true-crypt/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 11:52:57 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[data storage]]></category>
		<category><![CDATA[decrypt data]]></category>
		<category><![CDATA[file encryption]]></category>
		<category><![CDATA[protect data]]></category>
		<category><![CDATA[protect files]]></category>
		<category><![CDATA[secure data]]></category>
		<category><![CDATA[true-crypt]]></category>
		<category><![CDATA[usb device]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9001</guid>
		<description><![CDATA[If you do not want to end like British government officials who lose USB devices with unencrypted data in front of pubs you might want to consider encrypting the data so that it cannot be recovered if the USB device would be lost. It is not entirely true that the data cannot be recovered but [...]]]></description>
			<content:encoded><![CDATA[<p>If you do not want to end like British government officials who lose USB devices with unencrypted data in front of pubs you might want to consider encrypting the data so that it cannot be recovered if the USB device would be lost. It is not entirely true that the data cannot be recovered but if you choose a long password and make sure to pick a safe encryption algorithm then you are on the protected side for now as it would take years to brute force the password.</p>
<p><a href="http://www.ghacks.net/tag/true-crypt/">True Crypt</a> is an Open-Source software that can be used to create encrypted containers on devices. One of the major advantages of True Crypt is that it can be used as a portable application which means that you can copy the True Crypt files on the USB device so that the software does not have to be installed on the computer system where the data is needed.</p>
<p>There is however the requirement that the user who wants to mount the True Crypt volume to get access to the data needs to have administrative rights to run the software. That is however the only requirement.</p>
<p><span id="more-9001"></span>Download the <a href="http://www.truecrypt.org/">True Crypt</a> software and run the setup. The setup displays options to install or extract the contents. Choose the extract option and pick the USB device as the target. All the files needed to encrypt and decrypt data will be extracted to the USB device.</p>
<p>Run truecrypt.exe afterwards. We need to create an encrypted container on the USB device that can store the data that we want to protect. It is limited to the free space on the USB device.</p>
<p>Click on Create Volume in the main interface and select the option to create an encrypted file container. Use the standard volume type in the next screen. Now browse to the USB device and pick a random filename that should be used as the container. You can use any name or extension, it does not really matter, for example test.avi, test.txt or bigrar.rar.</p>
<p>Pick an encryption algorithm (AES is fine and fast) and a Hash Algorithm (SJA-512) and define the space on the device that you want to assign. Select a password (20+ chars are recommended, the more the securer). The volume (in this case the space that you have selected) will be formatted. Move the mouse around to create random information and click the format button in the end.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/true_crypt_format-500x300.jpg" alt="true crypt format" title="true crypt format" width="500" height="300" class="alignnone size-medium wp-image-9002" /></p>
<p>This completes the creation of the encrypted container on the device. You need to mount it whenever you are going to use it. This is done by executing True Crypt from the USB device, picking a drive letter and selecting the file that contains the encrypted container.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/true_crypt-500x184.jpg" alt="true crypt" title="true crypt" width="500" height="184" class="alignnone size-medium wp-image-9003" /></p>
<p>The last step would be to click on mount to enter the password that is needed for the data decryption.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/true_crypt_mount.jpg" alt="true crypt mount" title="true crypt mount" width="426" height="135" class="alignnone size-full wp-image-9004" /></p>
<p>The data will be secure whenever the container is not mounted on the computer system. That&#8217;s one of the safest ways of transporting data from location A to B. Got any questions? Let me know.</p>

	Tags: <a href="http://www.ghacks.net/tag/data-storage/" title="data storage" rel="tag">data storage</a>, <a href="http://www.ghacks.net/tag/decrypt-data/" title="decrypt data" rel="tag">decrypt data</a>, <a href="http://www.ghacks.net/tag/file-encryption/" title="file encryption" rel="tag">file encryption</a>, <a href="http://www.ghacks.net/tag/protect-data/" title="protect data" rel="tag">protect data</a>, <a href="http://www.ghacks.net/tag/protect-files/" title="protect files" rel="tag">protect files</a>, <a href="http://www.ghacks.net/tag/secure-data/" title="secure data" rel="tag">secure data</a>, <a href="http://www.ghacks.net/tag/true-crypt/" title="true-crypt" rel="tag">true-crypt</a>, <a href="http://www.ghacks.net/tag/usb-device/" title="usb device" rel="tag">usb device</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/02/true-crypt-61-released/" title="True Crypt 6.1 Released (November 2, 2008)">True Crypt 6.1 Released</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/09/16/protect-your-data-from-physical-access/" title="Protect your data from physical access (September 16, 2007)">Protect your data from physical access</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/11/password-protect-files/" title="Password Protect Files (February 11, 2009)">Password Protect Files</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/10/13/zoogmo-secure-peer-to-peer-backups/" title="Zoogmo Secure Peer To Peer Backups (October 13, 2007)">Zoogmo Secure Peer To Peer Backups</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/04/16/use-any-usb-20-device-for-readyboost-in-vista/" title="Use any USB 2.0 Device for Readyboost in Vista (April 16, 2007)">Use any USB 2.0 Device for Readyboost in Vista</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/14/encrypting-usb-devices-data-with-true-crypt/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>USB Lost and Found</title>
		<link>http://www.ghacks.net/2008/11/08/usb-lost-and-found/</link>
		<comments>http://www.ghacks.net/2008/11/08/usb-lost-and-found/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 08:42:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[security-software]]></category>
		<category><![CDATA[usb device]]></category>
		<category><![CDATA[usb lost and found]]></category>
		<category><![CDATA[usb protection]]></category>
		<category><![CDATA[usb software]]></category>
		<category><![CDATA[usb stick]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8155</guid>
		<description><![CDATA[USB Lost And Found is a software program that provides an interesting way to inform a finder of an USB stick about the rightful owner. Something that might come in quite handy for British government officials and citizens working in IT. The free version can be configured to display a message that is linked to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://zone-dev.com/usblaf.php">USB Lost And Found</a> is a software program that provides an interesting way to inform a finder of an USB stick about the rightful owner. Something that might come in quite handy for British government officials and citizens working in IT. The free version can be configured to display a message that is linked to the devices autoplay mechanism.</p>
<p>The owner of the USB stick can set it to display an email address or phone number that will be revealed when the finder double-clicks the drive or autostart kicks in. The protection is basic and does not keep anyone from fiddling around with the files if they are proficient enough to do that. It is still possible to copy files from the USB device in the same operating system.</p>
<p>It is therefor more of a friendly reminder than a protection that would keep users &#8220;who really want the data&#8221; away. The software program basically increases the chance that the USB stick will be returned to its rightful owner.</p>
<p><span id="more-8155"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/11/usb_drive-500x93.jpg" alt="" title="usb drive" width="500" height="93" class="alignnone size-medium wp-image-8156" /></p>
<p>USB Lost and Found comes in a Pro version as well which adds one interesting additional feature. The Lock Down feature will lock the computer completely if the USB drive is accessed displaying a similar message with the owner&#8217;s contact information and a password form.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/11/usb_lost_and_found.jpg" alt="" title="usb lost and found" width="329" height="238" class="alignnone size-medium wp-image-8157" /></p>
<p>The password is selected during the setup of the protection. The best case scenario would be this. User A loses his USB device, maybe near a <a href="http://www.ghacks.net/2008/11/03/another-usb-stick-with-important-data-lost-in-the-uk/">Brewers Fayre chain pub</a> in Cannock, Staffordshire. User B walks along and finds the USB device, decides to connect it to his computer to see if he can find any information on the rightful owner. Or confidential government data that might be worth a ton.</p>
<p>After clicking on the USB device in Windows he will either be greeted with the Please return message or he will witness a computer lockdown displaying the password box and the phone number or email address that he has to call  / write to to unlock the computer again.</p>
<p>User B will call, User A will either tell him the password directly or agree to meet User B to receive the USB stick in person giving him the password then. Worst case scenario is that a Linux or Mac OS user finds the USB device.</p>

	Tags: <a href="http://www.ghacks.net/tag/security-software/" title="security-software" rel="tag">security-software</a>, <a href="http://www.ghacks.net/tag/usb-device/" title="usb device" rel="tag">usb device</a>, <a href="http://www.ghacks.net/tag/usb-lost-and-found/" title="usb lost and found" rel="tag">usb lost and found</a>, <a href="http://www.ghacks.net/tag/usb-protection/" title="usb protection" rel="tag">usb protection</a>, <a href="http://www.ghacks.net/tag/usb-software/" title="usb software" rel="tag">usb software</a>, <a href="http://www.ghacks.net/tag/usb-stick/" title="usb stick" rel="tag">usb stick</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/20/windows-registry-watcher/" title="Windows Registry Watcher (March 20, 2009)">Windows Registry Watcher</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/05/29/windows-defender/" title="Windows Defender (May 29, 2009)">Windows Defender</a> (11)</li>
	<li><a href="http://www.ghacks.net/2009/08/29/use-usb-flash-drives-to-lock-windows/" title="Use USB Flash Drives To Lock Windows (August 29, 2009)">Use USB Flash Drives To Lock Windows</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/10/10/usb-syncer/" title="USB Syncer (October 10, 2008)">USB Syncer</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/10/01/trend-micro-rootkitbuster/" title="Trend Micro RootkitBuster (October 1, 2009)">Trend Micro RootkitBuster</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/08/usb-lost-and-found/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Another USB Stick With Important Data Lost In The UK</title>
		<link>http://www.ghacks.net/2008/11/03/another-usb-stick-with-important-data-lost-in-the-uk/</link>
		<comments>http://www.ghacks.net/2008/11/03/another-usb-stick-with-important-data-lost-in-the-uk/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 15:55:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[data loss]]></category>
		<category><![CDATA[gordon brown]]></category>
		<category><![CDATA[great britain]]></category>
		<category><![CDATA[uk]]></category>
		<category><![CDATA[united kingdom]]></category>
		<category><![CDATA[usb device]]></category>
		<category><![CDATA[usb stick]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8033</guid>
		<description><![CDATA[Living in the United Kingdom has one major downside which became apparent in the last years. The government likes to collect all sorts of data about their citizens but seems incapable of securing that data. Laptops, USB sticks and other data sources get lost regularly and reveal important information about British citizens to its finders.
The [...]]]></description>
			<content:encoded><![CDATA[<p>Living in the United Kingdom has one major downside which became apparent in the last years. The government likes to collect all sorts of data about their citizens but seems incapable of securing that data. Laptops, USB sticks and other data sources get lost regularly and reveal important information about British citizens to its finders.</p>
<p>The last incident came to light this Sunday. The <a href="http://www.timesonline.co.uk/tol/news/politics/article5065795.ece">Times Online</a> is reporting that an USB Stick was found outside a Brewers Fayre chain pub in Cannock, Staffordshire which contained confidential passwords, security software and the source code of the Government Gateway. The data on the stick could be used to access the personal details of more than 12 million individuals who registered on the system including names, addresses, national insurance numbers, credit card information or passwords.</p>
<p>The system had been shut down shortly after the USB stick was found (again) to protect the data of the citizens. According to government officials the system has not been breached by then. Even more pressing than the discovery of the data on the stick is the source code which could be used to exploit the system to a much larger extent.</p>
<p><span id="more-8033"></span>Investigations are in full swing and should reveal additional information soon. Gordon Brown commented on the incident with the words: “It is important to recognize we cannot promise that every single item of information will always be safe because mistakes are made by human beings.&#8221;</p>

	Tags: <a href="http://www.ghacks.net/tag/data-loss/" title="data loss" rel="tag">data loss</a>, <a href="http://www.ghacks.net/tag/gordon-brown/" title="gordon brown" rel="tag">gordon brown</a>, <a href="http://www.ghacks.net/tag/great-britain/" title="great britain" rel="tag">great britain</a>, <a href="http://www.ghacks.net/tag/uk/" title="uk" rel="tag">uk</a>, <a href="http://www.ghacks.net/tag/united-kingdom/" title="united kingdom" rel="tag">united kingdom</a>, <a href="http://www.ghacks.net/tag/usb-device/" title="usb device" rel="tag">usb device</a>, <a href="http://www.ghacks.net/tag/usb-stick/" title="usb stick" rel="tag">usb stick</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/08/usb-lost-and-found/" title="USB Lost and Found (November 8, 2008)">USB Lost and Found</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/07/24/next-round-in-uk-filesharing-madness/" title="Next Round In UK Filesharing Madness (July 24, 2008)">Next Round In UK Filesharing Madness</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/12/09/edit-wikipedia-articles-anonymously-in-the-uk/" title="Edit Wikipedia Articles Anonymously In The UK (December 9, 2008)">Edit Wikipedia Articles Anonymously In The UK</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/06/another-story-from-the-land-where-everything-is-possible/" title="Another Story From The Land Where Everything Is Possible (February 6, 2009)">Another Story From The Land Where Everything Is Possible</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/07/28/you-are-sharing-files/" title="You Are Sharing Files (July 28, 2008)">You Are Sharing Files</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/03/another-usb-stick-with-important-data-lost-in-the-uk/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>USB Drive Letter Manager</title>
		<link>http://www.ghacks.net/2008/09/05/usb-drive-letter-manager/</link>
		<comments>http://www.ghacks.net/2008/09/05/usb-drive-letter-manager/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 11:48:07 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[drive letter]]></category>
		<category><![CDATA[drive letter manager]]></category>
		<category><![CDATA[usb autorun]]></category>
		<category><![CDATA[usb device]]></category>
		<category><![CDATA[usb drive]]></category>
		<category><![CDATA[usb drive letter]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6780</guid>
		<description><![CDATA[USB Drive Letter Manager is a software that can manage removable devices such as USB hard drives, flash drives or card readers that are connected to a computer. The software runs on any 32-bit and 64-bit Windows NT operating system since Windows 2000 including Windows Vista.
The USB Drive Letter Manager runs as a Windows service [...]]]></description>
			<content:encoded><![CDATA[<p>USB Drive Letter Manager is a software that can manage removable devices such as USB hard drives, flash drives or card readers that are connected to a computer. The software runs on any 32-bit and 64-bit Windows NT operating system since Windows 2000 including Windows Vista.</p>
<p><a href="http://www.uwe-sieber.de/usbdlm_e.html">The</a> USB Drive Letter Manager runs as a Windows service that solves the problem of drive letter assignments between usb devices, subst folders and network shares by automatically checking if the drive letter has been assigned to the latter before assigning a drive letter to a new USB device.</p>
<p>The software program can reserve letters so that they are not used by local drives, assign letters only from a list of default drive letters and specifically assign drive letters to USB devices by placing an ini file in the device&#8217;s root directory.</p>
<p><span id="more-6780"></span>Another interesting feature of USB Drive Letter Manager is the ability to remove drive letters of card reader slots as long as no card is inserted. If you ever connected a multi-slot card reader to Windows you might have noticed that each slots receives its own drive letter by default which can be a lot depending on the number of different card slots on the reader.</p>
<p>By default USB Drive Letter Manager is only making sure that no network shares or subst folder letters get assigned to a newly connected USB device. Everything else is handled by the USBDLM.INI file. Additional parameters are described on the homepage of the software. </p>

	Tags: <a href="http://www.ghacks.net/tag/drive-letter/" title="drive letter" rel="tag">drive letter</a>, <a href="http://www.ghacks.net/tag/drive-letter-manager/" title="drive letter manager" rel="tag">drive letter manager</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/usb-autorun/" title="usb autorun" rel="tag">usb autorun</a>, <a href="http://www.ghacks.net/tag/usb-device/" title="usb device" rel="tag">usb device</a>, <a href="http://www.ghacks.net/tag/usb-drive/" title="usb drive" rel="tag">usb drive</a>, <a href="http://www.ghacks.net/tag/usb-drive-letter/" title="usb drive letter" rel="tag">usb drive letter</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/02/23/workrave/" title="Workrave (February 23, 2006)">Workrave</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/05/usb-drive-letter-manager/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Assign USB Drives to a Folder</title>
		<link>http://www.ghacks.net/2008/03/28/assign-usb-drives-to-a-folder/</link>
		<comments>http://www.ghacks.net/2008/03/28/assign-usb-drives-to-a-folder/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 08:59:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb device]]></category>
		<category><![CDATA[usb folder]]></category>
		<category><![CDATA[usb tips]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/28/assign-usb-drives-to-a-folder/</guid>
		<description><![CDATA[Working with several portable USB devices on one computer can be quite complicated when you consider that Windows is assigning the next free drive letter to a device that gets connected. This can lead to some confusion and a great tip that I would like to pass on is to assign USB drives to folders instead.]]></description>
			<content:encoded><![CDATA[<p>Working with several portable USB devices on one computer can be quite complicated when you consider that Windows is assigning the next free drive letter to a device that gets connected. This can lead to some confusion and a great tip that I would like to pass on is to assign USB drives to folders instead.</p>
<p>What I did was to create a main folder on my E: drive which I named USB. I then assigned all my USB devices to subfolders of that folder which led to less confusion on my part. (Create the subfolders before continuing). Here is what I did after creating the folder structure.</p>
<p>Press Windows R, enter diskmgmt.msc and hit enter. This opens the Disk Management configuration that should display all drives and devices currently connected to your computer. Pick an USB device from the list and right-click that entry. Select Change Drive Letter and Paths from the menu.</p>
<p><span id="more-3639"></span>This should open a new window that is displaying the current drive letter of the device and three buttons at the bottom which are named Add, Change and Remove.</p>
<p>Click on the Add button, select Mount into the following empty NTFS folder and click on browse. Now navigate to the subfolder that you want to assign the usb drive to and confirm the assignment. The USB drive will from now on be accessible from that folder as well if it is connected to the computer.</p>
<p>You can remove the drive letter if you want that by marking it in the main window and clicking on Remove.</p>

	Tags: <a href="http://www.ghacks.net/tag/usb/" title="usb" rel="tag">usb</a>, <a href="http://www.ghacks.net/tag/usb-device/" title="usb device" rel="tag">usb device</a>, <a href="http://www.ghacks.net/tag/usb-folder/" title="usb folder" rel="tag">usb folder</a>, <a href="http://www.ghacks.net/tag/usb-tips/" title="usb tips" rel="tag">usb tips</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/03/usb-flash-drive-write-protection/" title="USB Flash Drive Write Protection (April 3, 2009)">USB Flash Drive Write Protection</a> (12)</li>
	<li><a href="http://www.ghacks.net/2007/08/19/xdn-tweaker-for-windows/" title="XdN Tweaker for Windows (August 19, 2007)">XdN Tweaker for Windows</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/02/windows-xp-run-count-list-and-editor/" title="Windows XP Run Count List and Editor (March 2, 2008)">Windows XP Run Count List and Editor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/12/15/windows-xp-prompts-to-activate-every-time/" title="Windows XP prompts to activate every time (December 15, 2007)">Windows XP prompts to activate every time</a> (6)</li>
	<li><a href="http://www.ghacks.net/2005/12/11/windows-xp-diagnostic-guide/" title="Windows Xp Diagnostic Guide (December 11, 2005)">Windows Xp Diagnostic Guide</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/28/assign-usb-drives-to-a-folder/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Format an USB Device as NTFS in Windows XP</title>
		<link>http://www.ghacks.net/2008/03/17/format-an-usb-device-as-ntfs-in-windows-xp/</link>
		<comments>http://www.ghacks.net/2008/03/17/format-an-usb-device-as-ntfs-in-windows-xp/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 23:47:13 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[usb device]]></category>
		<category><![CDATA[usb ntft]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/17/format-an-usb-device-as-ntfs-in-windows-xp/</guid>
		<description><![CDATA[The question came up just recently and I thought it would be nice to address it here in case other users are searching for a similar solution. If you want to format an USB device in Windows XP you notice that you can only select the FAT filesystem in the options. NTFS does not seem to be available which is rather strange at first glance but it becomes obvious pretty soon that this was not just another evil Microsoft plot to frustrate users.]]></description>
			<content:encoded><![CDATA[<p>The question came up just recently and I thought it would be nice to address it here in case other users are searching for a similar solution. If you want to format an USB device in Windows XP you notice that you can only select the FAT filesystem in the options. NTFS does not seem to be available which is rather strange at first glance but it becomes obvious pretty soon that this was not just another evil Microsoft plot to frustrate users.</p>
<p>By default USB devices are optimized for quick removal in Windows XP. If you want to format your USB device as NTFS you need to change that to optimize them for performance. This has however direct impact on how you remove the device from your system. You need to remove it safely if you really changed that option otherwise severe data loss might occur.</p>
<p>I don&#8217;t want to go deeper into the topic but I guess it does not make sense to format your USB device as NTFS considering the prospect of data loss if you miss to plug it off safely. Still it`s good to know I think.</p>
<p><span id="more-3536"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/format/" title="format" rel="tag">format</a>, <a href="http://www.ghacks.net/tag/ntfs/" title="ntfs" rel="tag">ntfs</a>, <a href="http://www.ghacks.net/tag/usb-device/" title="usb device" rel="tag">usb device</a>, <a href="http://www.ghacks.net/tag/usb-ntft/" title="usb ntft" rel="tag">usb ntft</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/01/29/windows-xp-exfat-file-system-driver/" title="Windows XP exFAT File System Driver (January 29, 2009)">Windows XP exFAT File System Driver</a> (21)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/01/29/wpf-performance-fix-for-windows-vista-and-xp/" title="WPF Performance Fix for Windows Vista and XP (January 29, 2008)">WPF Performance Fix for Windows Vista and XP</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/17/format-an-usb-device-as-ntfs-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Microsoft USB Flash Drive Manager</title>
		<link>http://www.ghacks.net/2007/07/05/microsoft-usb-flash-drive-manager/</link>
		<comments>http://www.ghacks.net/2007/07/05/microsoft-usb-flash-drive-manager/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 18:51:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup usb]]></category>
		<category><![CDATA[usb device]]></category>
		<category><![CDATA[usb flash drive manager]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/07/05/microsoft-usb-flash-drive-manager/</guid>
		<description><![CDATA[Microsoft USB Flash Drive Manager is a free software for Windows XP created by Microsoft to make it easier to backup and restore files on USB devices that get connected to the computer. It was primarily designed as a backup and restoration utility but offers several other features that make it worthwhile.]]></description>
			<content:encoded><![CDATA[<p>Microsoft <a href="http://www.microsoft.com/downloads/details.aspx?familyid=94991901-bfc4-485e-bcae-c9df0accdaae&#038;displaylang=en" target="_blank">USB Flash Drive Manager</a> is a free software for Windows XP created by Microsoft to make it easier to backup and restore files on USB devices that get connected to the computer. It was primarily designed as a backup and restoration utility but offers several other features that make it worthwhile.</p>
<p>It is possible to label USB devices, set them to autorun and copy files to and from. Backing up files is a standard operation that should be done by everyone who owns important files. To backup or restore the USB device you simply click on the Backup / Restore tab and select the USB device from the list. </p>
<p>After that you can choose to backup files or restore them. If you choose to restore them you can select that the USB device should be cleared of all data before the backup gets restored.</p>
<p><span id="more-1732"></span><img src="http://www.ghacks.net/files/screens/2007/07/usb.jpg" alt="usb flash drive manager" /></p>

	Tags: <a href="http://www.ghacks.net/tag/backup-usb/" title="backup usb" rel="tag">backup usb</a>, <a href="http://www.ghacks.net/tag/usb-device/" title="usb device" rel="tag">usb device</a>, <a href="http://www.ghacks.net/tag/usb-flash-drive-manager/" title="usb flash drive manager" rel="tag">usb flash drive manager</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/04/16/use-any-usb-20-device-for-readyboost-in-vista/" title="Use any USB 2.0 Device for Readyboost in Vista (April 16, 2007)">Use any USB 2.0 Device for Readyboost in Vista</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/11/08/usb-lost-and-found/" title="USB Lost and Found (November 8, 2008)">USB Lost and Found</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/09/05/usb-drive-letter-manager/" title="USB Drive Letter Manager (September 5, 2008)">USB Drive Letter Manager</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/03/17/format-an-usb-device-as-ntfs-in-windows-xp/" title="Format an USB Device as NTFS in Windows XP (March 17, 2008)">Format an USB Device as NTFS in Windows XP</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/12/14/encrypting-usb-devices-data-with-true-crypt/" title="Encrypting USB Devices Data With True Crypt (December 14, 2008)">Encrypting USB Devices Data With True Crypt</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/07/05/microsoft-usb-flash-drive-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use any USB 2.0 Device for Readyboost in Vista</title>
		<link>http://www.ghacks.net/2007/04/16/use-any-usb-20-device-for-readyboost-in-vista/</link>
		<comments>http://www.ghacks.net/2007/04/16/use-any-usb-20-device-for-readyboost-in-vista/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 07:30:10 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[readyboost]]></category>
		<category><![CDATA[readyboost old usb device]]></category>
		<category><![CDATA[readyboost performance]]></category>
		<category><![CDATA[usb device]]></category>
		<category><![CDATA[windows-vista]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/04/16/use-any-usb-20-device-for-readyboost-in-vista/</guid>
		<description><![CDATA[Readyboost is a disk caching system introduced in Windows Vista that relies on flash memory to boost system performance. The effect is not that noticeable but some users swear on it and I do not want to discuss the usefulness of Readyboost. The USB device has to meet some requirements before it can be used for Readyboost mainly that it needs to meet certain read speeds. Many older USB devices do not meet these requirements and refuse to be used as Readyboost devices in Windows Vista.]]></description>
			<content:encoded><![CDATA[<p>Readyboost is a disk caching system introduced in Windows Vista that relies on flash memory to boost system performance. The effect is not that noticeable but some users swear on it and I do not want to discuss the usefulness of Readyboost. The USB device has to meet some requirements before it can be used for Readyboost mainly that it needs to meet certain read speeds. Many older USB devices do not meet these requirements and refuse to be used as Readyboost devices in Windows Vista.</p>
<p>There is however a trick that enables many USB devices for Readyboost even though they did not pass the initial test. To do that do the following. Right-click the device that you want to use for Readyboost and select properties. Switch to the Readyboost tab and uncheck &#8220;Stop retesting this device when I plug it in&#8221;. The old test values are stored in the registry which means that we have to edit some settings there to make Vista believe that the USB device meets all of the requirements. Unplug the device from the computer before you proceed.</p>
<p><span id="more-1426"></span></p>
<p>Go to the key  HKLM (Local Machine) -> SOFTWARE -> Microsoft -> Windows NT -> CurrentVersion -> EMDgmt which displays a list of all known USB devices on your computer. Choose the one that you want to use for Readyboost and edit the following keys in the right pane:</p>
<ul>
<li>Device Status &#8211; Change that value to 2</li>
<li>ReadSpeedKbs &#8211; Change the value to 1000</li>
<li>WriteSpeedKbs &#8211; Change the value to 1000 as well</li>
</ul>
<p>After that is done you can use the USB device for Readyboost.</p>

	Tags: <a href="http://www.ghacks.net/tag/readyboost/" title="readyboost" rel="tag">readyboost</a>, <a href="http://www.ghacks.net/tag/readyboost-old-usb-device/" title="readyboost old usb device" rel="tag">readyboost old usb device</a>, <a href="http://www.ghacks.net/tag/readyboost-performance/" title="readyboost performance" rel="tag">readyboost performance</a>, <a href="http://www.ghacks.net/tag/usb-device/" title="usb device" rel="tag">usb device</a>, <a href="http://www.ghacks.net/tag/windows-vista/" title="windows-vista" rel="tag">windows-vista</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/13/readyboost-monitor/" title="Readyboost Monitor (February 13, 2009)">Readyboost Monitor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/01/03/activate-readyboost-in-windows-vista/" title="Activate ReadyBoost in Windows Vista (January 3, 2007)">Activate ReadyBoost in Windows Vista</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/04/23/yuck-new-windows-vista-ultimate-extras/" title="Yuck new Windows Vista Ultimate Extras (April 23, 2008)">Yuck new Windows Vista Ultimate Extras</a> (20)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/01/29/wpf-performance-fix-for-windows-vista-and-xp/" title="WPF Performance Fix for Windows Vista and XP (January 29, 2008)">WPF Performance Fix for Windows Vista and XP</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/04/16/use-any-usb-20-device-for-readyboost-in-vista/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
