Files don't just corrupt on their own, much less files critical to the OS itself. It's most likely a bad driver or a virus or something along those lines mucking with things. And a grinding sound would indicate a crashed head, in which case you wouldn't even get to start up repair. C'mon dude.
@Qaztar Your best bet is to follow NuckleMuckle's advice and read up on how to do rmdir. Getting rid of your Users folder would probably free up enough space, so doing "rmdir users" would be your best bet. I'd try it if I had a free computer.
-
Hi there Guest! You should join our Minecraft server @ meepcraft.com
-
We also have a Discord server that you can join @ https://discord.gg/B4shfCZjYx
-
Purchase a rank upgrade and get it instantly in-game! Minecraft Discord Upgrade
Best Posts in Thread: Computer Problems (50k Prize)
-
Wow, the OP changed a lot since my first response. Thanks for the offer of a reward. It's not necessary, but I appreciate the gesture.
More importantly, the additional info. Knowing that you have a 1TB secondary HD, you have another option - rather than wiping out whole directory trees, you can move them to E.
The most important spec you left out is OS version. Some of the command-line utilities change names, new ones added, old ones deprecated, etc. I'll go ahead and assume you're at least at Windows 7, which means the command you want to copy entire directory structures is: ROBOCOPY.
This one has a ton of options, so the help page can be pretty intimidating, but this is probably all you want:
ROBOCOPY [source directory] [destination directory] /COPYALL - if you want to do the copy, then verify success, before issuing a separate RM command to delete the source files
ROBOCOPY [source directory] [destination directory] /MOVE - to do the copies and deletes all in a single step
I recommend using fully-qualified directory names in the command, so you don't make a mistake. So rather than navigating to C:\Users and issuing it with a relative name: (ROBOCOPY myuser E:\myuser /MOVE), it would be: ROBOCOPY C:\Users\myuser E:\myuser /MOVE
After you've cleared enough space, I'd recommend running CHKDSK against the SSD. Those can still get bad "sectors," just for reasons that are different than those from spinning disks. In fact: http://cs.iupui.edu/~fgsong/csci402/ssd.pdf
KyloMeep, 2leah2, metr0n0me and 1 other person like this. -
50k Prize for Anyone who Comes up With a Solution Which Keeps my Personal Files
10k Prize for Anyone who Comes up With a Solution Which Loses my Personal Files
_____________________________________________________Sup meep!Also, when giving answers, please try your VERY hardest to come up with ways for me to be able to keep my personal files. If it is 100% not possible, that is okay.
Things aren't great. I woke up this morning, turned on my computer, and the dreaded "preparing automatic repair" showed up. I restarted multiple times, but to no avail. I then went to the troubleshooting tab, and clicked "Reset my PC" and then "Keep My Files."
However, when I clicked this, it informed me that I dont have enough disc space on my C drive, where windows is installed. The drive has 120 GB. I can also access the command prompt. Is there any way that I could clear everything but Windows in the C Drive by using the command prompt?
Ill post some pictures when I get home.
_____________________________________________________
System Specs:
OS: Windows 10
Motherboard: ASUS ROG
GPU: nVidia GTX 980 Ti
CPU: Intel i7 5600k
Hard Drive 1/C: 120 GB SSD
Hard Drive 2/E: 1000 GBLast edited: Mar 24, 2016KyloMeep, cooey, KaiUsesThis and 1 other person like this.