Re: Partition Size during Setup
  Home FAQ Contact Sign in
microsoft.public.storage only
 
Advanced search
POPULAR GROUPS

more...

microsoft.public.storage Profile…
 Up
Re: Partition Size during Setup         


Author: Dave Patrick
Date: Sep 11, 2008 19:51

Let's ask them here. x-posted to: microsoft.public.storage

http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public...

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Ben Cooper" wrote:
> Thank you, Dave.
>
> How would I go about creating a GPT disk and using diskpart to align it
> prior to actually loading the OS? I've read that unaligned sectors can
> cause
> a...
Show full article (2.26Kb)
4 Comments
Re: Partition Size during Setup         


Author: Edwin vMierlo [MVP]
Date: Sep 12, 2008 07:04

> "Ben Cooper" wrote:
>> Thank you, Dave.
>>
>> How would I go about creating a GPT disk and using diskpart to align it
>> prior to actually loading the OS? I've read that unaligned sectors can
>> cause
>> a big performance hit, especially in RAID arrays. I just don't know how
>> to
>> start fresh with a GPT disk (thus getting around that size contraint)
and
>> use
>> diskpart.exe to align it prior to having an OS installed.
>>
>> Any ideas or articles where I can find a set of best practices/ho-to's?
>>
>>
>>

Help us understand:

Why do you want an OS disk which is larger than 2TB ?
no comments
Re: Partition Size during Setup         


Author: Ben Cooper
Date: Sep 12, 2008 11:32

I am more focused on figuring out a way to align the sectors on the OS
partition prior to loading the OS. I do not wish a performance decrease on
the OS partition OR on the data partition.

"Edwin vMierlo [MVP]" wrote:
Show full article (0.90Kb)
no comments
Re: Partition Size during Setup         


Date: Sep 12, 2008 18:38

Is this a physical host or a virtual host?
What RAID hardware?

Generally, you would do that from another host. You could create two
partitions, load to the second, align the first partition, then do a new
install to the first partition, but that hardly seems worth it.

When left with poorly performing boot partitions due to vendor supplied
autobuild programs, I usually use this strategy to improve performance.

1. move the page file to another aligned partition with a 4K allocation
unit size.
2. move the system temp directory to another partition.
3. move data directories to another partition.

If all you have left is system and program image files on the boot
partition, they are read infrequently and only written when you apply
patches. Most of you IO happens in the page file, the temp directory and
application data directories. You'll get quite a bit of mileage out of just
moving them.

"Ben Cooper" discussions.microsoft.com> wrote in message
news:D71206CA-DAC5-4033-8B2D-699D243A264D@microsoft.com...
>I am more focused on figuring out a way to align the sectors on the OS
...
Show full article (2.03Kb)
no comments
Re: Partition Size during Setup         


Author: Edwin vMierlo [MVP]
Date: Sep 15, 2008 02:33

> I am more focused on figuring out a way to align the sectors on the OS
> partition prior to loading the OS. I do not wish a performance decrease
on
> the OS partition OR on the data partition.

For the OS partition, you will have to do this from another host,
for additional partitions, you can do it from the machine already running.
Show full article (1.12Kb)
no comments