<?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: What is the difference between primary and logical partition?</title> <atom:link href="http://helpdeskgeek.com/windows-xp-tips/difference-between-primary-and-logical-partition/feed/" rel="self" type="application/rss+xml" /><link>http://helpdeskgeek.com/windows-xp-tips/difference-between-primary-and-logical-partition/</link> <description>Help Desk Geek is a blog for Discussions about help desk tips and how-to computer tips</description> <lastBuildDate>Fri, 03 Feb 2012 20:50:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>By: Adel</title><link>http://helpdeskgeek.com/windows-xp-tips/difference-between-primary-and-logical-partition/comment-page-1/#comment-52026</link> <dc:creator>Adel</dc:creator> <pubDate>Mon, 07 Feb 2011 00:13:34 +0000</pubDate> <guid
isPermaLink="false">http://helpdeskgeek.com/?p=3504#comment-52026</guid> <description>You cannot convert primary partitions to logical partitions.
You can create logical partitions inside an extended partition. A hard disk can have up to four partitions, but only one can be extended partition. The other partitions, up to three of them, can be primary partitions.
To create extended partition, you must have unallocated space on your hard drive.
It seems that the Disk Management console doesn&#039;t allow creation of extended partitions, so we have to use the diskpart utility.
Open a command prompt with &quot;Run as administrator&quot; and type the command &quot;diskpart&quot;.
The typical sequence of diskpart commands is shown below. Note # comments are only comments, you actually don&#039;t type any comments in diskpart sequence of commands.
Microsoft DiskPart version 6.1.7600
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: SEVEN-03
DISKPART&gt; select disk 1  # This is in fact second disk. Disks are numbered from 0
Disk 1 is now the selected disk.
DISKPART&gt; list part
There are no partitions on this disk to show.
# First we create extended partition. Extended partition is only container for logical partitions.
DISKPART&gt; create partition extended size=300   # The size is in MB
DiskPart succeeded in creating the specified partition.
DISKPART&gt; list part
Partition ###  Type              Size     Offset
-------------  ----------------  -------  -------
* Partition 0    Extended           300 MB  1024 KB
DISKPART&gt; select partition 0
Partition 0 is now the selected partition.
DISKPART&gt; create partition logical size=100  # We create the first logical partition
DiskPart succeeded in creating the specified partition.
DISKPART&gt; create partition logical size=50   # We create the second logical partition. And so on, as many as we like
DiskPart succeeded in creating the specified partition.
DISKPART&gt; exit
Leaving DiskPart...
Don&#039;t forget to format logical partitions.
Good luck
From : social.technet.microsoft.com/Forums/en/w7itproinstall/thread/1b44458b-7faf-46d0-bde1-fb3cb0615556 </description> <content:encoded><![CDATA[<p>You cannot convert primary partitions to logical partitions.</p><p>You can create logical partitions inside an extended partition. A hard disk can have up to four partitions, but only one can be extended partition. The other partitions, up to three of them, can be primary partitions.</p><p>To create extended partition, you must have unallocated space on your hard drive.</p><p>It seems that the Disk Management console doesn&#039;t allow creation of extended partitions, so we have to use the diskpart utility.</p><p>Open a command prompt with &quot;Run as administrator&quot; and type the command &quot;diskpart&quot;.</p><p>The typical sequence of diskpart commands is shown below. Note # comments are only comments, you actually don&#039;t type any comments in diskpart sequence of commands.</p><p>Microsoft DiskPart version 6.1.7600<br
/> Copyright (C) 1999-2008 Microsoft Corporation.<br
/> On computer: SEVEN-03</p><p>DISKPART&gt; select disk 1  # This is in fact second disk. Disks are numbered from 0</p><p>Disk 1 is now the selected disk.</p><p>DISKPART&gt; list part</p><p>There are no partitions on this disk to show.</p><p># First we create extended partition. Extended partition is only container for logical partitions.</p><p>DISKPART&gt; create partition extended size=300   # The size is in MB</p><p>DiskPart succeeded in creating the specified partition.</p><p>DISKPART&gt; list part</p><p> Partition ###  Type              Size     Offset<br
/> &#8212;&#8212;&#8212;&#8212;-  &#8212;&#8212;&#8212;&#8212;&#8212;-  &#8212;&#8212;-  &#8212;&#8212;-<br
/> * Partition 0    Extended           300 MB  1024 KB</p><p>DISKPART&gt; select partition 0</p><p>Partition 0 is now the selected partition.</p><p>DISKPART&gt; create partition logical size=100  # We create the first logical partition</p><p>DiskPart succeeded in creating the specified partition.</p><p>DISKPART&gt; create partition logical size=50   # We create the second logical partition. And so on, as many as we like</p><p>DiskPart succeeded in creating the specified partition.</p><p>DISKPART&gt; exit</p><p>Leaving DiskPart&#8230;</p><p>Don&#039;t forget to format logical partitions.</p><p>Good luck</p><p>From : social.technet.microsoft.com/Forums/en/w7itproinstall/thread/1b44458b-7faf-46d0-bde1-fb3cb0615556</p> ]]></content:encoded> </item> <item><title>By: Plamen BG</title><link>http://helpdeskgeek.com/windows-xp-tips/difference-between-primary-and-logical-partition/comment-page-1/#comment-27878</link> <dc:creator>Plamen BG</dc:creator> <pubDate>Sat, 24 Apr 2010 11:09:50 +0000</pubDate> <guid
isPermaLink="false">http://helpdeskgeek.com/?p=3504#comment-27878</guid> <description>Is Primary Partition faster then logical ?
I have 4 HDD&#039;s and all Partitions are Primary.
Is this wrong ? </description> <content:encoded><![CDATA[<p>Is Primary Partition faster then logical ?</p><p>I have 4 HDD&#039;s and all Partitions are Primary.</p><p>Is this wrong ?</p> ]]></content:encoded> </item> <item><title>By: pacicop</title><link>http://helpdeskgeek.com/windows-xp-tips/difference-between-primary-and-logical-partition/comment-page-1/#comment-27793</link> <dc:creator>pacicop</dc:creator> <pubDate>Fri, 23 Apr 2010 09:33:23 +0000</pubDate> <guid
isPermaLink="false">http://helpdeskgeek.com/?p=3504#comment-27793</guid> <description>hi,may i know what the best type for formatting my usb hard disk.Samsung 80Gb where i make it as external drive.Better primary or as Logical Drive. Just wanna used as data storage. </description> <content:encoded><![CDATA[<p>hi,may i know what the best type for formatting my usb hard disk.Samsung 80Gb where i make it as external drive.Better primary or as Logical Drive. Just wanna used as data storage.</p> ]]></content:encoded> </item> <item><title>By: e-t-c</title><link>http://helpdeskgeek.com/windows-xp-tips/difference-between-primary-and-logical-partition/comment-page-1/#comment-21711</link> <dc:creator>e-t-c</dc:creator> <pubDate>Tue, 29 Dec 2009 21:41:11 +0000</pubDate> <guid
isPermaLink="false">http://helpdeskgeek.com/?p=3504#comment-21711</guid> <description>&quot;What is the technical difference between the two? That is the main thing I thing which this topic didn&#8217;t address.&quot;
The difference in simple words:  One Harddisk can have 4 Primary Partitions - or - 3 Primary &amp; 1 Extended.
+) The Primary Partition = One Primary Drive in one Primary Peace
+) The Extented Partition = One Primary Drive that can split up to 63 Logic Peaces (Partitions, (sub)Drives) </description> <content:encoded><![CDATA[<p>&quot;What is the technical difference between the two? That is the main thing I thing which this topic didn&rsquo;t address.&quot;</p><p>The difference in simple words:  One Harddisk can have 4 Primary Partitions &#8211; or &#8211; 3 Primary &amp; 1 Extended.</p><p>+) The Primary Partition = One Primary Drive in one Primary Peace</p><p>+) The Extented Partition = One Primary Drive that can split up to 63 Logic Peaces (Partitions, (sub)Drives)</p> ]]></content:encoded> </item> <item><title>By: andex</title><link>http://helpdeskgeek.com/windows-xp-tips/difference-between-primary-and-logical-partition/comment-page-1/#comment-20119</link> <dc:creator>andex</dc:creator> <pubDate>Wed, 02 Dec 2009 08:16:20 +0000</pubDate> <guid
isPermaLink="false">http://helpdeskgeek.com/?p=3504#comment-20119</guid> <description>What is the technical difference between the two? That is the main thing I thing which this topic didn&#039;t address. </description> <content:encoded><![CDATA[<p>What is the technical difference between the two? That is the main thing I thing which this topic didn&#039;t address.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/11 queries in 0.004 seconds using disk: basic
Object Caching 310/316 objects using disk: basic
Content Delivery Network via s.helpdeskgeek.com

Served from: helpdeskgeek.com @ 2012-02-09 02:10:40 -->
