Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > increasing disk space

Reply
Thread Tools Display Modes

increasing disk space

 
 
Greg
Guest
Posts: n/a

 
      10-26-2007
I have an HP Proliant ML350 server running Windows Server 2003 and have two
34GB hard drives that are mirrored using a Basic (not Dynamic) disk setup. I
have run low on disk space (2GB free) and would like to just increase the
size of the current logical drive. I have installed two more 34GB drives
that are mirrored (I assume because of the RAID controller settings since
they show as one 34GB logical drive). When looking at the "Disk Management"
profiles of the installed disks under the Computer Management console, it
shows the existing disks as "Disk 0" Basic 33.91GB Online Healthy (System)
and the newly installed disks as "Disk 1" Basic 33.91GB Online Unallocated.

My question is: How do I add the Unallocated "Disk1" to the Healthy "Disk0"
so that I have one logical drive that is roughly 68GBs in size?

Thanks,
Greg
 
Reply With Quote
 
 
 
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      10-26-2007
Hello,

i do not recommend you to convert to dynamic.

Do you currently have more than one partition ?
You may move the second one to the new disk, and then extend the system
drive through diskpart (need to have free space just after the partition)


--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr


"Greg" <> wrote in message
news:53B8AF10-04AB-49BA-8362-...
>I have an HP Proliant ML350 server running Windows Server 2003 and have two
> 34GB hard drives that are mirrored using a Basic (not Dynamic) disk setup.
> I
> have run low on disk space (2GB free) and would like to just increase the
> size of the current logical drive. I have installed two more 34GB drives
> that are mirrored (I assume because of the RAID controller settings since
> they show as one 34GB logical drive). When looking at the "Disk
> Management"
> profiles of the installed disks under the Computer Management console, it
> shows the existing disks as "Disk 0" Basic 33.91GB Online Healthy (System)
> and the newly installed disks as "Disk 1" Basic 33.91GB Online
> Unallocated.
>
> My question is: How do I add the Unallocated "Disk1" to the Healthy
> "Disk0"
> so that I have one logical drive that is roughly 68GBs in size?
>
> Thanks,
> Greg


 
Reply With Quote
 
SBS Rocker
Guest
Posts: n/a

 
      10-26-2007
Hi Mathieu,
I saw this post and it is of interest to me as I am planning the same thing.
I have a "data" patition RAID 5 on a dual channel RAID controller. My OS is
on the other channel. This is "basic" NTFS partition that I would like to
extend the primary partition. I currently have 5 - 73GB SCSI 15k drives
ttached and 1 hot spare. The new 73 GB is already part of the RAID 5 array
and I want to add it to the primary just like Greg wants to do.
My question is have you done this before and are there any concerns that I
need to be aware of? This is my "D" drive and is mostly data although I do
have a few programs installed in D:\Program Files. I don't think my programs
are an issue as nothing on C or D is going to change except extending the
primary partition on D: drive. thanks.

"Mathieu CHATEAU" <> wrote in message
news:...
> Hello,
>
> i do not recommend you to convert to dynamic.
>
> Do you currently have more than one partition ?
> You may move the second one to the new disk, and then extend the system
> drive through diskpart (need to have free space just after the partition)
>
>
> --
> Cordialement,
> Mathieu CHATEAU
> English blog: http://lordoftheping.blogspot.com
> French blog: http://www.lotp.fr
>
>
> "Greg" <> wrote in message
> news:53B8AF10-04AB-49BA-8362-...
>>I have an HP Proliant ML350 server running Windows Server 2003 and have
>>two
>> 34GB hard drives that are mirrored using a Basic (not Dynamic) disk
>> setup. I
>> have run low on disk space (2GB free) and would like to just increase the
>> size of the current logical drive. I have installed two more 34GB drives
>> that are mirrored (I assume because of the RAID controller settings since
>> they show as one 34GB logical drive). When looking at the "Disk
>> Management"
>> profiles of the installed disks under the Computer Management console, it
>> shows the existing disks as "Disk 0" Basic 33.91GB Online Healthy
>> (System)
>> and the newly installed disks as "Disk 1" Basic 33.91GB Online
>> Unallocated.
>>
>> My question is: How do I add the Unallocated "Disk1" to the Healthy
>> "Disk0"
>> so that I have one logical drive that is roughly 68GBs in size?
>>
>> Thanks,
>> Greg

>



 
Reply With Quote
 
SBS Rocker
Guest
Posts: n/a

 
      10-26-2007
Another question. According to the article I read after using the diskpart
utility it will convert from basic to dynamic?


"Mathieu CHATEAU" <> wrote in message
news:...
> Hello,
>
> i do not recommend you to convert to dynamic.
>
> Do you currently have more than one partition ?
> You may move the second one to the new disk, and then extend the system
> drive through diskpart (need to have free space just after the partition)
>
>
> --
> Cordialement,
> Mathieu CHATEAU
> English blog: http://lordoftheping.blogspot.com
> French blog: http://www.lotp.fr
>
>
> "Greg" <> wrote in message
> news:53B8AF10-04AB-49BA-8362-...
>>I have an HP Proliant ML350 server running Windows Server 2003 and have
>>two
>> 34GB hard drives that are mirrored using a Basic (not Dynamic) disk
>> setup. I
>> have run low on disk space (2GB free) and would like to just increase the
>> size of the current logical drive. I have installed two more 34GB drives
>> that are mirrored (I assume because of the RAID controller settings since
>> they show as one 34GB logical drive). When looking at the "Disk
>> Management"
>> profiles of the installed disks under the Computer Management console, it
>> shows the existing disks as "Disk 0" Basic 33.91GB Online Healthy
>> (System)
>> and the newly installed disks as "Disk 1" Basic 33.91GB Online
>> Unallocated.
>>
>> My question is: How do I add the Unallocated "Disk1" to the Healthy
>> "Disk0"
>> so that I have one logical drive that is roughly 68GBs in size?
>>
>> Thanks,
>> Greg

>



 
Reply With Quote
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      10-26-2007
So from diskmgmt.msc, on the disk 1, you have your data partition, and free
space (unallocated) just after ?
Easy to do:
diskpart
list disk
select disk X (should be 1, the disk where data resides)
list volume
select volume X (the data one)
extend


--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr


"SBS Rocker" <> wrote in message
news:%...
> Hi Mathieu,
> I saw this post and it is of interest to me as I am planning the same
> thing. I have a "data" patition RAID 5 on a dual channel RAID controller.
> My OS is on the other channel. This is "basic" NTFS partition that I would
> like to extend the primary partition. I currently have 5 - 73GB SCSI 15k
> drives ttached and 1 hot spare. The new 73 GB is already part of the RAID
> 5 array and I want to add it to the primary just like Greg wants to do.
> My question is have you done this before and are there any concerns that I
> need to be aware of? This is my "D" drive and is mostly data although I do
> have a few programs installed in D:\Program Files. I don't think my
> programs are an issue as nothing on C or D is going to change except
> extending the primary partition on D: drive. thanks.
>
> "Mathieu CHATEAU" <> wrote in message
> news:...
>> Hello,
>>
>> i do not recommend you to convert to dynamic.
>>
>> Do you currently have more than one partition ?
>> You may move the second one to the new disk, and then extend the system
>> drive through diskpart (need to have free space just after the partition)
>>
>>
>> --
>> Cordialement,
>> Mathieu CHATEAU
>> English blog: http://lordoftheping.blogspot.com
>> French blog: http://www.lotp.fr
>>
>>
>> "Greg" <> wrote in message
>> news:53B8AF10-04AB-49BA-8362-...
>>>I have an HP Proliant ML350 server running Windows Server 2003 and have
>>>two
>>> 34GB hard drives that are mirrored using a Basic (not Dynamic) disk
>>> setup. I
>>> have run low on disk space (2GB free) and would like to just increase
>>> the
>>> size of the current logical drive. I have installed two more 34GB
>>> drives
>>> that are mirrored (I assume because of the RAID controller settings
>>> since
>>> they show as one 34GB logical drive). When looking at the "Disk
>>> Management"
>>> profiles of the installed disks under the Computer Management console,
>>> it
>>> shows the existing disks as "Disk 0" Basic 33.91GB Online Healthy
>>> (System)
>>> and the newly installed disks as "Disk 1" Basic 33.91GB Online
>>> Unallocated.
>>>
>>> My question is: How do I add the Unallocated "Disk1" to the Healthy
>>> "Disk0"
>>> so that I have one logical drive that is roughly 68GBs in size?
>>>
>>> Thanks,
>>> Greg

>>

>
>


 
Reply With Quote
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      10-26-2007
Do not convert, i repeat, do not convert.
It keeps basic if you go my way

--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr


"SBS Rocker" <> wrote in message
news:eE2%...
> Another question. According to the article I read after using the diskpart
> utility it will convert from basic to dynamic?
>
>
> "Mathieu CHATEAU" <> wrote in message
> news:...
>> Hello,
>>
>> i do not recommend you to convert to dynamic.
>>
>> Do you currently have more than one partition ?
>> You may move the second one to the new disk, and then extend the system
>> drive through diskpart (need to have free space just after the partition)
>>
>>
>> --
>> Cordialement,
>> Mathieu CHATEAU
>> English blog: http://lordoftheping.blogspot.com
>> French blog: http://www.lotp.fr
>>
>>
>> "Greg" <> wrote in message
>> news:53B8AF10-04AB-49BA-8362-...
>>>I have an HP Proliant ML350 server running Windows Server 2003 and have
>>>two
>>> 34GB hard drives that are mirrored using a Basic (not Dynamic) disk
>>> setup. I
>>> have run low on disk space (2GB free) and would like to just increase
>>> the
>>> size of the current logical drive. I have installed two more 34GB
>>> drives
>>> that are mirrored (I assume because of the RAID controller settings
>>> since
>>> they show as one 34GB logical drive). When looking at the "Disk
>>> Management"
>>> profiles of the installed disks under the Computer Management console,
>>> it
>>> shows the existing disks as "Disk 0" Basic 33.91GB Online Healthy
>>> (System)
>>> and the newly installed disks as "Disk 1" Basic 33.91GB Online
>>> Unallocated.
>>>
>>> My question is: How do I add the Unallocated "Disk1" to the Healthy
>>> "Disk0"
>>> so that I have one logical drive that is roughly 68GBs in size?
>>>
>>> Thanks,
>>> Greg

>>

>
>


 
Reply With Quote
 
SBS Rocker
Guest
Posts: n/a

 
      10-26-2007
ok. I wasn't going to convert it's just that I read it will. Perhaps I
misread. So when I get to the extend portion of the command it will know to
use all unallocated space to extend the primary partition? I have 1 primary
partition on DISK 1 which is my data.

"Mathieu CHATEAU" <> wrote in message
news:%...
> Do not convert, i repeat, do not convert.
> It keeps basic if you go my way
>
> --
> Cordialement,
> Mathieu CHATEAU
> English blog: http://lordoftheping.blogspot.com
> French blog: http://www.lotp.fr
>
>
> "SBS Rocker" <> wrote in message
> news:eE2%...
>> Another question. According to the article I read after using the
>> diskpart utility it will convert from basic to dynamic?
>>
>>
>> "Mathieu CHATEAU" <> wrote in message
>> news:...
>>> Hello,
>>>
>>> i do not recommend you to convert to dynamic.
>>>
>>> Do you currently have more than one partition ?
>>> You may move the second one to the new disk, and then extend the system
>>> drive through diskpart (need to have free space just after the
>>> partition)
>>>
>>>
>>> --
>>> Cordialement,
>>> Mathieu CHATEAU
>>> English blog: http://lordoftheping.blogspot.com
>>> French blog: http://www.lotp.fr
>>>
>>>
>>> "Greg" <> wrote in message
>>> news:53B8AF10-04AB-49BA-8362-...
>>>>I have an HP Proliant ML350 server running Windows Server 2003 and have
>>>>two
>>>> 34GB hard drives that are mirrored using a Basic (not Dynamic) disk
>>>> setup. I
>>>> have run low on disk space (2GB free) and would like to just increase
>>>> the
>>>> size of the current logical drive. I have installed two more 34GB
>>>> drives
>>>> that are mirrored (I assume because of the RAID controller settings
>>>> since
>>>> they show as one 34GB logical drive). When looking at the "Disk
>>>> Management"
>>>> profiles of the installed disks under the Computer Management console,
>>>> it
>>>> shows the existing disks as "Disk 0" Basic 33.91GB Online Healthy
>>>> (System)
>>>> and the newly installed disks as "Disk 1" Basic 33.91GB Online
>>>> Unallocated.
>>>>
>>>> My question is: How do I add the Unallocated "Disk1" to the Healthy
>>>> "Disk0"
>>>> so that I have one logical drive that is roughly 68GBs in size?
>>>>
>>>> Thanks,
>>>> Greg
>>>

>>
>>

>



 
Reply With Quote
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      10-26-2007
yes


--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr


"SBS Rocker" <> wrote in message
news:...
> ok. I wasn't going to convert it's just that I read it will. Perhaps I
> misread. So when I get to the extend portion of the command it will know
> to use all unallocated space to extend the primary partition? I have 1
> primary partition on DISK 1 which is my data.
>
> "Mathieu CHATEAU" <> wrote in message
> news:%...
>> Do not convert, i repeat, do not convert.
>> It keeps basic if you go my way
>>
>> --
>> Cordialement,
>> Mathieu CHATEAU
>> English blog: http://lordoftheping.blogspot.com
>> French blog: http://www.lotp.fr
>>
>>
>> "SBS Rocker" <> wrote in message
>> news:eE2%...
>>> Another question. According to the article I read after using the
>>> diskpart utility it will convert from basic to dynamic?
>>>
>>>
>>> "Mathieu CHATEAU" <> wrote in message
>>> news:...
>>>> Hello,
>>>>
>>>> i do not recommend you to convert to dynamic.
>>>>
>>>> Do you currently have more than one partition ?
>>>> You may move the second one to the new disk, and then extend the system
>>>> drive through diskpart (need to have free space just after the
>>>> partition)
>>>>
>>>>
>>>> --
>>>> Cordialement,
>>>> Mathieu CHATEAU
>>>> English blog: http://lordoftheping.blogspot.com
>>>> French blog: http://www.lotp.fr
>>>>
>>>>
>>>> "Greg" <> wrote in message
>>>> news:53B8AF10-04AB-49BA-8362-...
>>>>>I have an HP Proliant ML350 server running Windows Server 2003 and have
>>>>>two
>>>>> 34GB hard drives that are mirrored using a Basic (not Dynamic) disk
>>>>> setup. I
>>>>> have run low on disk space (2GB free) and would like to just increase
>>>>> the
>>>>> size of the current logical drive. I have installed two more 34GB
>>>>> drives
>>>>> that are mirrored (I assume because of the RAID controller settings
>>>>> since
>>>>> they show as one 34GB logical drive). When looking at the "Disk
>>>>> Management"
>>>>> profiles of the installed disks under the Computer Management console,
>>>>> it
>>>>> shows the existing disks as "Disk 0" Basic 33.91GB Online Healthy
>>>>> (System)
>>>>> and the newly installed disks as "Disk 1" Basic 33.91GB Online
>>>>> Unallocated.
>>>>>
>>>>> My question is: How do I add the Unallocated "Disk1" to the Healthy
>>>>> "Disk0"
>>>>> so that I have one logical drive that is roughly 68GBs in size?
>>>>>
>>>>> Thanks,
>>>>> Greg
>>>>
>>>
>>>

>>

>
>


 
Reply With Quote
 
SBS Rocker
Guest
Posts: n/a

 
      10-26-2007
Thanks Mathieu for your feedback. I really do appreciate it and my apologies
to Greg to taking over his thread here but hopefully my answers are his
also. One last question. Approximately how long would you expect this take.
I have 5 - 73GB drives in my RAID 5 array plus 1 hot spare.


"Mathieu CHATEAU" <> wrote in message
news:...
> yes
>
>
> --
> Cordialement,
> Mathieu CHATEAU
> English blog: http://lordoftheping.blogspot.com
> French blog: http://www.lotp.fr
>
>
> "SBS Rocker" <> wrote in message
> news:...
>> ok. I wasn't going to convert it's just that I read it will. Perhaps I
>> misread. So when I get to the extend portion of the command it will know
>> to use all unallocated space to extend the primary partition? I have 1
>> primary partition on DISK 1 which is my data.
>>
>> "Mathieu CHATEAU" <> wrote in message
>> news:%...
>>> Do not convert, i repeat, do not convert.
>>> It keeps basic if you go my way
>>>
>>> --
>>> Cordialement,
>>> Mathieu CHATEAU
>>> English blog: http://lordoftheping.blogspot.com
>>> French blog: http://www.lotp.fr
>>>
>>>
>>> "SBS Rocker" <> wrote in message
>>> news:eE2%...
>>>> Another question. According to the article I read after using the
>>>> diskpart utility it will convert from basic to dynamic?
>>>>
>>>>
>>>> "Mathieu CHATEAU" <> wrote in message
>>>> news:...
>>>>> Hello,
>>>>>
>>>>> i do not recommend you to convert to dynamic.
>>>>>
>>>>> Do you currently have more than one partition ?
>>>>> You may move the second one to the new disk, and then extend the
>>>>> system drive through diskpart (need to have free space just after the
>>>>> partition)
>>>>>
>>>>>
>>>>> --
>>>>> Cordialement,
>>>>> Mathieu CHATEAU
>>>>> English blog: http://lordoftheping.blogspot.com
>>>>> French blog: http://www.lotp.fr
>>>>>
>>>>>
>>>>> "Greg" <> wrote in message
>>>>> news:53B8AF10-04AB-49BA-8362-...
>>>>>>I have an HP Proliant ML350 server running Windows Server 2003 and
>>>>>>have two
>>>>>> 34GB hard drives that are mirrored using a Basic (not Dynamic) disk
>>>>>> setup. I
>>>>>> have run low on disk space (2GB free) and would like to just increase
>>>>>> the
>>>>>> size of the current logical drive. I have installed two more 34GB
>>>>>> drives
>>>>>> that are mirrored (I assume because of the RAID controller settings
>>>>>> since
>>>>>> they show as one 34GB logical drive). When looking at the "Disk
>>>>>> Management"
>>>>>> profiles of the installed disks under the Computer Management
>>>>>> console, it
>>>>>> shows the existing disks as "Disk 0" Basic 33.91GB Online Healthy
>>>>>> (System)
>>>>>> and the newly installed disks as "Disk 1" Basic 33.91GB Online
>>>>>> Unallocated.
>>>>>>
>>>>>> My question is: How do I add the Unallocated "Disk1" to the Healthy
>>>>>> "Disk0"
>>>>>> so that I have one logical drive that is roughly 68GBs in size?
>>>>>>
>>>>>> Thanks,
>>>>>> Greg
>>>>>
>>>>
>>>>
>>>

>>
>>

>



 
Reply With Quote
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      10-27-2007
on my VM, it take some seconds for an extend of 2G. You may expect a few
minutes.

--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr


"SBS Rocker" <> wrote in message
news:...
> Thanks Mathieu for your feedback. I really do appreciate it and my
> apologies to Greg to taking over his thread here but hopefully my answers
> are his also. One last question. Approximately how long would you expect
> this take. I have 5 - 73GB drives in my RAID 5 array plus 1 hot spare.
>
>
> "Mathieu CHATEAU" <> wrote in message
> news:...
>> yes
>>
>>
>> --
>> Cordialement,
>> Mathieu CHATEAU
>> English blog: http://lordoftheping.blogspot.com
>> French blog: http://www.lotp.fr
>>
>>
>> "SBS Rocker" <> wrote in message
>> news:...
>>> ok. I wasn't going to convert it's just that I read it will. Perhaps I
>>> misread. So when I get to the extend portion of the command it will know
>>> to use all unallocated space to extend the primary partition? I have 1
>>> primary partition on DISK 1 which is my data.
>>>
>>> "Mathieu CHATEAU" <> wrote in message
>>> news:%...
>>>> Do not convert, i repeat, do not convert.
>>>> It keeps basic if you go my way
>>>>
>>>> --
>>>> Cordialement,
>>>> Mathieu CHATEAU
>>>> English blog: http://lordoftheping.blogspot.com
>>>> French blog: http://www.lotp.fr
>>>>
>>>>
>>>> "SBS Rocker" <> wrote in message
>>>> news:eE2%...
>>>>> Another question. According to the article I read after using the
>>>>> diskpart utility it will convert from basic to dynamic?
>>>>>
>>>>>
>>>>> "Mathieu CHATEAU" <> wrote in message
>>>>> news:...
>>>>>> Hello,
>>>>>>
>>>>>> i do not recommend you to convert to dynamic.
>>>>>>
>>>>>> Do you currently have more than one partition ?
>>>>>> You may move the second one to the new disk, and then extend the
>>>>>> system drive through diskpart (need to have free space just after the
>>>>>> partition)
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Cordialement,
>>>>>> Mathieu CHATEAU
>>>>>> English blog: http://lordoftheping.blogspot.com
>>>>>> French blog: http://www.lotp.fr
>>>>>>
>>>>>>
>>>>>> "Greg" <> wrote in message
>>>>>> news:53B8AF10-04AB-49BA-8362-...
>>>>>>>I have an HP Proliant ML350 server running Windows Server 2003 and
>>>>>>>have two
>>>>>>> 34GB hard drives that are mirrored using a Basic (not Dynamic) disk
>>>>>>> setup. I
>>>>>>> have run low on disk space (2GB free) and would like to just
>>>>>>> increase the
>>>>>>> size of the current logical drive. I have installed two more 34GB
>>>>>>> drives
>>>>>>> that are mirrored (I assume because of the RAID controller settings
>>>>>>> since
>>>>>>> they show as one 34GB logical drive). When looking at the "Disk
>>>>>>> Management"
>>>>>>> profiles of the installed disks under the Computer Management
>>>>>>> console, it
>>>>>>> shows the existing disks as "Disk 0" Basic 33.91GB Online Healthy
>>>>>>> (System)
>>>>>>> and the newly installed disks as "Disk 1" Basic 33.91GB Online
>>>>>>> Unallocated.
>>>>>>>
>>>>>>> My question is: How do I add the Unallocated "Disk1" to the Healthy
>>>>>>> "Disk0"
>>>>>>> so that I have one logical drive that is roughly 68GBs in size?
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Greg
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>

>>

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Cluster Nodes Not Failing Over - Physical Disk Resource gtlscot Windows Server 2 04-24-2007 08:12 PM
Re: W3K R2 disk quota - user directories showing incorrect free space Danny Sanders Windows Server 0 02-02-2007 04:26 PM
Re: Total Disk Space Incorrectly Reported on Server 2003 Pegasus \(MVP\) Windows Server 0 11-21-2006 03:39 AM
Low Disk Space Alerts in the System Monitor on SBS 03 Digital Hands Windows Server 0 07-07-2006 12:50 PM
w2k server - limited free disk space Thomas Kroljic Windows Server 15 10-23-2004 11:03 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59