|
|
| constant "Disk Write Error" |
|
23yrold3yrold
Member #1,134
March 2001
|
I tried unzipping something with PowerArchiver earlier; doing so made the screen turn black for a minute and then I got a blue screen that said: Pushed the space bar and had a permanent black screen; I had to restart. Thinking it might have been a fluke, I tried again. Same result. Now I've tried zipping something to put on my site, but now I get the write error without the black screen; pushing any key brings me back no sweat. File opens and closes and everything, I just keep getting the error anyway. Now unzipping the file gives me a folder I can't access and starting IE just now caused the write error to come up 3 times in a row. Having no experience with viruses, I assume this is what I have. Whether it is or not, any suggestions how I can fix it? -- |
|
Bob
Free Market Evangelist
September 2000
|
It might just be file system corruption. Give "scandisk" a try (although that usually makes the problem worse). Norton's Disk Doctor can also help, but it's not free I also suggest you get an anti-virus - or at least a demo version of one so you can scan your computer. -- |
|
23yrold3yrold
Member #1,134
March 2001
|
What's good anti-virus software? ALl I've ever heard of is Norton's and McAfee, and I've heard people bash both. And if scandisk makes the problem worse, why would I want to try it? -- |
|
Matthew Leverton
Supreme Loser
January 1999
|
I doubt you have a virus, unless you opened up an e-mail attachment. I'd recommending making a complete back up - especially of your documents, etc. Then run a scandisk on Windows. I personally have never had problems with scandisk, but I've never had a hard drive start to go bonkers like yours. After scanning, I'd then try a virus program. I prefer McAfee over Norton, primarily because Norton seems to install a bunch of useless programs that monitor stuff that doesn't need to be, etc. I'm sure you could 'customize' either one to fit your needs. Bottom line is - get your important files backed up before it's too late. (Don't forget your e-mail, if that's something you save...) |
|
23yrold3yrold
Member #1,134
March 2001
|
Quote: Scandisk encountered a data error while writing to the root directory. This error prevents Scandisk from fixing this drive. So much for that. I've already decided to back up my files; I'll do that tonight. Past that, I guess I could take it in for repairs; it's still under warranty. BTW, how do I back up my mail? I remember losing it way back when I needed to reinstall Windows. [ February 04, 2002: Message edited by: 23yrold3yrold ] -- |
|
Matthew Leverton
Supreme Loser
January 1999
|
Well, if you use Outlook Express, just do a search for "*.dbx" on your hard drive. Make sure you can see your hidden folders. Depending on your OS, it would be in something like \Documents and Settings\UserProfile\Local Settings\Application Data\Identities\{GUID}\Microsoft\Outlook Express . All you have to do is copy those .dbx files to disk. (You'll have one .dbx file per OE folder.) To "re-import" them when you reload Windows (or whatever), you simply recreate your folder structure in OE, and then close out of it, and overwrite the .dbx files with your old ones. I have found this much more reliable then exporting / importing, and it's very simple to do. Any other mailer should have export/import or something similar. |
|
Matthew Leverton
Supreme Loser
January 1999
|
I should add, depending on where you got your PC..... You may want to do all the backup and restore yourself. Many times 'service' people (especially from local shops) just wipe out, replace the hardware, and reload. They don't do any real tests, etc. So the best plan could be to simply back up your files, ask for a new hard drive (demonstrate the error), and reload it yourself. If the computer place actually does good work and its free, then ignore the warning and let them do everything. |
|
nicholle
Member #1,024
February 2001
|
Also - if you use outlook express, instead of searching for those files, do this: Go to "tools" (in OE) and click on the "maintenance" tab - select 'store folder" copy the address - then go to "start" and "run" and paste the address - matthew was right about the storage place - this is just to save you time |
|
23yrold3yrold
Member #1,134
March 2001
|
I seem unable to even back my stuff up I'd just like to say this sucks. -- |
|
Matthew Leverton
Supreme Loser
January 1999
|
I like my setup at home with a network. I store all my important stuff (email, source code, etc) on a 'file' server and just keep that backed up. So if my main PC crashes (or I get the itch to reload), I don't have to worry about anything. If the file server crashes, then I at least have a nightly backup I can use. |
|
23yrold3yrold
Member #1,134
March 2001
|
Well, I'm signing off. Taking it in tonight; hopefully we'll be back up and running in a few days. I had just figured out how to open a .bmp file using my own code too, and it was soooooo cool Ta ta. -- |
|
Matthew Leverton
Supreme Loser
January 1999
|
Hmmm... I wonder if your code is what is causing the problem on your pc. |
|
23yrold3yrold
Member #1,134
March 2001
|
Already thought of that. I wasn't really doing any writing (only reading), and posting it to comp.lang.c++ for help didn't generate any comments along the lines of "What are you doing?!?! You'll screw up your hard drive!!!". It was pretty basic. int main() // open, extract and display the bitmap BITMAP* bitmap = create_bitmap(width, height); for(int y = height - 1 ; y >= 0 ; y--) draw_sprite(screen, bitmap, 0, 0); // wait for a keypress // go back to text mode and display bitmap stats // extract the BITMAPINFOHEADER ifile.close(); destroy_bitmap(bitmap); -- |
|
23yrold3yrold
Member #1,134
March 2001
|
Guess I did OK since no one answered. Cool; my old crap computer still works!! -- |
|
23yrold3yrold
Member #1,134
March 2001
|
Back up and running !! -- |
|
|