<?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; format</title>
	<atom:link href="http://www.ghacks.net/tag/format/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>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Create Multiple USB Stick Partitions</title>
		<link>http://www.ghacks.net/2008/10/16/how-to-create-multiple-usb-stick-partitions/</link>
		<comments>http://www.ghacks.net/2008/10/16/how-to-create-multiple-usb-stick-partitions/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 12:47:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[format usb]]></category>
		<category><![CDATA[hitachi microdrive]]></category>
		<category><![CDATA[partitions]]></category>
		<category><![CDATA[ubs tips]]></category>
		<category><![CDATA[usb drive]]></category>
		<category><![CDATA[usb multiple partitions]]></category>
		<category><![CDATA[usb stick]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7666</guid>
		<description><![CDATA[USB Sticks cannot contain multiple partitions by default. It is however possible to create multiple partitions on an USB stick by modifying and installing a new driver which disguises the USB stick as a USB hard drive. It is highly recommended to backup all data on the USB stick before continuing.
Users who want to create [...]]]></description>
			<content:encoded><![CDATA[<p>USB Sticks cannot contain multiple partitions by default. It is however possible to create multiple partitions on an USB stick by modifying and installing a new driver which disguises the USB stick as a USB hard drive. It is highly recommended to backup all data on the USB stick before continuing.</p>
<p>Users who want to create multiple partitions need a file called Hitachi Microdrive which contains the new driver that we are going to modify first and install afterwards. Unpack the package to a new directory on the hard drive. The first step is to find out the exact name of the USB stick that we want to use that way. The information can be found in the Windows Registry. Pressing [Windows R], typing [regedit] and hitting [Enter] will load the Registry editor.</p>
<p>The information are located in subkeys of the Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\USBSTOR. The name of the USB stick can be found by clicking on the [+] sign in front of the key. All USB devices should be listed there. The name of the USB stick can be copied by left-clicking the subkey, right-clicking afterwards and selecting Copy Key Name from the context menu.</p>
<p><span id="more-7666"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/10/copy_usb_name.jpg" alt="copy usb name" title="copy usb name" width="421" height="246" class="alignnone size-medium wp-image-7667" /></p>
<p>The key needs to be modified because it contains the full path. The best way to do that is to paste the contents into a text editor and remove all chars before Disk&#038;Ven.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/usb_stick-500x75.jpg" alt="usb stick" title="usb stick" width="500" height="75" class="alignnone size-medium wp-image-7668" /></p>
<p>Now that this is done we need to copy the part that is left into the Windows Clipboard again by selecting the text and pressing [CTRL C]</p>
<p>The driver information needs to be edited in the next step before the new drivers for the USB stick are installed. Load the file cfadisk.inf in an text editor and locate the [cfadisk_device] section.</p>
<p>Replace the chars <em>IDE\DiskIBM-DSCM-11000__________________________SC2IC801</em> in the first line with the name of the USB stick that you are going to use. Remove every other line in the category so that only the line with our modified USB stick name is shown in there.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/microdrive_usb-500x147.jpg" alt="microdrive usb" title="microdrive usb" width="500" height="147" class="alignnone size-medium wp-image-7669" /></p>
<p>The driver is now prepared and can be installed for the USB stick. Open the Windows Control Panel, the System category and there the Hardware tab. A click on Device Manager will load the Windows Device Manager which lists the computer hardware. The USB stick should be located in the Disk Drives category. Right-click the USB stick and select Update Driver from the context menu.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/update_driver.jpg" alt="update driver" title="update driver" width="395" height="160" class="alignnone size-medium wp-image-7670" /></p>
<p>The Hardware Update wizard should pop up. Select the option <em>Install from a list or specific location</em> in the window and click next. </p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/hardware_update_wizard-500x381.jpg" alt="hardware update wizard" title="hardware update wizard" width="500" height="381" class="alignnone size-medium wp-image-7672" /></p>
<p>Check the <em>Don&#8217;t search. I will choose the driver to install</em> option in the next window and click next again.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/dont_search_for_drivers-500x381.jpg" alt="dont search for drivers" title="dont search for drivers" width="500" height="381" class="alignnone size-medium wp-image-7673" /></p>
<p>A click on Have Disk in the next window will open a file browser. Locate and pick the file cfadisk.inf that has been modified previously. Clicking on OK will check the driver and show a warning message that the driver is not digitally signed. Press next on that screen.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/have_disk-500x381.jpg" alt="have disk" title="have disk" width="500" height="381" class="alignnone size-medium wp-image-7674" /></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/driver_not_digitall_signed-500x381.jpg" alt="" title="driver not digitally signed" width="500" height="381" class="alignnone size-medium wp-image-7675" /></p>
<p>Ignore the warning message and continue by clicking Yes. Windows should now start the installation of the driver for the USB stick and display a message that it finished the installation.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/updated_usb_stick_driver-500x381.jpg" alt="updated usb stick driver" title="updated usb stick driver" width="500" height="381" class="alignnone size-medium wp-image-7676" /></p>
<p>Windows is now requesting a reboot of the system to load the updated drivers properly. The USB stick should now be recognized as a hard drive. This makes it possible to create multiple partitions on the USB stick with a software partition program.</p>
<p>Please note that only systems with the updated drivers will recognize the additional partitions. Connected the USB stick to a computer without the modified drivers will only show the first partition of the USB stick.</p>

	Tags: <a href="http://www.ghacks.net/tag/format/" title="format" rel="tag">format</a>, <a href="http://www.ghacks.net/tag/format-usb/" title="format usb" rel="tag">format usb</a>, <a href="http://www.ghacks.net/tag/hitachi-microdrive/" title="hitachi microdrive" rel="tag">hitachi microdrive</a>, <a href="http://www.ghacks.net/tag/partitions/" title="partitions" rel="tag">partitions</a>, <a href="http://www.ghacks.net/tag/ubs-tips/" title="ubs tips" rel="tag">ubs tips</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-multiple-partitions/" title="usb multiple partitions" rel="tag">usb multiple partitions</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-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/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>
	<li><a href="http://www.ghacks.net/2005/12/14/windows-xp-command-line-list/" title="Windows Xp Command Line List (December 14, 2005)">Windows Xp Command Line List</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/10/16/how-to-create-multiple-usb-stick-partitions/feed/</wfw:commentRss>
		<slash:comments>7</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>
	</channel>
</rss>
