Windows 10: I want to run chkdsk /r on an unlabeled partition

Discus and support I want to run chkdsk /r on an unlabeled partition in Windows 10 Performance & Maintenance to solve the problem; This is a new problem this week on my home based HP Pavilion PC, after months of smooth operation. Windows 10, 64 bit, and generally dependable...... Discussion in 'Windows 10 Performance & Maintenance' started by RknRusty, Nov 23, 2016.

  1. RknRusty Win User

    I want to run chkdsk /r on an unlabeled partition


    This is a new problem this week on my home based HP Pavilion PC, after months of smooth operation. Windows 10, 64 bit, and generally dependable... almost as stable as Win 7 was *Rolleyes

    According to Macrium Reflect free, when I try to run an image, I have an error 10 and need to run chkdsk /r on a partiton that has no letter designation. The option to change the letter is grayed out.

    I deleted all my scheduled imaging tasks and reprogrammed them, in hopes it was that simple, but no such luck.

    The reason I think this partition is the one is because when I click "analyze" in the Macrium partition interface, it's the only one showing an error: "Unused cluster - Error code=10. Please run chkdsk /r"

    I open the run command and select run as admin, but without a letter, I have no way to point it to that single partItion. I once tried specifying C:, and it stuck on 11% until it rebooted 2 hours later.

    I've read a couple of posts and search results, but so far no love from Google. Any Ideas? Maybe a recent Win update?
    Thanks,Rusty

    :)
     
    RknRusty, Nov 23, 2016
    #1
  2. Quips123 Win User

    System Image Backup Failed In Windows 10

    I had this exact same problem and tried all the things that you did with no results.

    However I eventually sorted it out after running chkdsk /r from the command prompt separately on each of the four partitions on my hard disk i.e. 1. System Partition, 2. C: Windows, 3. D: HP Recovery and 4. E: HP Tools.

    I had to name the System Partition H: to be able to run chkdsk /r on it (I un-named it afterwards).

    I think that it was running chkdsk /r on the System Partition that fixed the problem (but I'm not sure).

    I was also trying the expand and shrink solution on partition C: and I lost track of exactly what permutations I'd actually tried of chkdsk /r and expand and shrink.

    I hope that this helps.
     
    Quips123, Nov 23, 2016
    #2
  3. fixing failure to boot, inaccessible boot device, raw drives, etc.

    When attempting to fix:

    failure to boot

    inaccessible boot device

    raw drives

    etc.

    one of the methods is to run the command chkdsk /r

    Does anyone know how the chkdsk /r command is able to fix the disk drives when it cannot see the hidden partitions?

    On a clean install of windows using GPT there are 4 partitions:

    Recovery

    Sytem

    Reserved

    Primary

    Only one partition is labeled. That is typically C:

    The other partitions are typically hidden.

    So when chkdsk /r is ran it is only scanning and fixing C:

    The chkdsk /r is not scanning and fixing the System, Reserved, and Recovery partitions since they are hidden or not labeled.

    The C: drive or C: partition is only the data partition.

    So how does chkdsk /r fix inaccessible boot device, some raw drives, or failure to boot?

    Please post any references about chkdsk /r with regards to 1 disk and what it will and will not fix on the 1 disk when ran without the using a drive letter.

    And please post any references about how if it does not scan and fix hidden partition how it is able to fix boot failures, inaccessible boot device, some raw drives, etc.
     
    questions_, Nov 23, 2016
    #3
  4. Samuria Win User

    I want to run chkdsk /r on an unlabeled partition

    Can you post a bigger photo of the partitions etc we cant see it looks like the efi parition which you boot from itf it boot ok dont touch it or it may not boot
     
    Samuria, Nov 23, 2016
    #4
  5. RknRusty Win User
    Hey, thanks, Sam. I'll post a better pic later this evening and we can take a look.
    Rusty
     
    RknRusty, Nov 23, 2016
    #5
  6. Railtech Win User
    Here is a response from a Macrium moderator for error code 10 on an EFI unlabeled partition:

    It looks like the error is coming from your EFI system partition, which will not show up inside Windows. To fix errors in this partition, please do the following:

    - Boot into Windows PE rescue media.
    - Open up a command prompt.
    - run the following commands:

    "diskpart"
    "list disk"
    "select disk N", where N is the number of the disk you're booting from
    "list part"
    "select part M", where M is the number of the System partition
    "assign"
    "exit"

    - Open up PE Explorer to check which drive letter has been assigned to your EFI system partition.
    - Now from the command line, run "chkdsk E: /r", for whichever drive letter has been assigned.
    - Wait for it to complete, then reboot.

    Please let us know if this fixes the Error 10 messages.
     
    Railtech, Nov 23, 2016
    #6
  7. RknRusty Win User
    Okay, Railtech. I'll have to learn how to do that first. Tomorrow being our Thanksgiving holiday, it'll have to wait till I can get back and focus on this, so when I do, I will follow your instructions and report back with my results.
    Meanwhile, I ran the Windows image backup from Control Panel, so I am somewhat prepared for an emergency
    Thanks a lot,
    Rusty

    P.S. Meanwhile, click to enlarge, and here's a better picture for Samuria:
     
    RknRusty, Nov 23, 2016
    #7
  8. RknRusty Win User

    I want to run chkdsk /r on an unlabeled partition

    Railtech, sorry I took so long getting back to this. After you posted, I was reading up on Windows PE. Dosed off at the computer and awoke to see a scheduled backup running. So to be safe, the next day, I also ran a Windows image, and then just turned it off till after Thanksgiving weekend, only to have the computer fail to boot the next time I powered it up.

    It took me a few tries to get the Mmacrium rescue media to boot from the flash drive, as I had no luck with the BIOS boot order. But I finally found "F9" gave me the boot option I needed to boot the Macrium interface. I restored a recent Macrium full image, and it still wouldn't re-boot, so I restored an older image of that suspect EFI partition and it's working fine now.

    However I did copy the text of your post for future reference. Next time if I get the same situation, I'll run your fix first. Hopefully, my current fix will hold up.
    Thanks,
    Rusty

     
    RknRusty, Nov 30, 2016
    #8
  9. RknRusty Win User
    Okay, now that I've run a successful restore with the USB Boot media, I decided to add a boot option so I can bypass the USB or DVD and go straight into Macrium 6.

    In my defaults, I want to know the best answer to some of the options. First, I click the button to add a boot option at startup... simple enough, I select "PE 10.0 64 bit" as shown in the first picture.

    I want to run chkdsk /r on an unlabeled partition [​IMG]


    Next, in the picture below, under defaults, it asks which Drive(partition) I want it installed on. C: and D: are partitions on my only internal system drive, so one of those should be my choice.

    Z: is my Monday external backup USB drive, and Y: is my Thursday external backup USB drive. They stay unplugged except for one night each week. I obviously don't want to choose either of those.

    I also have rescue media on a USB stick and a DVD. But as for the boot option that simplifies the process, which partition of my system drive should I choose to install the PE? The possible answers are C:, my main data partition, and D:, a factory installed recovery partition.

    Which of those to would be the smart answer? C: is already chosen when I open this window, so I'm inclined to leave it like that.
    Thanks,
    Rusty
    I want to run chkdsk /r on an unlabeled partition [​IMG]
     
    RknRusty, Dec 4, 2016
    #9
  10. fdegrove Win User
    Hi,

    That would be fine, MR will add it to the Windows boot menu. Default timing is 10seconds but you can change that if you like.

    If you save your backups to a USB/eSATA connected external drive you can also make that bootable with MR's PE rescue media should you like to do so.

    Cheers *Wink
     
    fdegrove, Dec 4, 2016
    #10
  11. RknRusty Win User
    Thanks, Fdegrove. I will add a boot option to each of the external backup drives too. I can think of no reason not to do that.

    I appreciate everyone's help. I'm always cautious to excess when setting up a new piece of software as critical as this. I'm happy to have successfully tested it and can now relax, knowing it is quite dependable.
    Rusty
     
    RknRusty, Dec 5, 2016
    #11
  12. fdegrove Win User
    Hi,

    You're most welcome.
    Should you need a how to then just me know.

    Cheers, *Wink
     
    fdegrove, Apr 4, 2018
    #12
Thema:

I want to run chkdsk /r on an unlabeled partition

Loading...
  1. I want to run chkdsk /r on an unlabeled partition - Similar Threads - run chkdsk unlabeled

  2. CHKDSK / R query

    in Windows 10 Software and Apps
    CHKDSK / R query: Hi everyone, I ran the CMD prompt CHKDSK / F and CHKDSK / R. Can I just check that the Found.000 folder would only appear if any errors occurred?I’m worrying about whether I need to reset the laptop? Many thanks...
  3. chkdsk D: /r

    in Windows 10 Gaming
    chkdsk D: /r: After when I am in the Command area as via the admin permissions and use the following command chkdsk D: /r I receive the following message below.Cannot open volume for direct access.Kenneth...
  4. chkdsk D: /r

    in Windows 10 Software and Apps
    chkdsk D: /r: After when I am in the Command area as via the admin permissions and use the following command chkdsk D: /r I receive the following message below.Cannot open volume for direct access.Kenneth...
  5. chkdsk D: /r

    in Windows 10 Drivers and Hardware
    chkdsk D: /r: After when I am in the Command area as via the admin permissions and use the following command chkdsk D: /r I receive the following message below.Cannot open volume for direct access.Kenneth...
  6. chkdsk /r failure

    in Windows 10 Performance & Maintenance
    chkdsk /r failure: Win 10 ver 2004 When running a Windows Image it gave me a message that it detected bad clusters. I opened a cmd prompt and ran chkdsk /r. It was in Stage 4 with 2 hours left when it rebooted on its own. At the log in screen it showed the usual username, but would not...
  7. CHKDSK /f or /r not running

    in Windows 10 BSOD Crashes and Debugging
    CHKDSK /f or /r not running: Hi peps. I need a little help here the chkdsk command /f and /r and also I tried /x but all I get Scanning and Repairing. Its working on my Desktop PC but its working on my Laptop both Windows 10 Verson 2004. I have looked at the Registry Editer and looked at BootExecute...
  8. Unlabeled Partition

    in Windows 10 Network and Sharing
    Unlabeled Partition: I have an unlabeled partition in my pc, which was not in my pc few days ago. But today when i look at my disk management for some purpose i found that there has an unlabeled partition. I am not understanding what is this partition for. Does it has any particular task?...
  9. Win10 chkdsk/r.

    in Windows 10 BSOD Crashes and Debugging
    Win10 chkdsk/r.: Would like to checkdisk/repair but computer says I do not have access. https://answers.microsoft.com/en-us/windows/forum/all/win10-chkdskr/c59d943f-9519-4afa-92ef-4b8d53cd910c
  10. Win10 chkdsk/r.

    in Windows 10 BSOD Crashes and Debugging
    Win10 chkdsk/r.: Would like to checkdisk/repair but computer says I do not have access. How can I delete that admin account ? https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/win10-chkdskr/6f108ef6-2492-4e73-978b-24de34a5862b