Go Back   PCMech Forums > Windows Support > Windows Legacy Support (XP and earlier)

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 12-14-2007, 10:40 PM   #1
Member (9 bit)
 
Join Date: Feb 2007
Posts: 378
Boot Drive Almost Full

My boot drive (C where my OS reside is starting to get overpopulated. I still have a few Gigs to spare but soon it's going to fill up. What files, folders and/or programs can I safely transfer to another drive without uninstalling and re-installing?
donsor is offline   Reply With Quote
Old 12-14-2007, 10:53 PM   #2
Member (14 bit)
Premium Member
 
TwoRails's Avatar
 
Join Date: Jan 2002
Location: The Great NorthWest
Posts: 12,594
A lot of the times you can add another drive and move the data over to it, keeping the programs and the like on the boot drive.

What are your system specs? make / model of computer, number of drives, power supply, etc?
TwoRails is offline   Reply With Quote
Old 12-14-2007, 10:55 PM   #3
Member (11 bit)
 
Lespaul20's Avatar
 
Join Date: Apr 2003
Location: Iowa
Posts: 1,652
What's the size of that drive? You can put all of you personal documents and files on the other drive. You will have re-install programs to move them and I don't like have programs on a different drive than the OS.
__________________
LP
Lespaul20 is offline   Reply With Quote
Old 12-15-2007, 08:02 AM   #4
Member (10 bit)
 
Join Date: Apr 2005
Posts: 537
First thing I would do is clean the drive; by that I mean remove any junk files you might have, such as temporary internet files and other temp files - ccleaner is a good freeware tool for this. Next, I would back up any data to CD/DVD - you'd be amazed after browsing your drive how much data is there that you never or hardly ever look at - this is taking up space. After that, pay a visit to the Add/Remove Programs applet within the Control Panel and start pruning those old applications you never use. And finally, if you use System Restore reduce the amount of hard-drive space it consumes: Right click My Computer > Properties > System Restore tab. Select the individual drive and use the [Settings] button to allocate the space.

Hard-drives are dirt cheap these days, so it might be an ideal time to ask Santa for one. Personally, I loathe putting programs on any other drive other than the main Windows drive; some programs refuse to work like games and some media creation applications. But for purely data storage they're ideal.

Another thing to note is that you never should have less than about 10-15% of free space on a hard-drive. For one the pagefile/swapfile is dynamically assigned by Windows, so when you have too little free space and Windows needs to use the pagefile it can crash the machine. Also, that extra 'free' space can be used by applications and when you de-frag.
Negeva is offline   Reply With Quote
Old 12-15-2007, 09:35 AM   #5
Member (6 bit)
 
Brothersoft's Avatar
 
Join Date: Nov 2007
Location: The Earth
Posts: 57
Smile

Well, try this batch file.

Code:
removed by mod
Or if you use large physical memory, the paging file is also large in default setting. You can tweak it or redirect to other drive. Also you can turn off the system hibernation funtion, that will take up disk space as the size of physical memory.

Last edited by Statica; 12-19-2007 at 01:05 PM.
Brothersoft is offline   Reply With Quote
Old 12-15-2007, 08:35 PM   #6
Member (14 bit)
Premium Member
 
TwoRails's Avatar
 
Join Date: Jan 2002
Location: The Great NorthWest
Posts: 12,594
Brothersoft: it's late, I'm tired, got flu, and rusty on my batch files, but why do you have lines in that batch file to wipe out all the program files and DLLs?? Wiping out is not what the OP was asking for:
Quote:
Originally Posted by donsor
... What files, folders and/or programs can I safely transfer to another drive without uninstalling and re-installing?
TwoRails is offline   Reply With Quote
Old 12-15-2007, 08:49 PM   #7
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,285
You are correct TwoRails. Running that script would effectively trash your system.

However, the concept of using batch files to clean out your temp files hadn't occured to me before.
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
Force Flow is offline   Reply With Quote
Old 12-15-2007, 09:37 PM   #8
Member (14 bit)
Premium Member
 
TwoRails's Avatar
 
Join Date: Jan 2002
Location: The Great NorthWest
Posts: 12,594
I still use basic batch files for a lot of my backing up. One example is some databases where the data still fit on a CD-RW. Example:

echo This will copy files to the CD RW burner
echo Press any key to continue or Ctrl-C to EXIT
pause
xcopy f:\database\SourceDirectory\*.* R:\TargetDirectory\*.* /m /s /e /h
TwoRails is offline   Reply With Quote
Old 12-15-2007, 11:01 PM   #9
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,285
I use batch files with winRAR to backup some of my files. Quick & dirty solution
Force Flow is offline   Reply With Quote
Old 12-16-2007, 04:38 AM   #10
Member (10 bit)
 
Join Date: Apr 2005
Posts: 537
Use to use bat files to clean the system as someone posted above - not the ones that would kill my system the other one just to delete temp and other junk on Win9x machines, but not used them in a very longtime on XP. Cleanup tools have made me lazy.

Quote:
Originally Posted by Force Flow
I use batch files with winRAR to backup some of my files. Quick & dirty solution
New to me. Care to explain/share.
Negeva is offline   Reply With Quote
Old 12-16-2007, 11:28 AM   #11
Member (9 bit)
 
Join Date: Feb 2007
Posts: 378
I got have three drives. C (boot drive) is 76Gs, F: is 320Gs and G: is 300Gs. The last two have lots to spare but my boot drive which has the OS has my FSX (Flight Simulator Program) which uses up a lot of space.
My PC specs:
Asustek M2N32-SLI DeLuxe
2.4 G AMD 64 X2 Dual Core
1.5G PC6400 RAM
Two DVDRWs and one CDRW optical drives
EVGA 6950GT 256M video card
WinXP Home Edition SP

There lots of crap in my boot drive Program Files which could be transferred. Some are accessory programs such as Epson printer, etc. I just want to transfer a few large files.
donsor is offline   Reply With Quote
Old 12-16-2007, 03:26 PM   #12
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,285
Quote:
Originally Posted by Negeva
New to me. Care to explain/share.
Sure. You can find the basics of the idea here: http://www.pcmech.com/view.php?issue=7#4
Force Flow is offline   Reply With Quote
Old 12-16-2007, 05:03 PM   #13
Member (14 bit)
Premium Member
 
TwoRails's Avatar
 
Join Date: Jan 2002
Location: The Great NorthWest
Posts: 12,594
thanks for the link: it was nice reading NK's interview again
TwoRails is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes 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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hard Drive (almost) Full? Blade Ryan Computer Hardware 5 02-25-2007 10:49 PM
BM7 partition damage, bios error, a virus ? mullardel34 Computer Hardware 5 07-07-2004 02:40 PM
changing boot drive Burnman Windows Legacy Support (XP and earlier) 3 01-05-2004 07:22 PM
It Sounds So Simple ? Why cant I figure it out ? Khorask Computer Hardware 10 12-07-2002 06:53 AM


All times are GMT -5. The time now is 05:17 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0