
Mbag3rd
Members-
Content Count
22 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Mbag3rd
-
Rank
New Member
-
But, at some point, once you delete the last of the hard links (all of them, not just the ones you created), will it free the physical space the files occupy (at least in the directory listings)? If not, then I think the OS has a garbage collection problem. I don't think I've had much trouble with hard linked files when it comes to freeing up space. I'm guessing that most times when hard links are at issue, they are associated with hidden or system files that I can't delete anyway (like those in WinSxS). I'm only after the "low hanging fruit..." things that are reasonably safe to dele
-
That really doesn't matter. The physical files have to be there somewhere, regardless of where they reside or how many hard links point to them. And, however it is happening, my utility reports a certain amount of space being tallied under the WinSxS directory. I guess if a hard link is present under WinSxS, it's counting that file size in its tally under that directory. And that tally changes regularly as Windows Updates or other installs happen. It's the only thing by which I can judge how much space is being utilized. But, again, I seriously doubt I'll ever attempt to delete anything un
-
It sees it only as one single physical file, wherever it is located, taking up only the space of one single file. The hard links just point to wherever that physical location is, be it inside the WinSxS directory or not. If the physical file is not under the WinSxS directory, it won't report it there. I guess whatever space the hard links use under the WinSxS directory might be reported there.
-
I have a utility that tallies space in all directories and sub-directories... both "actual" and "allocated" space. When I do a Windows Update or install something that updates some system modules or DLLs, I'll see the directory size under WInSxS change (go up) or not. I also keep tabs on the overall size of C:\ so that if I see it rising but WinSxS is not, I know to look elsewhere for the increases. I take screen shots of the sub-directory sizes the utility reports to me and compare current to previous. I can tell when and where something increased and check it out, accordingly. Most of th
-
Well, I'm not touching anything in WinSxS at all. I'm just resigned to it growing and bloating all along. I'm not going to delete anything I think might compromise the system. And when I do delete something risky, I copy it to archive storage off the C:\drive so I can restore it quickly if something does go haywire.
-
I find that disk cleanup doesn't really clean very much at all. It may help with some of the temporary files and storage, but not much else. And it certainly doesn't clean up the very large and accumulating files that make the C:\ drive bloated. I have to go through manually and do those, where I can. It also doesn't clean things like all the "sqlite" data bases that just keep accumulating data. I'd love to have a utility that helps me do that, as those DB's can get very large. I'll check out this dism.exe program and see what it can do. Thanks! I don't judge WinSxS by what/where it st
-
Another reason why I prefer to install away from the C:\Drive. It becomes easier to remove any remanents of the install directory when needed. Yes, it may not remove those modules that were forced onto Drive C:\ (DLLs, etc.), but I can live with that. And, with the advent of WinSxS, the C:\ Drive is really going to get bloated. Anyone who could write a utility that can purge that directory without loss of function (based on what is currently installed/active) could make a lot of $$$.