 |
|
 |
|
Next: IIS6 Can't browse htm or asp
|
| Author |
Message |
External

Since: May 24, 2004 Posts: 2
|
(Msg. 1) Posted: Tue May 25, 2004 1:27 am
Post subject: running out of disk space Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
I want to add another hard drive to the computer that is serving files.
I don't want to get rid of the drive that's in there, I want to "add to it".
In ISS it gives me the choice of "home directory". I'm sure I can't choose
two different drives.
How can I add another drive and pick up where it leaves off, ie, span the
two together. I this possible? I have an 80 gig that's almost filled and I
want to add a 120 gig, so I want my home directory to be able to "see" 200
gigs.
Any suggestions? >> Stay informed about: running out of disk space |
|
| Back to top |
|
 |  |
External

Since: Apr 11, 2004 Posts: 87
|
(Msg. 2) Posted: Tue May 25, 2004 2:42 pm
Post subject: Re: running out of disk space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Everything to do with IIS...
It is strongly suggested that you move your entire site(s) to the second
harddrive so that the extra work is done on the second drive instead of your
O/S drive. You should see an increase in speed of access to your site(s),
and you won't need any virtual directories. You should partition your
second harddrive and move your Page file to the second drive and put it in
it's own partition, depending on the size of your Page File and the amount
of Ram you have.
--
Regards,
Carroll
"Bryce" <fukuzz.RemoveThis@takethisout.hotmail.com> wrote in message
news:OK9N6jhQEHA.556@tk2msftngp13.phx.gbl...
> I want to add another hard drive to the computer that is serving files.
>
> I don't want to get rid of the drive that's in there, I want to "add to
it".
>
> In ISS it gives me the choice of "home directory". I'm sure I can't choose
> two different drives.
>
> How can I add another drive and pick up where it leaves off, ie, span the
> two together. I this possible? I have an 80 gig that's almost filled and I
> want to add a 120 gig, so I want my home directory to be able to "see" 200
> gigs.
>
> Any suggestions?
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: running out of disk space |
|
| Back to top |
|
 |  |
External

Since: Aug 28, 2003 Posts: 617
|
(Msg. 3) Posted: Tue May 25, 2004 4:25 pm
Post subject: Re: running out of disk space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Tue, 25 May 2004 11:42:41 GMT, "Carroll" <unknown.DeleteThis@noplace.com>
wrote:
>Everything to do with IIS...
Not really. Its a disk management issue. IIS doesn't do disk
management, its a web server.
>It is strongly suggested that you move your entire site(s) to the second
>harddrive so that the extra work is done on the second drive instead of your
>O/S drive. You should see an increase in speed of access to your site(s),
>and you won't need any virtual directories. You should partition your
>second harddrive and move your Page file to the second drive and put it in
>it's own partition, depending on the size of your Page File and the amount
>of Ram you have.
Refer to this KB article for details on how to extend a volume :
Restrictions on Extending or Spanning Simple Volumes on Dynamic Disks
<a style='text-decoration: underline;' href="http://support.microsoft.com/?kbid=225551" target="_blank">http://support.microsoft.com/?kbid=225551</a>
Regards,
Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: running out of disk space |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 3041
|
(Msg. 4) Posted: Tue May 25, 2004 6:48 pm
Post subject: Re: running out of disk space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Nothing to do with IIS
If you have a RAID controller that supports RAID 0 (striping), you can do
this. Alternatively, if you have dynamic disks (within Windows Disk
Management), I believe you can crate a RAID 0 array.
Otherwise, all you can do is add a "virtual directory" underneath your home
directory, and point this to your second drive, eg:
http://localhost/ <- points to location on c: drive
http://localhost/additional/ <- points to location on d: drive
Cheers
Ken
"Bryce" <fukuzz RemoveThis @takethisout.hotmail.com> wrote in message
news:OK9N6jhQEHA.556@tk2msftngp13.phx.gbl...
: I want to add another hard drive to the computer that is serving files.
:
: I don't want to get rid of the drive that's in there, I want to "add to
it".
:
: In ISS it gives me the choice of "home directory". I'm sure I can't choose
: two different drives.
:
: How can I add another drive and pick up where it leaves off, ie, span the
: two together. I this possible? I have an 80 gig that's almost filled and I
: want to add a 120 gig, so I want my home directory to be able to "see" 200
: gigs.
:
: Any suggestions?
:
: >> Stay informed about: running out of disk space |
|
| Back to top |
|
 |  |
External

Since: May 24, 2004 Posts: 2
|
(Msg. 5) Posted: Tue May 25, 2004 6:48 pm
Post subject: Re: running out of disk space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I'll do virtual directory.
Thanks!
"Ken Schaefer" <kenREMOVE.DeleteThis@THISadOpenStatic.com> wrote in message
news:%23JrOPvhQEHA.2132@TK2MSFTNGP11.phx.gbl...
> Nothing to do with IIS
>
> If you have a RAID controller that supports RAID 0 (striping), you can do
> this. Alternatively, if you have dynamic disks (within Windows Disk
> Management), I believe you can crate a RAID 0 array.
>
> Otherwise, all you can do is add a "virtual directory" underneath your
home
> directory, and point this to your second drive, eg:
>
> <a style='text-decoration: underline;' href="http://localhost/" target="_blank">http://localhost/</a> <- points to location on c: drive
> <a style='text-decoration: underline;' href="http://localhost/additional/" target="_blank">http://localhost/additional/</a> <- points to location on d: drive
>
> Cheers
> Ken
>
> "Bryce" <fukuzz.DeleteThis@takethisout.hotmail.com> wrote in message
> news:OK9N6jhQEHA.556@tk2msftngp13.phx.gbl...
> : I want to add another hard drive to the computer that is serving files.
> :
> : I don't want to get rid of the drive that's in there, I want to "add to
> it".
> :
> : In ISS it gives me the choice of "home directory". I'm sure I can't
choose
> : two different drives.
> :
> : How can I add another drive and pick up where it leaves off, ie, span
the
> : two together. I this possible? I have an 80 gig that's almost filled and
I
> : want to add a 120 gig, so I want my home directory to be able to "see"
200
> : gigs.
> :
> : Any suggestions?
> :
> :
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: running out of disk space |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 3041
|
(Msg. 6) Posted: Wed May 26, 2004 3:33 am
Post subject: Re: running out of disk space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
No, nothing to do with IIS.
He wanted to be able to *extend* his initial partition (on his first disk),
so that it encompassed both disks. IIS doesn't do that. You can do it
(sometimes) with Windows, or you need a disk controller (eg a RAID
controller) that supports RAID 0 (disk striping)
Cheers
Ken
"Carroll" <unknown.TakeThisOut@noplace.com> wrote in message
news:RiGsc.47496$Np3.2038872@ursa-nb00s0.nbnet.nb.ca...
: Everything to do with IIS...
:
: It is strongly suggested that you move your entire site(s) to the second
: harddrive so that the extra work is done on the second drive instead of
your
: O/S drive. You should see an increase in speed of access to your site(s),
: and you won't need any virtual directories. You should partition your
: second harddrive and move your Page file to the second drive and put it in
: it's own partition, depending on the size of your Page File and the amount
: of Ram you have.
:
: --
:
:
: Regards,
:
: Carroll
:
:
: "Bryce" <fukuzz.TakeThisOut@takethisout.hotmail.com> wrote in message
: news:OK9N6jhQEHA.556@tk2msftngp13.phx.gbl...
: > I want to add another hard drive to the computer that is serving files.
: >
: > I don't want to get rid of the drive that's in there, I want to "add to
: it".
: >
: > In ISS it gives me the choice of "home directory". I'm sure I can't
choose
: > two different drives.
: >
: > How can I add another drive and pick up where it leaves off, ie, span
the
: > two together. I this possible? I have an 80 gig that's almost filled and
I
: > want to add a 120 gig, so I want my home directory to be able to "see"
200
: > gigs.
: >
: > Any suggestions?
: >
: >
:
: >> Stay informed about: running out of disk space |
|
| Back to top |
|
 |  |
External

Since: Aug 26, 2003 Posts: 1525
|
(Msg. 7) Posted: Wed May 26, 2004 6:39 am
Post subject: Re: running out of disk space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Tue, 25 May 2004 11:42:41 GMT, "Carroll" <unknown.DeleteThis@noplace.com>
wrote:
>Everything to do with IIS...
IIS won't let you manage disks, won't extend a partition and won't do
quotas, so I can't see where you came to that conclusion.
>It is strongly suggested that you move your entire site(s) to the second
>harddrive so that the extra work is done on the second drive instead of your
>O/S drive. You should see an increase in speed of access to your site(s),
>and you won't need any virtual directories. You should partition your
>second harddrive and move your Page file to the second drive and put it in
>it's own partition, depending on the size of your Page File and the amount
>of Ram you have.
Except for moving files that happen to be used by IIS, you haven't
posted anything IIS related either. You won't see any increase in
speed, and your suggestions for the page file don't make sense in his
case, but for the reasons you'll need to check a relevant group since
those aren't IIS related either.
Jeff<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: running out of disk space |
|
| Back to top |
|
 |  |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|