Quote:
Originally Posted by Nibiru2012
Hi daskkr! Welcome to the Windows 7 Forums website!
Click this link to find out how to move the various folders you want to store on a separate partition.
Store Your Data on a Separate Partition
It a quick handy little tutorial and the process is quite painless and no registry modifications.
I hope this helps.
|
Holy smokes, someone linked to my little site.
My tutorial should work for most of his needs, but he also mentioned application data... I assume he wants to put his entire "C:\Users" directory on a separate partition?
I've been thinking of doing that myself (I really wish the Windows installer would give the option the way that Linux distributions do with the \home directory), I can't think of a way to do it... I mean, we could delete "Users" then create a symbolic link in its place (ie. mklink /d
<path to new location> C:\Users)... but I don't know if Windows would play nicely while the Users directory was missing.