Drive C partition unallocated

Page 1 of 9 123 ... LastLast

  1. Posts : 42
    Windows 7 Ultimate 32bit
       #1

    Drive C partition unallocated


    I have Windows 7 Ultimate 32bit installed on drive C of the internal hard disk of my laptop. Yesterday, after I put my laptop in the hibernate mode, upon resume, there is a blank screen with a message that says unable to find the operating system. After rebooting, it is still the same, with the blank screen and message. Prior to this, my drive C has been quite filled up with not much free space left.

    I tried booting up Linux Mint from a USB drive, but my internal hard drive could not be mounted. In GParted, the drive is shown as unallocated. I tried to use Windows Recovery, but it could not detect the operating system.

    Not knowing much, I tried the suggestions listed on this webpage: » How To Fix: External Disk Drive Suddenly Became RAW
    then upon booting up, no more blank screen, but there was a BSOD. I tried again to boot into Linux Mint from a USB drive, and this time, I could access partition D on my internal hard disk. However, partition C is still unaccessible and unallocated. Windows Recovery still could not detect the operating system.

    Is there any way I can restore the partition? I would like to retrieve my data from partition C. Thanks in advance.
      My Computer


  2. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #2

    zirch said:
    I have Windows 7 Ultimate 32bit installed on drive C of the internal hard disk of my laptop. Yesterday, after I put my laptop in the hibernate mode, upon resume, there is a blank screen with a message that says unable to find the operating system. After rebooting, it is still the same, with the blank screen and message. Prior to this, my drive C has been quite filled up with not much free space left.

    I tried booting up Linux Mint from a USB drive, but my internal hard drive could not be mounted. In GParted, the drive is shown as unallocated. I tried to use Windows Recovery, but it could not detect the operating system.

    Not knowing much, I tried the suggestions listed on this webpage: » How To Fix: External Disk Drive Suddenly Became RAW
    then upon booting up, no more blank screen, but there was a BSOD. I tried again to boot into Linux Mint from a USB drive, and this time, I could access partition D on my internal hard disk. However, partition C is still unaccessible and unallocated. Windows Recovery still could not detect the operating system.

    Is there any way I can restore the partition? I would like to retrieve my data from partition C. Thanks in advance.
    Download partition wizard bootable CD (last from list) Free download Magic Partition Manager Software, partition magic alternative, free partition magic, partition magic Windows 7 and server partition software - Partition Wizard Online
    Burn it and boot from it. Of course boot on sick machine

    • what primary partitions do you see (size, label,type)?
    • which primary partition is active?
    • what logical partitions do you see?
    • How many partitions are gone?
    Best thing to do is make a camshot and post.

    "then upon booting up, no more blank screen, but there was a BSOD"=>only one disk in system then? What info on bsod?
      My Computer


  3. Posts : 6,292
    Windows 7 64 Bit Home Premium SP1
       #3

    And while you are in Partition Wizard you could use the tool to "Rebuild MBR" (Master Boot Record).
    It sounds like it got corrupted or deleted.
      My Computer


  4. Posts : 42
    Windows 7 Ultimate 32bit
    Thread Starter
       #4

    Kaktussoft said:
    Download partition wizard bootable CD (last from list) Free download Magic Partition Manager Software, partition magic alternative, free partition magic, partition magic Windows 7 and server partition software - Partition Wizard Online
    Burn it and boot from it. Of course boot on sick machine

    • what primary partitions do you see (size, label,type)?
    • which primary partition is active?
    • what logical partitions do you see?
    • How many partitions are gone?

    Best thing to do is make a camshot and post.

    "then upon booting up, no more blank screen, but there was a BSOD"=>only one disk in system then? What info on bsod?
    1. The primary partitions are:
    - PQSERVICE (9.77GB, FAT32)
    - DATA (110.07GB, NTFS)
    - (3GB, NTFS)

    2. The active primary partition is PQSERVICE.

    3. The logical partition is the one unallocated, which I presume to be drive C which I'm trying to recover. There is no label for that partition.

    4. As far as I can see, there is no partition gone. However, there are 2 partitions without label, 1 of which is the unallocated partition and the other is the 3GB primary partition.

    Here is the camshot:
    Drive C partition unallocated-image.jpg

    Yes, I have only one internal hard disk, with 2 partitions, C and D. Here is the shot of the BSOD:
    Drive C partition unallocated-image-1.jpg
      My Computer


  5. Posts : 42
    Windows 7 Ultimate 32bit
    Thread Starter
       #5

    TVeblen said:
    And while you are in Partition Wizard you could use the tool to "Rebuild MBR" (Master Boot Record).
    It sounds like it got corrupted or deleted.
    I did a "Rebuild MBR" while in the Partition Wizard. Now it is booting up into System Recovery. It still cannot detect the Windows 7 installation on partition C. It only detects the recovery partition X: PQSERVICE.
      My Computer


  6. Posts : 42
    Windows 7 Ultimate 32bit
    Thread Starter
       #6

    I don't know if this is of any significant, but I have messed up with the drive's MBR before. The OS could not be booted but the drive and all the files were still accessible. I used Windows Recovery, entered command prompt and fixed the MBR via the command
    Code:
    bootrec.exe /fixmbr
    . After that, all was working well until I put the system to hibernate this time.
    Last edited by zirch; 13 Feb 2013 at 00:55.
      My Computer


  7. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #7

    MBR is just sector 0 of physical disk. It consists of:
    • Disk signature. Just sort of label to uniquely identify the disk....sort of label.
    • Boot code. You did refresh that (bootrec.exe /fixmbr) (rebuild mbr). Boot code looks for first active partition and executes it's volume boot record.
    Both are NOT the problem! MBR also consists of:
    • Partition table.
    And that the reason! I don't why ... but you have a lot of unallocated space! There's no pointer in partition table to this space so it things it's unallocated.

    I hope your data is still in the unallocated space. Try to recover it using partition wizard, explanation here
    How to perform lost partition recovery and deleted partition recovery under Windows? Partition Recovery Help.
    Of course select DATA and PQSERVICE as well if you want to keep them. Try to recover in "unallocated space" and do "quick scan".
      My Computer


  8. Posts : 42
    Windows 7 Ultimate 32bit
    Thread Starter
       #8

    Kaktussoft said:
    MBR is just sector 0 of physical disk. It consists of:
    • Disk signature. Just sort of label to uniquely identify the disk....sort of label.
    • Boot code. You did refresh that (bootrec.exe /fixmbr) (rebuild mbr). Boot code looks for first active partition and executes it's volume boot record.

    Both are NOT the problem! MBR also consists of:
    • Partition table.

    And that the reason! I don't why ... but you have a lot of unallocated space! There's no pointer in partition table to this space so it things it's unallocated.

    I hope your data is still in the unallocated space. Try to recover it using partition wizard, explanation here
    How to perform lost partition recovery and deleted partition recovery under Windows? Partition Recovery Help.
    Of course select DATA and PQSERVICE as well if you want to keep them. Try to recover in "unallocated space" and do "quick scan".
    I see. I hope the data is still there as well. Performing the quick scan in the Partition Recovery Wizard now.
      My Computer


  9. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #9

    You should see (hopefully):
    PQSERVICE (fat32), your win7 disk (NTFS), DATA(NTFS), 3GB partition(NTFS)

    If so... make the recovered win7 partition PRIMARY and ACTIVE. Don't forget to APPLY the changes.
    How to set partition as Primary with partition manager?
      My Computer


  10. Posts : 42
    Windows 7 Ultimate 32bit
    Thread Starter
       #10

    I did not see my Windows 7 drive. I am seeing a lot of drives with "Boot" label. Here is the camshot:
    Drive C partition unallocated-image-2.jpg

    What do I do next? I hope the data is still recoverable?
      My Computer


 
Page 1 of 9 123 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:21.
Find Us