Thread: What's wrong with my XP partition?

  1. #1
    Registered User
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    267

    What's wrong with my XP partition?

    When booting Windows XP, it keeps rebooting b4 i can get to the desktop

    I originally thought it was a corrupt system file but then...
    When using Ubuntu, If I try to access the XP partition through nautilus, it freezes. I can look through the files using the terminal but when I tried copying files over to an external HDD, the terminal freezes as well. The same thing happens when I tried this using the Ubuntu Live CD.

    OS: Windows 7, XUbuntu 11.10, Arch Linux
    IDE: CodeBlocks
    Compiler: GCC

  2. #2
    Sounds like your disk is bad. Have you tried a scandisk on this partition? It's a start. Failing that, there are some good third part disk scanning and recovery apps available that are sometimes able to help. Also try turning off all HD related features in your BIOS, such as Volume Shadowing.

    Does any file copy cause lock or just certain ones? Try only a single small copy to test. Other things I have attempted with the occasional (though rare) success, is to copy the "broken" files to another location on the same partition, then copy them off. Oddly, it has worked before, though I can't imagine why.
    "There's always another way"
    -lightatdawn (lightatdawn.cprogramming.com)

  3. #3
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Here's another very good scenario: you get a blue screen.
    By default, Windows simply reboots in case of these errors. Idiotic, I know.
    You can try pressing F8 at boot and disable automatic restarts and also last known good configuration.
    Hope it helps.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  4. #4
    Registered User
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    267
    pressing F8 and using last known good configuration doesn't work. How do i use a scandisk on it? I can only get on Ubuntu right now.

    OS: Windows 7, XUbuntu 11.10, Arch Linux
    IDE: CodeBlocks
    Compiler: GCC

  5. #5
    Registered User
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    267
    Another problem that arised at the same time: My monitor shuts off randomly. Windows XP was working fine until this started. The first time this happened, I was on XP and I thought the computer just froze so I rebooted it and that's when the first problem started.

    When the monitor dies, the light on it's power button is still blue and normally when it goes to sleep, the light turns yellow. If I turn off the monitor, wait a few minutes and turn it back on, it will work properly for up to 2 seconds and turn off again. the buttons on the monitor (menu, select, auto, etc.) don't work either.

    I thought I had this one taken care of but now it's happening on Ubuntu as well. Could this be somehow related to the former?

    [edit]
    The monitor starts working again after I reboot the computer
    Last edited by h_howee; 02-17-2008 at 12:31 PM.

    OS: Windows 7, XUbuntu 11.10, Arch Linux
    IDE: CodeBlocks
    Compiler: GCC

  6. #6
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    That sounds more like a hardware problem...
    I don't know if it is, of course, but it sounds like it's the graphics card. Of course, I could be completely off. It's just a guess, after all.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  7. #7
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    Is the monitor connected to the power outlet in the computer?

    Try running the monitor off of a different outlet. The power supply might be overloaded and/or failing.

  8. #8
    Quote Originally Posted by robwhit View Post
    Try running the monitor off of a different outlet. The power supply might be overloaded and/or failing.
    The monitor situation leads me to wonder the same thing. If your PSU is barely keeping the system afloat, then large disk activity could cause instability... It's difficult to say.

    For the disk copy problem, I'd try sticking your HD in another Box if one is available. That would prove/disprove HD failure.

    Try disconnecting your graphics card (if you have one) and run your monitor off the Mobo (if available). If the Monitor problem persists, you've narrowed it down.
    "There's always another way"
    -lightatdawn (lightatdawn.cprogramming.com)

  9. #9
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    From here I would guess it could be mobo issues, 2 components dying near the same time. Granted it may work under ubuntu, but Linux in general is known for not stressing the system as much as Windows, which under lowered loads your mobo can still function decently, definitely if you can test your components in another computer, HD and monitor and possibly graphics card.

  10. #10
    Registered User
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    267
    I don't have another machine available to test my HD with and my computer's graphics card is built into the mobo. Is there any other way to test it? Is there a possibility that this isn't hardware related?

    As for the monitor, ill try a different outlet the next time it dies on me. It's been working properly since last night though.

    OS: Windows 7, XUbuntu 11.10, Arch Linux
    IDE: CodeBlocks
    Compiler: GCC

  11. #11
    Registered User
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    267
    Ok, I tried another outlet and it fixed the monitor problem. The "WIRING FAULT BUILDING" light on the power bar is on, what does this mean?

    OS: Windows 7, XUbuntu 11.10, Arch Linux
    IDE: CodeBlocks
    Compiler: GCC

  12. #12
    Quote Originally Posted by h_howee View Post
    The "WIRING FAULT BUILDING" light on the power bar is on, what does this mean?
    This is telling you that you've found your problem. There is likely something wrong with the wiring in your house on that circuit. Either something isn't grounding properly, or a ground is hot, or possibly polarity is reversed on the circuit. All of these are Bad Things. If you're moderatly electrically handy and have a voltometer, you can check these things out yourself. If you aren't sure, or maybe just don't like the idea of shoving metal prongs in your household outlet, call a professional electrician or a friend you don't like.

    Oh, and I would very certainly not plug anything sensitive (like your computer) into that outlet until you get this resolved. No ground or charged ground could potentially fry your system.
    "There's always another way"
    -lightatdawn (lightatdawn.cprogramming.com)

  13. #13
    Registered User
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    267
    Ah.. thanks. The red light has been on for the last 2 years and I've never bothered to read the text it was labeled with. I'm surprised my comp was working properly all this time. Is this the cause of both problems (i.e. booting XP and the monitor) or just the monitor problem?

    OS: Windows 7, XUbuntu 11.10, Arch Linux
    IDE: CodeBlocks
    Compiler: GCC

  14. #14
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    Either, Both or Neither, really, it could have damaged your components, or something could have gone bad for a different reason, hard to judge exactly.

  15. #15
    Registered User
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    267
    I just asked my dad and he told me that nothing is grounded here

    OS: Windows 7, XUbuntu 11.10, Arch Linux
    IDE: CodeBlocks
    Compiler: GCC

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual C++ .NET 2003 and XP Style
    By kuphryn in forum Windows Programming
    Replies: 1
    Last Post: 10-07-2003, 11:08 AM
  2. Partition Magic
    By ZakkWylde969 in forum Tech Board
    Replies: 13
    Last Post: 09-16-2003, 08:21 AM
  3. Dual Booting Win XP & Win 98
    By netboy in forum Tech Board
    Replies: 2
    Last Post: 08-18-2003, 02:29 AM
  4. XP with modem problems
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 06-04-2002, 04:40 PM
  5. Partition Question....
    By (TNT) in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 11-27-2001, 11:59 AM