(Msg. 9) Posted: Sun Jul 20, 2008 3:55 pm
Post subject: Re: C drive running out of space [Login to view extended thread Info.] Archived from groups: microsoft>public>windows>vista>performance_maintenance (more info?)
>
> How much Ram do you have installed? I have 2 GB Ram and don't run a
> swap file.
It's called the "page" file in Windows XP. Turning it off is a very
bad thing to do, regardless of how much RAM you have. That's for two
reasons:
1. If you don't have a page file, you can't use all the RAM you have.
That's because Windows preallocates virtual memory in anticipation of
a possible need for it, even though that allocated virtual memory may
never be used. Without a page file, that allocation has to be made in
real memory, thus tying up that memory and preventing it from being
used for any purpose.
2. There is never a benefit in not having a page file. If it isn't
needed, it won't be used. Don't confuse allocated memory with used
memory.
> The only time I got a "low memory" error msg was because I
> kept trying to play a bad video file and without realizing it I had 1/2
> dozen copies of VLC Media Player running.
>
> If you must use swap, move it to D:
Assuming that D: is a second partition, that's also bad advice.
Putting the Page File on a second partition is not a good idea, and
can hurt your performance. What it does is move the page file to a
location on the hard drive distant from the other frequently-used data
on the drive. The result is that every time Windows needs to use the
page file, the time to get to it and back from it is increased.
Putting the page file on a second *physical* drive is a good idea,
since it decreases head movement, but not to a second partition on a
single drive. A good rule of thumb is that the page file should be on
the most-used partition of the least-used physical drive. For almost
everyone with a single drive, that's C:.
--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup
(Msg. 10) Posted: Sun Jul 20, 2008 11:20 pm
Post subject: Re: C drive running out of space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
First of all try to 'free up some disk space '
(http://www.winvistaclub.com/t73.html)from your C Drive. Next you may
have to see if you can 'Extend the C partition'
(http://www.winvistaclub.com/t11.html) using Vista's Disk Management
utility. You can not merge partitions in Vista with this Utility. Also
note that you can extend only to the right; if you are desirous of
extending the partition to the left, you may have to use a 3rd party
utility, like Acronis.
Pradeep;64553 Wrote:
> Hi,
>
> As described in the subject line, i am facing a c drive running out of > space
> problem. The following are the details related to the same:
>
> OS : Windows Vista Home Premium
> SP: Service Pack 1 Installed
> Total hard disk capacity: 100GB
> C Drive: 20 GB
> D Drive: 80 GB
>
> I thought it could be because of the program files folder that i am > facing
> the issue but found that its size is 2.43GB. All the other folders are > less
> but windows folder is taking the maximum share i.e. 14 GB. All the > programs i
> have installed in the PC, i have taken enough care to specify their
> installation path to drive D. Still i am facing this problem.
>
> Drive C has about 60 GB free space. Is there any tool using which i > could
> delete the partition so that i can get rid of this problem. Any other
> suggestions are also welcome.
>
> Thanks in Advance.
>
> Pradeep
(Msg. 11) Posted: Mon Jul 21, 2008 1:03 pm
Post subject: Re: C drive running out of space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
A swap file by any other name is virtual memory. To run out of disc
space to support a swap file that isn't needed is insane.
If you have enough ram you don't need swap. Not everyone runs MS
Office apps.
--
MilesAhead
"Why is half the world named after a guy I never heard of?"
(Msg. 12) Posted: Mon Jul 21, 2008 1:08 pm
Post subject: Re: C drive running out of space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
I would put 128MB minimum and maximum paging file on C:. Move the rest
to D: 2GB minimum and maximum on D: . A small paging file on C: helps
with boot up.
--
SCSIraidGURU
Michael A. McKenney
'www.SCSIraidGURU.com' (http://www.SCSIraidGURU.com)
Supermicro X7DWA-N server board
pair of Intel E5430 quad core 2.66 GHz Xeons
16GB DDR667
SAS RAID
eVGA 8800 GTS 640 MB video card
(Msg. 13) Posted: Fri Jul 25, 2008 11:10 am
Post subject: Re: C drive running out of space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
I have a similar problem, need to expand my C: while shrinking the D: on my
new Vista (home edition) laptop.
Did anyone try the software Nonny suggested on a Vista box?
Any feedback will be appreciated.
(Msg. 14) Posted: Sun Jul 27, 2008 6:16 am
Post subject: Re: C drive running out of space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Hello All,
Thanks a lot for your suggestions. I have tried implementing different
suggestions from everyone in this email thread but with little success. Steps
which free up resources like the files used for revoking the Windows Vista
SP1 did free up space but the same used to get filled in a couple of days or
a week. To be frank i was not interested in using a third party tool either
(i have seen people facing wierd problems after using 3rd party tools).
Finally, i deleted all the partitions reformmatted the drive and now there
is only one partition which is C. What is really strange is, i dont see any
of the problems i had because of which "windows installer used to start when
explorer is opened" and many such annoyances. I am really happy for having
formatted the drives and followed the suggestions of Ken Blake, MVP where in
i installed all the programs on the drive where windows folder exists (C).
With this exercise, i understand that the manufacturer's (of the notebook, i
use a notebook) drivers cause a lot of problems which we presume to be
because of the OS or applications like office etc.
I thank everyone in this chain a lot for their contributions.
(Msg. 15) Posted: Thu Nov 20, 2008 12:14 pm
Post subject: Re: C drive running out of space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
The issue may be related to an UNBOUNDED Maximum Shadow Copy size. To
check the Shadow Copy size:
1. Open a Command Prompt and run as Administrator.
2. Type -vssadmin List ShadowStorage-
3. Check the line Maximum Shadow Copy Storage Space to see if it is set
to UNBOUNDED.
If it is set to UNBOUNDED, do the following to give it a maximum size:
4. Type: -vssadmin Resize ShadowStorage /On=C: /For=C: /MaxSize=5GB-
5. You should see the message: -Successfully resized the shadow copy
storage association. -
6. Perform step 2 again and verify that the Maximum Shadow Copy Storage
space is set to 5 GB.
The user should see an immediate return of hard drive space.
(Msg. 16) Posted: Thu Nov 20, 2008 11:38 pm
Post subject: Re: C drive running out of space [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
The issue may be related to an UNBOUNDED Maximum Shadow Copy size. To
check the Shadow Copy size:
1. Open a Command Prompt and run as Administrator.
2. Type vssadmin List ShadowStorage
3. Check the line Maximum Shadow Copy Storage Space to see if it is set
to UNBOUNDED.
If it is set to UNBOUNDED, do the following to give it a maximum size:
4. Type: vssadmin Resize ShadowStorage /On=C: /For=C: /MaxSize=5GB
5. You should see the message: Successfully resized the shadow copy
storage association.
6. Perform step 2 again and verify that the Maximum Shadow Copy Storage
space is set to 5 GB.
The user should see an immediate return of hard drive space.
All times are: Eastern Time (US & Canada) (change) Goto page Previous1, 2
Page 2 of 2
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