<?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>PCTips3000 &#187; USB memory stick</title>
	<atom:link href="http://www.pctips3000.com/tag/usb-memory-stick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pctips3000.com</link>
	<description>pc tips &#38; tricks blog</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:07:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>NTFS USB Memory Sticks, Anyone?!?</title>
		<link>http://www.pctips3000.com/ntfs-usb-memory-sticks-anyone/</link>
		<comments>http://www.pctips3000.com/ntfs-usb-memory-sticks-anyone/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 16:00:27 +0000</pubDate>
		<dc:creator>Codrut Nistor</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[convert FAT32 to NTFS]]></category>
		<category><![CDATA[NTFS file system]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[USB memory stick]]></category>

		<guid isPermaLink="false">http://www.pctips3000.com/?p=79</guid>
		<description><![CDATA[In Windows, almost every problem has two solutions &#8211; the fast one, and the one even your grandmother could easily understand. Usually, I go for the fast one, especially because I like to keep my clicking to a minimum, as long as I can type in some commands to get the job done (I know, [...]]]></description>
			<content:encoded><![CDATA[<p>In Windows, almost every problem has two solutions &#8211; the fast one, and the one even your grandmother could easily understand. Usually, I go for the fast one, especially because I like to keep my clicking to a minimum, as long as I can type in some commands to get the job done (I know, you may call me &#8220;command line freak,&#8221; I have nothing against it). Anyway, the problem with NTFS USB memory sticks is that&#8230; they don&#8217;t come this way out of the box, and formatting your little portable friend using the NTFS file system isn&#8217;t exactly a straightforward process.</p>
<p><a href="http://www.pctips3000.com/wp-content/uploads/2009/06/NFSUSBMemoryStick.gif"><img class="aligncenter size-full wp-image-80" title="NTFS USB Memory Stick" src="http://www.pctips3000.com/wp-content/uploads/2009/06/NFSUSBMemoryStick.gif" alt="NTFS USB Memory Stick" width="480" height="237" /></a><br />
OK, but why need your memory stick to be formatted using NTFS? Is FAT32 THAT BAD? No, don&#8217;t worry, if you&#8217;re usually moving around a moderate amount of medium-sized files, you shouldn&#8217;t worry about that, but when you try to move files larger than 4 GB&#8230; you may have a problem. A serious one, I tell you.</p>
<p>The problem is that, as long as you&#8217;ll be using FAT32, you&#8217;ll get the notorious <em><strong>&#8220;not enough free space on drive x&#8221;</strong></em> error when trying to accomplish the task described above, even when each of those glorious 16 GB of space (or more) available on your flash drive is absolutely empty!</p>
<p>The easy way to solve this problem is to bring up the command prompt window (<strong>Win key+R</strong>, type <em><strong>cmd</strong></em>, press <strong>Enter</strong>), and then use the convert command. To get to know all available options, just type <em><strong>convert /?</strong></em>, but for our task, typing <strong><em>convert x: /fs:ntfs</em></strong> (where <strong><em>x</em></strong> is the letter assigned to your flash drive) and pressing Enter should be enough! In my case, it was <strong><em>convert j: /f:ntfs</em></strong>, and it only took a few seconds for the operation to complete successfully.</p>
<p><a href="http://www.pctips3000.com/wp-content/uploads/2009/06/NFSUSBMemoryStick_Properties.gif"><img class="aligncenter size-full wp-image-81" title="NTFS USB Memory Stick Properties" src="http://www.pctips3000.com/wp-content/uploads/2009/06/NFSUSBMemoryStick_Properties.gif" alt="NTFS USB Memory Stick Properties" width="367" height="448" /></a><br />
As you can see in the image above, now my 8 GB A-Data flash drive uses the NTFS file system, and before moving on and talk about the long way you need to follow to accomplish the same thing, let&#8217;s take a quick look at the good and the bad parts of having a NTFS memory stick, shall we?</p>
<p><span style="color: #008000;"><strong>The good</strong></span> part is that you can save more files, create permissions for them (and for folders, of course), as well as copy files larger than 4 GB with ease. <span style="color: #ff0000;"><strong>The bad</strong></span> part? Well, you&#8217;ll have to be careful to always remove the drive &#8220;safely&#8221; in order to avoid data loss, and writing speed on the drive will be a bit slower, although files will be read just as fast as before (to be honest, I didn&#8217;t notice a visible speed decrease).</p>
<p>Now, the long way to turn your USB drive into a NTFS USB drive, as I promised. First of all, be sure to backup your data, because this way of doing things includes formatting your drive, all right?</p>
<p><strong>1.</strong> After inserting the drive into a free USB port and backing up your data, press the <strong>Win key+Break</strong> combo will give you access to <strong>System Properties</strong>;</p>
<p><strong>2.</strong> In the <strong>System Properties</strong> window, select the <strong>Hardware</strong> tab, and then open the <strong>Device Manager</strong>;</p>
<p><strong>3.</strong> Expand the <strong>Disk Drives</strong> branch;</p>
<p><strong>4.</strong> Double click the flash drive you want to convert to NTFS, or right click it and choose <strong>Properties</strong>, if you really want to take it slow;</p>
<p><strong>5.</strong> In the <strong>Properties</strong> window, open the <strong>Policies</strong> tab, and check <em><strong>Optimize for performance</strong></em>;</p>
<p><strong>6.</strong> Press <strong>OK</strong>, and then you can easily format the USB drive using the NTFS file system, since this option wasn&#8217;t available before.</p>
<p>That&#8217;s all, folks! For any additional questions, or maybe your own speed tests results, be sure to drop a comment below. Now, you can finally enjoy your &#8220;brand new&#8221; NTFS USB memory stick! <img src='http://www.pctips3000.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pctips3000.com/ntfs-usb-memory-sticks-anyone/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
