<?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: Give Windows a Swap partition with no drive letter</title>
	<atom:link href="http://www.nerdscene.com/2010/03/31/143/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nerdscene.com/2010/03/31/143/</link>
	<description>bitching about everything, one post at a time...</description>
	<lastBuildDate>Mon, 24 Oct 2011 20:54:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eli Sand</title>
		<link>http://www.nerdscene.com/2010/03/31/143/comment-page-1/#comment-111</link>
		<dc:creator>Eli Sand</dc:creator>
		<pubDate>Thu, 14 Apr 2011 02:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdscene.com/?p=143#comment-111</guid>
		<description>Close but not quite accurate - you can have up to 4 primary partitions, all of which can be bootable.  This means that if you need just one extra partition (D:), you can make it a primary, bootable partition if need be.  If you need more than 4 however, the 4th must be an extended partition.

If you do wish to risk it and delete that reserved partition, it seems to let you do it in the GUI partition manager so I would assume they would account for running Windows 7 without it.  You can follow the exact same procedure I outlined, but you just simply delete the reserved partition as well (pretty much what you said Sascha).

It should work without any issues - I&#039;ve been running my install since this post without any problems at all. If you follow my instructions properly you shouldn&#039;t have any issues with folder privileges - just note that once you set them, you can&#039;t undo them unless you force-override the ownership to Administrator from being the TrustedInstaller user.  Setting the permissions as I outlined them was done on purpose - you don&#039;t want even the Administrator account to be able to wander in to the swap folder... just like Windows prevents you from accessing C:\Windows\Temp.</description>
		<content:encoded><![CDATA[<p>Close but not quite accurate &#8211; you can have up to 4 primary partitions, all of which can be bootable.  This means that if you need just one extra partition (D:), you can make it a primary, bootable partition if need be.  If you need more than 4 however, the 4th must be an extended partition.</p>
<p>If you do wish to risk it and delete that reserved partition, it seems to let you do it in the GUI partition manager so I would assume they would account for running Windows 7 without it.  You can follow the exact same procedure I outlined, but you just simply delete the reserved partition as well (pretty much what you said Sascha).</p>
<p>It should work without any issues &#8211; I&#8217;ve been running my install since this post without any problems at all. If you follow my instructions properly you shouldn&#8217;t have any issues with folder privileges &#8211; just note that once you set them, you can&#8217;t undo them unless you force-override the ownership to Administrator from being the TrustedInstaller user.  Setting the permissions as I outlined them was done on purpose &#8211; you don&#8217;t want even the Administrator account to be able to wander in to the swap folder&#8230; just like Windows prevents you from accessing C:\Windows\Temp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sascha Surkau</title>
		<link>http://www.nerdscene.com/2010/03/31/143/comment-page-1/#comment-110</link>
		<dc:creator>Sascha Surkau</dc:creator>
		<pubDate>Wed, 13 Apr 2011 21:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdscene.com/?p=143#comment-110</guid>
		<description>one  more hint:

If you do it like described above, you will create 3 partitions:
1. system reserved = boot (contains boot manager, bitlocker files and WIN RE)
2. swap
3. C: = your system

Since 4 is the maximum of basic partitions the 4th (if you need it) has to be an extended partition containing other logic partitions (games, data, backup...)
As some of us like to install a second OS that demands this 4th bootable partition because extended partitions are non bootable, I will now describe how to get rid of this 1st system reserved partition!

! BUT !
YOU PROBABLY WONT&#039;T BE ABLE TO USE BITLOCKER AND WIN RE! 
(Since my win 7 is home premium I don&#039;t bother and I make system images on my own)

Ok, let&#039;s go just back to the step after setup has created the first system reserved partition and the second partition:

1. delete second partition
2. expand first partition to your disered wish (for me its a swap/OS partition of 20 GB)
3. create second partition (this is my OS partition of 80 GB) 
4. format second partition (default=NTFS 4K)
5. back out and start diskpart as described above
6. select 2nd partition (&quot;select part=2&quot;) and type &quot;active&quot;
    (now partition 2 is &quot;system reserved&quot; and boot manager will be installed on OS partition)
7. select partition 1
8. format and set attributes
(I choose FAT32 32K: compatible to DOS-based diagnostic tools and all earlier OS versions)
9. exit and complete setup as described

Thank you very much for this good guide! Worked (so far) fine for me,
I just had little problems setting the folder privileges...</description>
		<content:encoded><![CDATA[<p>one  more hint:</p>
<p>If you do it like described above, you will create 3 partitions:<br />
1. system reserved = boot (contains boot manager, bitlocker files and WIN RE)<br />
2. swap<br />
3. C: = your system</p>
<p>Since 4 is the maximum of basic partitions the 4th (if you need it) has to be an extended partition containing other logic partitions (games, data, backup&#8230;)<br />
As some of us like to install a second OS that demands this 4th bootable partition because extended partitions are non bootable, I will now describe how to get rid of this 1st system reserved partition!</p>
<p>! BUT !<br />
YOU PROBABLY WONT&#8217;T BE ABLE TO USE BITLOCKER AND WIN RE!<br />
(Since my win 7 is home premium I don&#8217;t bother and I make system images on my own)</p>
<p>Ok, let&#8217;s go just back to the step after setup has created the first system reserved partition and the second partition:</p>
<p>1. delete second partition<br />
2. expand first partition to your disered wish (for me its a swap/OS partition of 20 GB)<br />
3. create second partition (this is my OS partition of 80 GB)<br />
4. format second partition (default=NTFS 4K)<br />
5. back out and start diskpart as described above<br />
6. select 2nd partition (&#8220;select part=2&#8243;) and type &#8220;active&#8221;<br />
    (now partition 2 is &#8220;system reserved&#8221; and boot manager will be installed on OS partition)<br />
7. select partition 1<br />
8. format and set attributes<br />
(I choose FAT32 32K: compatible to DOS-based diagnostic tools and all earlier OS versions)<br />
9. exit and complete setup as described</p>
<p>Thank you very much for this good guide! Worked (so far) fine for me,<br />
I just had little problems setting the folder privileges&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

