PC Review


Reply
Thread Tools Rate Thread

Combining Partitions for more space

 
 
Frankster
Guest
Posts: n/a
 
      20th Sep 2004
I just setup a new Dell SC400 server (2.8Ghz/1GB RAM, single 80 Gig AT Hard
drive). I now have an 80 gig drive with two primary partitions. C is 60
Gig and D is 20 Gig. D has no data, I simply formatted it.

What is the easiest, and hopefully free, way of combining C and D for a C
drive with a total of 80 Gig.

I wanted to do this from the beginning. I purchased the Dell with no OS.
It came with a startup disk that was Linux. I attempted to select the
largest partition possible for C drive but only got 60 rather than the 80.
I assume that was because of some kind of Linux setup limit. I dunno...

-Frank


 
Reply With Quote
 
 
 
 
Frankster
Guest
Posts: n/a
 
      20th Sep 2004
Sorry, I should add, this server has Windows 2003 server installed now.

-Frank

"Frankster" <(E-Mail Removed)> wrote in message
news:yO-dnfMRAttcV9PcRVn-(E-Mail Removed)...
>I just setup a new Dell SC400 server (2.8Ghz/1GB RAM, single 80 Gig AT Hard
>drive). I now have an 80 gig drive with two primary partitions. C is 60
>Gig and D is 20 Gig. D has no data, I simply formatted it.
>
> What is the easiest, and hopefully free, way of combining C and D for a C
> drive with a total of 80 Gig.
>
> I wanted to do this from the beginning. I purchased the Dell with no OS.
> It came with a startup disk that was Linux. I attempted to select the
> largest partition possible for C drive but only got 60 rather than the 80.
> I assume that was because of some kind of Linux setup limit. I dunno...
>
> -Frank
>



 
Reply With Quote
 
Ingeborg
Guest
Posts: n/a
 
      20th Sep 2004
"Frankster" <(E-Mail Removed)> wrote in
news:dMKdnWKaurzdVtPcRVn-(E-Mail Removed):

> Sorry, I should add, this server has Windows 2003 server installed
> now.
>
> -Frank
>
> "Frankster" <(E-Mail Removed)> wrote in message
> news:yO-dnfMRAttcV9PcRVn-(E-Mail Removed)...
>>I just setup a new Dell SC400 server (2.8Ghz/1GB RAM, single 80 Gig AT
>>Hard drive). I now have an 80 gig drive with two primary partitions.
>>C is 60 Gig and D is 20 Gig. D has no data, I simply formatted it.
>>
>> What is the easiest, and hopefully free, way of combining C and D for
>> a C drive with a total of 80 Gig.
>>
>> I wanted to do this from the beginning. I purchased the Dell with no
>> OS. It came with a startup disk that was Linux. I attempted to
>> select the largest partition possible for C drive but only got 60
>> rather than the 80. I assume that was because of some kind of Linux
>> setup limit. I dunno...
>>
>> -Frank
>>

>
>
>


With Disk Management you can upgrade the disk to 'Dynamic Disk', and then
it's possible to put the partitions together. Then it's even possible to
add partitions of another disk, or to stripe or raid. You can upgrade by
rightclicking on the disk icon, but I don't know the rest of the
interface. It's irreversable without deleting all partitions, and it's
not supported by windows versions older than W2000, nor does Linux
support this, so I never dared.


 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      20th Sep 2004

"Frankster" <(E-Mail Removed)> wrote in message
news:yO-dnfMRAttcV9PcRVn-(E-Mail Removed)...
> I just setup a new Dell SC400 server (2.8Ghz/1GB RAM, single 80 Gig AT

Hard
> drive). I now have an 80 gig drive with two primary partitions. C is 60
> Gig and D is 20 Gig. D has no data, I simply formatted it.
>
> What is the easiest, and hopefully free, way of combining C and D for a C
> drive with a total of 80 Gig.
>
> I wanted to do this from the beginning. I purchased the Dell with no OS.
> It came with a startup disk that was Linux. I attempted to select the
> largest partition possible for C drive but only got 60 rather than the 80.
> I assume that was because of some kind of Linux setup limit. I dunno...
>
> -Frank
>


Your requirements are mutually contradictory: The easiest way
usually costs money, and the free methods are not usually the
easiest ones. I'm sure you've heard about having your cake and
eating it . . . Here is a free way:
1. Install the server disk and some spare 10 GByte disk as
secondary disks in some Win2000/XP PC.
2. Use xcopy.exe with the appropriate switches to copy the
server disk to the spare disk.
3. Repartition the server disk.
4. Use xcopy to re-populate the server disk.
5. Put the server disk back into the server.
6. Using the server installation CD, restore the boot environment.

The method works well but it requires some knowledge about
xcopy.exe and about the Windows boot sector.


 
Reply With Quote
 
Bjorn Landemoo
Guest
Posts: n/a
 
      20th Sep 2004
Frank

Delete D:, and use the diskpart command extend (from safe mode with command
prompt) to extend your C: to fill the disk. This MS Knowledge Base article
might be helpful:

http://support.microsoft.com/?id=300415

This is free, however not risk free, and easy.

Best regards

Bjorn
--
Bjorn Landemoo - (E-Mail Removed) - http://landemoo.com/
Microsoft MVP (Windows Server - File System)

"Frankster" <(E-Mail Removed)> wrote:

>I just setup a new Dell SC400 server (2.8Ghz/1GB RAM, single 80 Gig AT Hard
>drive). I now have an 80 gig drive with two primary partitions. C is 60
>Gig and D is 20 Gig. D has no data, I simply formatted it.
>
>What is the easiest, and hopefully free, way of combining C and D for a C
>drive with a total of 80 Gig.
>
>I wanted to do this from the beginning. I purchased the Dell with no OS.
>It came with a startup disk that was Linux. I attempted to select the
>largest partition possible for C drive but only got 60 rather than the 80.
>I assume that was because of some kind of Linux setup limit. I dunno...
>
>-Frank
>


 
Reply With Quote
 
Kurt
Guest
Posts: n/a
 
      21st Sep 2004

Noone has asked what kind of disk setup you have. Is this just a single
drive / basic disk? If so, see the other posts. If it is a mirror or striped
set of any kind (especially if it's a hardware RAID), you may have a larger
task.

"Frankster" <(E-Mail Removed)> wrote in message
news:yO-dnfMRAttcV9PcRVn-(E-Mail Removed)...
> I just setup a new Dell SC400 server (2.8Ghz/1GB RAM, single 80 Gig AT

Hard
> drive). I now have an 80 gig drive with two primary partitions. C is 60
> Gig and D is 20 Gig. D has no data, I simply formatted it.
>
> What is the easiest, and hopefully free, way of combining C and D for a C
> drive with a total of 80 Gig.
>
> I wanted to do this from the beginning. I purchased the Dell with no OS.
> It came with a startup disk that was Linux. I attempted to select the
> largest partition possible for C drive but only got 60 rather than the 80.
> I assume that was because of some kind of Linux setup limit. I dunno...
>
> -Frank
>
>



 
Reply With Quote
 
Bjorn Landemoo
Guest
Posts: n/a
 
      21st Sep 2004
Kurt

We didn't need to ask, he wrote that he had a single 80 Gig AT Hard drive.

Best regards

Bjorn
--
Bjorn Landemoo - (E-Mail Removed) - http://landemoo.com/
Microsoft MVP (Windows Server - File System)

"Kurt" <(E-Mail Removed)> wrote:

>
>Noone has asked what kind of disk setup you have. Is this just a single
>drive / basic disk? If so, see the other posts. If it is a mirror or striped
>set of any kind (especially if it's a hardware RAID), you may have a larger
>task.
>
>"Frankster" <(E-Mail Removed)> wrote in message
>news:yO-dnfMRAttcV9PcRVn-(E-Mail Removed)...
>> I just setup a new Dell SC400 server (2.8Ghz/1GB RAM, single 80 Gig AT

>Hard
>> drive). I now have an 80 gig drive with two primary partitions. C is 60
>> Gig and D is 20 Gig. D has no data, I simply formatted it.
>>
>> What is the easiest, and hopefully free, way of combining C and D for a C
>> drive with a total of 80 Gig.
>>
>> I wanted to do this from the beginning. I purchased the Dell with no OS.
>> It came with a startup disk that was Linux. I attempted to select the
>> largest partition possible for C drive but only got 60 rather than the 80.
>> I assume that was because of some kind of Linux setup limit. I dunno...
>>
>> -Frank
>>
>>

>


 
Reply With Quote
 
Mark-Allen Perry
Guest
Posts: n/a
 
      21st Sep 2004
Neat to know. This I never tried with Diskpart.

Thanks for the information, Bjorn.

--
And always try the MS KB first before posting.
The answer is probably already posted.
MS KB: http://support.microsoft.com/default...;EN-US;KBHOWTO
----
Mark-Allen Perry
ALPHA Systems
Marly, Switzerland
mark-allen_AT_mvps_DOT_org

"Bjorn Landemoo" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
Frank

Delete D:, and use the diskpart command extend (from safe mode with command
prompt) to extend your C: to fill the disk. This MS Knowledge Base article
might be helpful:

http://support.microsoft.com/?id=300415

This is free, however not risk free, and easy.

Best regards

Bjorn
--
Bjorn Landemoo - (E-Mail Removed) - http://landemoo.com/
Microsoft MVP (Windows Server - File System)

"Frankster" <(E-Mail Removed)> wrote:

>I just setup a new Dell SC400 server (2.8Ghz/1GB RAM, single 80 Gig AT Hard
>drive). I now have an 80 gig drive with two primary partitions. C is 60
>Gig and D is 20 Gig. D has no data, I simply formatted it.
>
>What is the easiest, and hopefully free, way of combining C and D for a C
>drive with a total of 80 Gig.
>
>I wanted to do this from the beginning. I purchased the Dell with no OS.
>It came with a startup disk that was Linux. I attempted to select the
>largest partition possible for C drive but only got 60 rather than the 80.
>I assume that was because of some kind of Linux setup limit. I dunno...
>
>-Frank
>


 
Reply With Quote
 
Kurt
Guest
Posts: n/a
 
      22nd Sep 2004

Well, I'm learning to read. Maybe if I could just learn to read the whole
thing I wouldn't put my foot in my mouth so often. :-)

"Bjorn Landemoo" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Kurt
>
> We didn't need to ask, he wrote that he had a single 80 Gig AT Hard drive.
>
> Best regards
>
> Bjorn
> --
> Bjorn Landemoo - (E-Mail Removed) - http://landemoo.com/
> Microsoft MVP (Windows Server - File System)
>
> "Kurt" <(E-Mail Removed)> wrote:
>
> >
> >Noone has asked what kind of disk setup you have. Is this just a single
> >drive / basic disk? If so, see the other posts. If it is a mirror or

striped
> >set of any kind (especially if it's a hardware RAID), you may have a

larger
> >task.
> >
> >"Frankster" <(E-Mail Removed)> wrote in message
> >news:yO-dnfMRAttcV9PcRVn-(E-Mail Removed)...
> >> I just setup a new Dell SC400 server (2.8Ghz/1GB RAM, single 80 Gig AT

> >Hard
> >> drive). I now have an 80 gig drive with two primary partitions. C is

60
> >> Gig and D is 20 Gig. D has no data, I simply formatted it.
> >>
> >> What is the easiest, and hopefully free, way of combining C and D for a

C
> >> drive with a total of 80 Gig.
> >>
> >> I wanted to do this from the beginning. I purchased the Dell with no

OS.
> >> It came with a startup disk that was Linux. I attempted to select the
> >> largest partition possible for C drive but only got 60 rather than the

80.
> >> I assume that was because of some kind of Linux setup limit. I

dunno...
> >>
> >> -Frank
> >>
> >>

> >

>



 
Reply With Quote
 
Bjorn Landemoo
Guest
Posts: n/a
 
      22nd Sep 2004
"Mark-Allen Perry" <mark-allen@mvps_dot_org> wrote:

>Neat to know. This I never tried with Diskpart.
>
>Thanks for the information, Bjorn.


Mark-Allen

You can use it in Win2000 as well, there is a downloadable version on MS
web. MSKB 325590 has more complete information.

Best regards

Bjorn
--
Bjorn Landemoo - (E-Mail Removed) - http://landemoo.com/
Microsoft MVP (Windows Server - File System)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combining/merging partitions? Ross M. Greenberg Windows Vista General Discussion 7 12th Mar 2007 09:53 PM
Combining Partitions Sid Knee Microsoft Windows 2000 4 29th May 2006 10:35 PM
combining partitions =?Utf-8?B?V29sZjUy?= Windows XP Hardware 4 8th Apr 2006 06:10 AM
Combining two partitions on XP heidi@seedcornadv.com Windows XP Setup 6 18th Sep 2004 08:34 AM
Combining two partitions Kirby of Doom Windows XP Hardware 3 23rd Mar 2004 10:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:38 PM.