techPowerUp! Forums

Go Back   techPowerUp! Forums > Software > Games

Reply
 
Thread Tools
Old May 4, 2011, 07:41 AM   #1
Thrackan
2000 Posts
 
Thrackan's Avatar
 
Join Date: Oct 2008
Location: The Netherlands
Posts: 3,159 (1.87/day)
Thanks: 234
Thanked 652 Times in 533 Posts

System Specs

Steamapps on multiple partitions - the easy way!

So, yesterday I was fed up with my SSD being filled to the brink and I went searching. I found this page about symbolic links that looked just too easy to be true, but I gave it a go anyway, and it works!

My goal was to move non-frequently used games to another HDD, while keeping frequently used games on my SSD for fast loading times.

Basically, this is my way of moving Steam games as done under [Windows 7]:

- Go to your steamapps/common folder and cut the game folder(s) you would like to move.
- Paste the folder(s) where you would like to have them. (ie: E:\games\)
- Make a symbolic link as follows: Click here for more info

Run cmd.exe as Administrator. Click here to see how.
On the command prompt, type:
PHP Code:
MKLINK /"C:\Program Files (x86)\Steam\steamapps\common\<foldername>" "E:\games\<foldername>" 
Where <foldername> is the name of the folder you moved.
You should adjust the source and target directories to those used on your system.
The "/D" parameter is used to make a directory link, instead of the default file link.
Use double quotes around the directory names. This eliminates any problems with spaces and such.

Then launch your Steam game as normal!

Possible problems:
Haven't tried, but you may run into problems installing new games, when Steam calculates the required space and your disk is so full the game won't fit on it.

Also, I haven't moved the .ncf files in the "steamapps" folder. You should be able to do that too, and make a symbolic file link without using the "/D" parameter. Feedback is welcome!

Last, I still want to try the following to try if we can install a game almost directly to the alternate partition:
- Start Steam and select "Install game" for a game, then immediately pause the download.
- Move the folder and make the link like described above.
- Resume download
Again, feedback is welcome!

According to Microsoft Technet, the MKLINK command also works on Windows Vista and Server 2008. I have not tried this, so once again, feedback is welcome!

Tested this and it's working under win 7 (and even simpler!):
Quote:
Originally Posted by Dacur View Post
Im using this little nice app: http://www.traynier.com/software/steammover, for moving games to/from drives, does what ur doing just the really easy way.

Last edited by Thrackan; May 4, 2011 at 07:41 PM.
Thrackan is offline  
Reply With Quote
The Following 11 Users Say Thank You to Thrackan For This Useful Post:
Old May 4, 2011, 07:48 AM   #2
W1zzard
Benevolent Dictator
 
W1zzard's Avatar
 
Join Date: May 2004
Location: Stuttgart, Germany
Posts: 13,792 (4.18/day)
Thanks: 184
Thanked 10,289 Times in 3,175 Posts
Send a message via ICQ to W1zzard Send a message via AIM to W1zzard Send a message via MSN to W1zzard

System Specs

any opinions on ntfs junctions vs this ?
W1zzard is offline  
Reply With Quote
Old May 4, 2011, 07:55 AM   #3
Thrackan
2000 Posts
 
Thrackan's Avatar
 
Join Date: Oct 2008
Location: The Netherlands
Posts: 3,159 (1.87/day)
Thanks: 234
Thanked 652 Times in 533 Posts

System Specs

Quote:
Originally Posted by W1zzard View Post
any opinions on ntfs junctions vs this ?
I don't know the technical differences, so anyone who can shed a light there is highly welcomed to do so
Thrackan is offline  
Reply With Quote
Old May 4, 2011, 07:56 AM   #4
gumpty
500 Posts
 
gumpty's Avatar
 
Join Date: Apr 2008
Location: London
Posts: 564 (0.30/day)
Thanks: 229
Thanked 135 Times in 96 Posts

System Specs

How very interesting.

Subbing on this topic to learn something new today.
__________________
"It's going to install and overwrite the OS. It will kill all your family pets and everything in the 'fridge will go bad. The shingles on your roof will curl and ants will infest your underwear drawer."Kreij

gumpty is offline  
Reply With Quote
Old May 4, 2011, 08:15 AM   #5
Bundy
1000 Posts
 
Bundy's Avatar
 
Join Date: Oct 2007
Location: Caboolture, Australia
Posts: 1,070 (0.53/day)
Thanks: 189
Thanked 165 Times in 141 Posts

System Specs

I'm not sue why you are doing this? Is it because you only wish to move away some of the steam games but leave the rest on your OS drive? If you want to move all of them, why not install steam on the alternate drive?

I like the approach if it's just for temporary movement/archiving of non used games.
Bundy is offline  
Reply With Quote
Old May 4, 2011, 08:20 AM   #6
Thrackan
2000 Posts
 
Thrackan's Avatar
 
Join Date: Oct 2008
Location: The Netherlands
Posts: 3,159 (1.87/day)
Thanks: 234
Thanked 652 Times in 533 Posts

System Specs

Quote:
Originally Posted by Bundy View Post
I'm not sue why you are doing this? Is it because you only wish to move away some of the steam games but leave the rest on your OS drive? If you want to move all of them, why not install steam on the alternate drive?

I like the approach if it's just for temporary movement/archiving of non used games.
Exactly that.

I want to have the games I play alot on my SSD for fast loading, and other games on another harddisk.

You could archive those other games, but that would mean reinstalling those games when you want to use them. This way, I simply moved 40-50GB worth of games from my SSD to my HDD, and I could still play them, while Portal 2 for instance is still on the SSD because it rocks
Thrackan is offline  
Reply With Quote
Old May 4, 2011, 08:26 AM   #7
Bundy
1000 Posts
 
Bundy's Avatar
 
Join Date: Oct 2007
Location: Caboolture, Australia
Posts: 1,070 (0.53/day)
Thanks: 189
Thanked 165 Times in 141 Posts

System Specs

Quote:
Originally Posted by Thrackan View Post
Exactly that.

I want to have the games I play alot on my SSD for fast loading, and other games on another harddisk.

You could archive those other games, but that would mean reinstalling those games when you want to use them. This way, I simply moved 40-50GB worth of games from my SSD to my HDD, and I could still play them, while Portal 2 for instance is still on the SSD because it rocks
Thanks!
Bundy is offline  
Reply With Quote
Old May 4, 2011, 08:30 AM   #8
qubit
Overclocked quantum bit
 
qubit's Avatar
 
Join Date: Dec 2007
Location: Quantumville UK
Posts: 8,649 (4.33/day)
Thanks: 4,178
Thanked 3,303 Times in 1,943 Posts

System Specs

That's a great tip for moving the Steam folder, thrackan.

Another way to do this, is to copy the Steam folder to the other drive as described below. This has the advantage that the complete Steam folder remains in one place, without the potential for broken links if something happens to either drive. It's also dead easy to make a backup of your Steam installation to another drive using a simple copy operation. This is really important if you have a large Steam installation. Mine is about 270GB and I don't ever fancy redownloading that lot again!

- Make sure Steam is not running
- Copy (don't cut) the Steam folder to the new drive and rename it (just add a random character to the name, it doesn't matter)
- Uninstall Steam from Programs and Features (or Add/Remove for those still on XP)
- Download the installer from www.steampowered.com and install Steam to your preferred drive. Be sure to give the destination folder the exact same name and location as the original one before you renamed it
- When installation is complete and you have logged in, quit Steam
- Delete the newly created Steam folder, but make sure it goes in the Recycle Bin, in case you need to restore it if something goes wrong. Alternatively, just move it to another folder
- Rename the original Steam folder back to its original name
- Delete clientregistry.blob within it
- Run Steam - that's it!

Having deleted clientregistry.blob forces Steam to update and reinitialise itself and register the software installed, properly into the Library. Crucially, it also makes all the correct Windows registry entries, to prevent odd problems down the line.

And there you have it, the optimum way to move Steam!

EDIT: Just seen after I posted, that you want some games on the fast SSD and others on a regular drive. I can see why, but just make sure you have a backup of everything. That's especially true if you have a huge Steam install like mine.
__________________
Siggie in the post.
qubit is offline  
Reply With Quote
The Following 3 Users Say Thank You to qubit For This Useful Post:
Old May 4, 2011, 08:37 AM   #9
Thrackan
2000 Posts
 
Thrackan's Avatar
 
Join Date: Oct 2008
Location: The Netherlands
Posts: 3,159 (1.87/day)
Thanks: 234
Thanked 652 Times in 533 Posts

System Specs

Quote:
Originally Posted by qubit View Post
That's a great tip for moving the Steam folder, thrackan.

Another way to do this, is to copy the Steam folder to the other drive as described below. This has the advantage that the complete Steam folder remains in one place, without the potential for broken links if something happens to either drive. It's also dead easy to make a backup of your Steam installation to another drive using a simple copy operation. This is really important if you have a large Steam installation. Mine is about 270GB and I don't ever fancy redownloading that lot again!

- Make sure Steam is not running
- Copy (don't cut) the Steam folder to the new drive and rename it (just add a random character to the name, it doesn't matter)
- Uninstall Steam from Programs and Features (or Add/Remove for those still on XP)
- Download the installer from www.steampowered.com and install Steam to your preferred drive. Be sure to give the destination folder the exact same name and location as the original one before you renamed it
- When installation is complete and you have logged in, quit Steam
- Delete the newly created Steam folder, but make sure it goes in the Recycle Bin, in case you need to restore it if something goes wrong. Alternatively, just move it to another folder
- Rename the original Steam folder back to its original name
- Delete clientregistry.blob within it
- Run Steam - that's it!

Having deleted clientregistry.blob forces Steam to update and reinitialise itself and register the software installed, properly into the Library. Crucially, it also makes all the correct Windows registry entries, to prevent odd problems down the line.

And there you have it, the optimum way to move Steam!

EDIT: Just seen after I posted, that you want some games on the fast SSD and others on a regular drive. I can see why, but just make sure you have a backup of everything. That's especially true if you have a huge Steam install like mine.
Nice one Steam also has a built-in option to archive your installed game data, which works great if, for example, you want to format the disk you have Steam on It's my preferred method when reinstalling Windows.

But yeah, this is explicitly to use more than one partition/disk for your Steamapps. I've been pondering on this problem before, and I didn't think the solution would be this easy really
Thrackan is offline  
Reply With Quote
Old May 4, 2011, 08:58 AM   #10
qubit
Overclocked quantum bit
 
qubit's Avatar
 
Join Date: Dec 2007
Location: Quantumville UK
Posts: 8,649 (4.33/day)
Thanks: 4,178
Thanked 3,303 Times in 1,943 Posts

System Specs

Quote:
Originally Posted by Thrackan View Post
Nice one Steam also has a built-in option to archive your installed game data, which works great if, for example, you want to format the disk you have Steam on It's my preferred method when reinstalling Windows.

But yeah, this is explicitly to use more than one partition/disk for your Steamapps. I've been pondering on this problem before, and I didn't think the solution would be this easy really
Oh yeah, that's a very handy function, say you want to install Steam on another PC and perhaps only have one or two games installed on it. However, doing this for all your games, would duplicate* the amount of space they take and take ages to do.

The way I described, saves all that copying and just makes the new Steam install use the data as it is.

*Making a regular backup, of course duplicates that data anyway. But it is somewhat quicker, as it doesn't compress it down to an archive.

BTW I use the free Karen's Replicator to backup my data. I very simply have a partition on a drive other than my system drive with all my data on it. I simply installed Steam into this partition and do a mirror copy of every file in that partition using KR to another partition on yet another drive, every night. Yes, I have three drives in my PC: system, data and it's backup.

Get KR here if you'd like to use it: www.karenware.com/powertools/ptreplicator.asp
__________________
Siggie in the post.
qubit is offline  
Reply With Quote
Old May 4, 2011, 09:01 AM   #11
Dacur
5 Posts
 
Dacur's Avatar
 
Join Date: May 2011
Location: Denmark
Posts: 23 (0.03/day)
Thanks: 1
Thanked 14 Times in 9 Posts

System Specs

Im using this little nice app: http://www.traynier.com/software/steammover, for moving games to/from drives, does what ur doing just the really easy way.

Last edited by W1zzard; May 4, 2011 at 09:03 AM. Reason: not spam it seems
Dacur is offline  
Reply With Quote
The Following 4 Users Say Thank You to Dacur For This Useful Post:
Old May 4, 2011, 09:02 AM   #12
Thrackan
2000 Posts
 
Thrackan's Avatar
 
Join Date: Oct 2008
Location: The Netherlands
Posts: 3,159 (1.87/day)
Thanks: 234
Thanked 652 Times in 533 Posts

System Specs

Quote:
Originally Posted by Dacur View Post
Im using this little nice app: http://www.traynier.com/software/steammover, for moving games to/from drives, does what ur doing just the really easy way.
That, my friend, is the porn I was after.
Thrackan is offline  
Reply With Quote
Old May 4, 2011, 09:10 AM   #13
razaron
500 Posts
 
razaron's Avatar
 
Join Date: Apr 2008
Location: london
Posts: 608 (0.33/day)
Thanks: 170
Thanked 185 Times in 140 Posts

System Specs

I've been using symbolic links for a few months. They make my SSD happy.
You should also move your downloads folder to another drive (if you use it alot). I've also got the "My x" folders on my storage drive.
__________________
My Anime List
BattleTag (EU): razaron#1882
Steam: Razaron
razaron is offline  
Reply With Quote
Old May 4, 2011, 09:16 AM   #14
Thrackan
2000 Posts
 
Thrackan's Avatar
 
Join Date: Oct 2008
Location: The Netherlands
Posts: 3,159 (1.87/day)
Thanks: 234
Thanked 652 Times in 533 Posts

System Specs

Quote:
Originally Posted by W1zzard View Post
any opinions on ntfs junctions vs this ?
Quote:
Originally Posted by Dacur View Post
Im using this little nice app: http://www.traynier.com/software/steammover, for moving games to/from drives, does what ur doing just the really easy way.
This app uses the "/J" parameter and thus makes junctions. Don't get why it's 2,5 MB though, so I might try and make a simpler and smaller version.
Thrackan is offline  
Reply With Quote
Old May 4, 2011, 09:38 AM   #15
gumpty
500 Posts
 
gumpty's Avatar
 
Join Date: Apr 2008
Location: London
Posts: 564 (0.30/day)
Thanks: 229
Thanked 135 Times in 96 Posts

System Specs

Quote:
Originally Posted by Thrackan View Post
This app uses the "/J" parameter and thus makes junctions.
Can someone please describe the difference between junctions and symbolic links for me.
__________________
"It's going to install and overwrite the OS. It will kill all your family pets and everything in the 'fridge will go bad. The shingles on your roof will curl and ants will infest your underwear drawer."Kreij

gumpty is offline  
Reply With Quote
Old May 4, 2011, 09:41 AM   #16
qubit
Overclocked quantum bit
 
qubit's Avatar
 
Join Date: Dec 2007
Location: Quantumville UK
Posts: 8,649 (4.33/day)
Thanks: 4,178
Thanked 3,303 Times in 1,943 Posts

System Specs

Quote:
Originally Posted by gumpty View Post
Can someone please describe the difference between junctions and symbolic links for me.
http://lmgtfy.com/?q=difference+betw...symbolic+links
__________________
Siggie in the post.
qubit is offline  
Reply With Quote
The Following 2 Users Say Thank You to qubit For This Useful Post:
Old May 4, 2011, 09:51 AM   #17
gumpty
500 Posts
 
gumpty's Avatar
 
Join Date: Apr 2008
Location: London
Posts: 564 (0.30/day)
Thanks: 229
Thanked 135 Times in 96 Posts

System Specs

Quote:
Originally Posted by qubit View Post
Classic. Thanks.
__________________
"It's going to install and overwrite the OS. It will kill all your family pets and everything in the 'fridge will go bad. The shingles on your roof will curl and ants will infest your underwear drawer."Kreij

gumpty is offline  
Reply With Quote
The Following User Says Thank You to gumpty For This Useful Post:
Old May 4, 2011, 10:07 AM   #18
Thrackan
2000 Posts
 
Thrackan's Avatar
 
Join Date: Oct 2008
Location: The Netherlands
Posts: 3,159 (1.87/day)
Thanks: 234
Thanked 652 Times in 533 Posts

System Specs

So according to this page, the difference is as follows:

Quote:
A short cut is basically a file that points to another file. It is an antiquated, pointing system from the Windows 95 era. Shortcuts not only use up space on your hard drive, they linger around after the item they are pointing to has been deleted and may break if the destination is renamed or moved.

A symbolic link is like a short cut but instead of being saved as a file, they are registered to the file system. This means they do not use hard disk space but programs recognise and can read where the link is pointing to. A symbolic link can point to any file or folder either locally on the computer and over a network using a SMB path.

A file hard link and the directory junction are a little different. It not only points to the item but duplicates it as a copy without taking up the extra hard disk space required by a clone. If you have a hard link pointing to a file then delete the original file, the hard link will still retain a copy of the clone. One limitation of the file hard link is that the link can only be made on the same file partition as the file.

Finally a junction is a hard link for directories. To me they are the most useful and unlike their file hard links counterparts you can create junctions on different partitions. Again a junction is stored on the file system where it does not take up additional space and is treated by the operating system and programs as a local folder.

Windows Vista/7 uses the command line program called mklink to create these symbolic links. It has 3 arguments and then requires both a link name and target.

mklink /D /H /J [LINK NAME] [TARGET]

There are 4 modes for mklink and they all counteract each other meaning you can only use one argument or none at all.

No arguments creates file symbolic link which is like a shortcut that is registered on the file system instead of stored in a file.

/D creates a directory symbolic link which is like a shortcut that is registered on the file system instead of stored in a file.

/H creates what Windows refers to as a hard file link. A hard file link is used where you need multiple copies of a file but wish to save space by keeping only one physical copy on disk.

/J creates a Windows Junction which is a directory hard link. If you need duplicate copies of a directory but don’t wish to use up the extra hard drive space you can create a junction. Though be careful as any changes you make to a file or folder in one of the junction will affect all the others.
So by using "/J" you are making a directory hard link, which is treated as a "real" folder and not as a link. This might be the safer option here.

The only thing I wonder is what happens in the following scenario:

- Create a /J directory hard link from dir A to B
- Delete dir A (the original dir)

According to the "hard link" functionality described in above quote, dir B should then retain a cloned copy of dir A?
Thrackan is offline  
Reply With Quote
Old May 4, 2011, 10:12 AM   #19
qubit
Overclocked quantum bit
 
qubit's Avatar
 
Join Date: Dec 2007
Location: Quantumville UK
Posts: 8,649 (4.33/day)
Thanks: 4,178
Thanked 3,303 Times in 1,943 Posts

System Specs

Quote:
Originally Posted by gumpty View Post
Classic. Thanks.
Yeah, couldn't resist. There's also this funnier and much less politically correct version, but be prepared for flames! Probably best not used on TPU...

www.justfuckinggoogleit.com
__________________
Siggie in the post.
qubit is offline  
Reply With Quote
Old May 4, 2011, 10:16 AM   #20
Solaris17
Creator Solaris Utility DVD
 
Solaris17's Avatar
 
Join Date: Aug 2005
Location: Reinacting scenes from platoon with Charlie Sheen
Posts: 13,708 (4.83/day)
Thanks: 4,366
Thanked 3,295 Times in 2,311 Posts
Send a message via ICQ to Solaris17 Send a message via AIM to Solaris17 Send a message via MSN to Solaris17 Send a message via Yahoo to Solaris17 Send a message via Skype™ to Solaris17

System Specs

/sub
__________________
I Made the Millionth post! | "Please come to WI now so I can beat you over the head with a bratwurst."-Kreij
PS3 mod 8500/8600GT Mod Guide Rebuild a Copperhead Heat Ware
NF4 Ultra SLI Mod Solaris Utility DVD 4.0 Broken CPU pin guide
Vista Mark
Solaris17 is offline  
Reply With Quote
The Following User Says Thank You to Solaris17 For This Useful Post:
Old May 4, 2011, 11:34 AM   #21
silkstone
2000 Posts
 
silkstone's Avatar
 
Join Date: Nov 2008
Location: HCM Vietnam
Posts: 2,187 (1.31/day)
Thanks: 323
Thanked 346 Times in 289 Posts

System Specs

Hmm. This is interesting. I don't have many steam games, but i do have many bloated folders like my documents, pictures, and some non-steam games. If i were to copy these to a backup drive then make a symbolic link, i would still be able to view the files through windows explorer as if they were on the os (c) drive? would all the names work as normal? If i wanted to undo the changes, whould i have to go through any special steps, or could i just copy the files back?

Thx
__________________
Thanks to BradleyKZN for polishing my sig

“oooooooooooh fire!!! and girls...GIRLS and fire!!!!!!! oooooooooooooh *runz around clapping hands together*” -Marineborn
silkstone is offline  
Reply With Quote
Old May 4, 2011, 11:40 AM   #22
2DividedbyZero
500 Posts
 
Join Date: Aug 2008
Location: in retarded hell
Posts: 765 (0.44/day)
Thanks: 31
Thanked 202 Times in 146 Posts

Quote:
Originally Posted by silkstone View Post
Hmm. This is interesting. I don't have many steam games, but i do have many bloated folders like my documents, pictures, and some non-steam games. If i were to copy these to a backup drive then make a symbolic link, i would still be able to view the files through windows explorer as if they were on the os (c) drive? would all the names work as normal? If i wanted to undo the changes, whould i have to go through any special steps, or could i just copy the files back?

Thx
built into windows

__________________
RETARDS
2DividedbyZero is offline  
Reply With Quote
The Following User Says Thank You to 2DividedbyZero For This Useful Post:
Old May 4, 2011, 11:48 AM   #23
silkstone
2000 Posts
 
silkstone's Avatar
 
Join Date: Nov 2008
Location: HCM Vietnam
Posts: 2,187 (1.31/day)
Thanks: 323
Thanked 346 Times in 289 Posts

System Specs

Quote:
Originally Posted by qubit View Post

Get KR here if you'd like to use it: www.karenware.com/powertools/ptreplicator.asp
Synctoy is what i use for backups. It's quite a nice utility, written by microsoft.

Quote:
Originally Posted by 2DividedbyZero View Post
Nice. Thank you, i never noticed that. I assume it should work for games too? so i can copy over all the games i installed in "program Files" without thinking?
__________________
Thanks to BradleyKZN for polishing my sig

“oooooooooooh fire!!! and girls...GIRLS and fire!!!!!!! oooooooooooooh *runz around clapping hands together*” -Marineborn

Last edited by silkstone; May 4, 2011 at 11:54 AM.
silkstone is offline  
Reply With Quote
Old May 4, 2011, 12:07 PM   #24
2DividedbyZero
500 Posts
 
Join Date: Aug 2008
Location: in retarded hell
Posts: 765 (0.44/day)
Thanks: 31
Thanked 202 Times in 146 Posts

no. this only works for core windows libraries (pics, docs, music, videos etc etc)

use the app mentioned earlier for all other stuff/folders
__________________
RETARDS
2DividedbyZero is offline  
Reply With Quote
Old May 4, 2011, 12:53 PM   #25
digibucc
3500 Posts
 
digibucc's Avatar
 
Join Date: May 2009
Location: In the mountains :) Adirondacks in NY (US)
Posts: 3,708 (2.53/day)
Thanks: 4,542
Thanked 1,447 Times in 1,040 Posts

System Specs

Quote:
Originally Posted by silkstone View Post
Synctoy is what i use for backups. It's quite a nice utility, written by microsoft.



Nice. Thank you, i never noticed that. I assume it should work for games too? so i can copy over all the games i installed in "program Files" without thinking?
mklink will work for that though

another thing i do with it SUPER USEFUL:
make symbolic links for all your video game save folders, on a separate / networked drive. for me this allows me to pick up a game on any of my pcs and have it load from where i left off on another. they all share the same saved game folder.

it also makes it so your saved games are always saved if your system drive crashes. obviously you may want to run a backup etc, but for me more often than not windows fails, and i hate searching the drive for save games.

ok, i read this on the steammover page:
Quote:
To those that have asked, I have tried using mklink to create hardlinks, but they do not work to link to another drive
but using mklink /d , i create links to other drives, and networked drives, no problem. so???
__________________

Donate to TPU TeamSpeak Server

TPU TS: ts21.gameservers.com:9207

PSN / XBL / Steam = digibucc | Origin / BF3 = digibuc

Last edited by digibucc; May 4, 2011 at 12:59 PM.
digibucc is offline  
Reply With Quote
The Following User Says Thank You to digibucc For This Useful Post:
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The easy way to de-lid a processor! newtekie1 General Hardware 11 Oct 29, 2010 04:49 PM
Start folding the easy way? is it worth it? Thefumigator Folding@Home 15 Oct 25, 2010 08:35 PM
Simple Way to Print Multiple PDFs? OrbitzXT General Software 6 Sep 22, 2010 05:55 PM
Any way to format a drive and remove all the partitions crazy pyro Storage 18 Jan 25, 2009 08:29 PM
question about multiple partitions/boot CyberDruid Storage 6 Jun 14, 2008 09:04 PM


All times are GMT. The time now is 10:44 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts