Re: c: drive getting full
On Jul 22, 3:54?am, "Greg O" <n...@all.com> wrote:
> "Peter" <spamf...@tampabay.rr.com> wrote in message
>
> news:46a14675$0$4693$4c368faf@roadrunner.com...
>
>
>
>
>
> > Greg O wrote:
>
> >> On Jul 10, 6:16 am, Patriot <Patr...@discussions.microsoft.com> wrote:
> >>> I have already moved the exchange store as well as all applications to
> >>> the second partition. Again most of the drive space it taken by the
> >>> c:\windows directory.
>
> >>> "Mark" wrote:
> >>> > I always install the OS on C:, then install all other apps on another
> >>> > drive,
> >>> > such as D. Is there any way that they could uninstall and then
> >>> > reinstall the
> >>> > third party apps in this manner? Just the OS alone should not be
> >>> > eating up
> >>> > 10 gigs. I'm sure that the Exchange store is eating up most of
> >>> > that...
> >>> > move
> >>> > it to D as well. Exchange has a utility to move it to other
> >>> > locations,
> >>> > or a t leasr version 5.5 did...
>
> >>> > Mark
>
> >>> > "Patriot" wrote:
>
> >>> > > Is it possible to move the windows updated files or other files in
> >>> > > the c:\windows directory to another partition? A new customer
> >>> > > purchased a server from Dell with a 12 GB primary partition. Now
> >>> > > they
> >>> > > have 2GB free, over 7 GB is the c:windows directory. The other big
> >>> > > directory is c:\documents and settings.
>
> >>> > > BTW they are running Windows 2003 sp2 with AD and Exchange 2003.
>
> >>> > > Thank you for your help.- Hide quoted text -
>
> >>> - Show quoted text -
>
> >> You can add a second hard drive to the system and span it and the
> >> system drive. You make the system drive dynamic, and then span it with
> >> the second drive. For example if your system drive is drive C, is 12
> >> gb and the second disk is 100 gb then spanning will appear as if your
> >> C drive is 112 gb. The downside is that it is not fault tolerant like
> >> raid 5 or mirroring and if either drive fails all data on both will be
> >> lost. A second way to go is to compress the drive but if you have some
> >> problems then try decompressing parts of it until the problem is
> >> solved. For example exchange may not work correctly with compressed
> >> files. The best way is to ghost, backup, etc the drive onto a larger
> >> new drive. Also you can use a program like partition magic to increase
> >> the size of the primary partition.
>
> > If only this were true, many an administrator would be saved a lot of
> > grief
> > and downtime. But, you can NOT span system or boot volumes.
>
> > To get more space on system and boot volumes requires resizing these
> > volumes
> > with third party tools, typically after moving them to a larger physical
> > disk.
>
> > HTH
>
> > Peter
>
> Are you sure you can span a system or boot volume? For example:
>
> http://support.microsoft.com/kb/323442/
>
> It says you can't extend a system or boot volume but is silent about
> spanning one. I recall having done it in the past, which is why I mentioned
> it but I could be mistaken. I searched around after your comment but can't
> find anyone saying it cannot be done.- Hide quoted text -
>
> - Show quoted text -
On the topic of spanning, don't do it. Ever. While you gain additional
space, you double your risk of data loss resulting from a drive
failure. If one physical drive in a spanned volum fails you lose all
data. If this is a production server it should be on at least a RAID 1
array hanging off a hardware controller.
To migrate to a larger disk there are a number of imaging products on
the market. I recommend Acronis True Image. In this case you simply
boot the machine off of an Acronis boot CD, browse the network to a
share of sufficient capacity to hold the image, and begin the image
creation process. Install a larger disk, or install multiple disks and
create a RAID array, boot off the CD again and pull the image back to
the new volume. It's really fairly simple.
Finally, Windirstat is an excellent piece of freeware for determining
disk consumption by directory. You can find it here:
http://windirstat.info/
HTH