Replacement ssd showing old ssd size

Ethan kosma 1 Reputation point
2022-02-13T20:43:18.783+00:00

Hi
I have replaced my old 250gd ssd with a Kingston 1tb ssd. I cloned the old drive with acronis true image oem software.
The issue I'm having is that my pc still thinks the new HD is 250gb.
I am unable to extend the partition as the box is grayed out.
What are my options ??
Thanks

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,617 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Docs 15,141 Reputation points
    2022-02-13T22:48:58.8+00:00

    The above image displayed a recovery partition that is 715.30 GB.
    Most recovery partitions are < 1 GB.

    Unless you've deliberately created an unusually large recovery partition for a specific reason it can be deleted or deleted and recreated.

    Open administrative command prompt and type or copy and paste:

    sfc /scannow
    dism /online /cleanup-image /restorehealth
    reagentc /info
    bcdedit /enum all
    chkdsk /scan
    diskpart
    lis dis
    lis vol
    sel dis 0
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel par 4
    det par
    sel par 5
    det par

    Post images or share links of the commands with results into this thread.

    .
    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post there is /\ with a number: click = a helpful post
    .
    .
    .
    .
    .

    0 comments No comments

  2. Ethan kosma 1 Reputation point
    2022-02-14T20:01:13.267+00:00

    Microsoft DiskPart version 10.0.19041.964

    Copyright (C) Microsoft Corporation.
    On computer: DESKTOP-0FR8Q1C

    DISKPART> sfc /scannow

    Microsoft DiskPart version 10.0.19041.964

    ACTIVE - Mark the selected partition as active.
    ADD - Add a mirror to a simple volume.
    ASSIGN - Assign a drive letter or mount point to the selected volume.
    ATTRIBUTES - Manipulate volume or disk attributes.
    ATTACH - Attaches a virtual disk file.
    AUTOMOUNT - Enable and disable automatic mounting of basic volumes.
    BREAK - Break a mirror set.
    CLEAN - Clear the configuration information, or all information, off the
    disk.
    COMPACT - Attempts to reduce the physical size of the file.
    CONVERT - Convert between different disk formats.
    CREATE - Create a volume, partition or virtual disk.
    DELETE - Delete an object.
    DETAIL - Provide details about an object.
    DETACH - Detaches a virtual disk file.
    EXIT - Exit DiskPart.
    EXTEND - Extend a volume.
    EXPAND - Expands the maximum size available on a virtual disk.
    FILESYSTEMS - Display current and supported file systems on the volume.
    FORMAT - Format the volume or partition.
    GPT - Assign attributes to the selected GPT partition.
    HELP - Display a list of commands.
    IMPORT - Import a disk group.
    INACTIVE - Mark the selected partition as inactive.
    LIST - Display a list of objects.
    MERGE - Merges a child disk with its parents.
    ONLINE - Online an object that is currently marked as offline.
    OFFLINE - Offline an object that is currently marked as online.
    RECOVER - Refreshes the state of all disks in the selected pack.
    Attempts recovery on disks in the invalid pack, and
    resynchronizes mirrored volumes and RAID5 volumes
    that have stale plex or parity data.
    REM - Does nothing. This is used to comment scripts.
    REMOVE - Remove a drive letter or mount point assignment.
    REPAIR - Repair a RAID-5 volume with a failed member.
    RESCAN - Rescan the computer looking for disks and volumes.
    RETAIN - Place a retained partition under a simple volume.
    SAN - Display or set the SAN policy for the currently booted OS.
    SELECT - Shift the focus to an object.
    SETID - Change the partition type.
    SHRINK - Reduce the size of the selected volume.
    UNIQUEID - Displays or sets the GUID partition table (GPT) identifier or
    master boot record (MBR) signature of a disk.

    DISKPART> dism /online /cleanup-image /restorehealth

    Microsoft DiskPart version 10.0.19041.964

    ACTIVE - Mark the selected partition as active.
    ADD - Add a mirror to a simple volume.
    ASSIGN - Assign a drive letter or mount point to the selected volume.
    ATTRIBUTES - Manipulate volume or disk attributes.
    ATTACH - Attaches a virtual disk file.
    AUTOMOUNT - Enable and disable automatic mounting of basic volumes.
    BREAK - Break a mirror set.
    CLEAN - Clear the configuration information, or all information, off the
    disk.
    COMPACT - Attempts to reduce the physical size of the file.
    CONVERT - Convert between different disk formats.
    CREATE - Create a volume, partition or virtual disk.
    DELETE - Delete an object.
    DETAIL - Provide details about an object.
    DETACH - Detaches a virtual disk file.
    EXIT - Exit DiskPart.
    EXTEND - Extend a volume.
    EXPAND - Expands the maximum size available on a virtual disk.
    FILESYSTEMS - Display current and supported file systems on the volume.
    FORMAT - Format the volume or partition.
    GPT - Assign attributes to the selected GPT partition.
    HELP - Display a list of commands.
    IMPORT - Import a disk group.
    INACTIVE - Mark the selected partition as inactive.
    LIST - Display a list of objects.
    MERGE - Merges a child disk with its parents.
    ONLINE - Online an object that is currently marked as offline.
    OFFLINE - Offline an object that is currently marked as online.
    RECOVER - Refreshes the state of all disks in the selected pack.
    Attempts recovery on disks in the invalid pack, and
    resynchronizes mirrored volumes and RAID5 volumes
    that have stale plex or parity data.
    REM - Does nothing. This is used to comment scripts.
    REMOVE - Remove a drive letter or mount point assignment.
    REPAIR - Repair a RAID-5 volume with a failed member.
    RESCAN - Rescan the computer looking for disks and volumes.
    RETAIN - Place a retained partition under a simple volume.
    SAN - Display or set the SAN policy for the currently booted OS.
    SELECT - Shift the focus to an object.
    SETID - Change the partition type.
    SHRINK - Reduce the size of the selected volume.
    UNIQUEID - Displays or sets the GUID partition table (GPT) identifier or
    master boot record (MBR) signature of a disk.

    DISKPART> reagentc /info

    Microsoft DiskPart version 10.0.19041.964

    ACTIVE - Mark the selected partition as active.
    ADD - Add a mirror to a simple volume.
    ASSIGN - Assign a drive letter or mount point to the selected volume.
    ATTRIBUTES - Manipulate volume or disk attributes.
    ATTACH - Attaches a virtual disk file.
    AUTOMOUNT - Enable and disable automatic mounting of basic volumes.
    BREAK - Break a mirror set.
    CLEAN - Clear the configuration information, or all information, off the
    disk.
    COMPACT - Attempts to reduce the physical size of the file.
    CONVERT - Convert between different disk formats.
    CREATE - Create a volume, partition or virtual disk.
    DELETE - Delete an object.
    DETAIL - Provide details about an object.
    DETACH - Detaches a virtual disk file.
    EXIT - Exit DiskPart.
    EXTEND - Extend a volume.
    EXPAND - Expands the maximum size available on a virtual disk.
    FILESYSTEMS - Display current and supported file systems on the volume.
    FORMAT - Format the volume or partition.
    GPT - Assign attributes to the selected GPT partition.
    HELP - Display a list of commands.
    IMPORT - Import a disk group.
    INACTIVE - Mark the selected partition as inactive.
    LIST - Display a list of objects.
    MERGE - Merges a child disk with its parents.
    ONLINE - Online an object that is currently marked as offline.
    OFFLINE - Offline an object that is currently marked as online.
    RECOVER - Refreshes the state of all disks in the selected pack.
    Attempts recovery on disks in the invalid pack, and
    resynchronizes mirrored volumes and RAID5 volumes
    that have stale plex or parity data.
    REM - Does nothing. This is used to comment scripts.
    REMOVE - Remove a drive letter or mount point assignment.
    REPAIR - Repair a RAID-5 volume with a failed member.
    RESCAN - Rescan the computer looking for disks and volumes.
    RETAIN - Place a retained partition under a simple volume.
    SAN - Display or set the SAN policy for the currently booted OS.
    SELECT - Shift the focus to an object.
    SETID - Change the partition type.
    SHRINK - Reduce the size of the selected volume.
    UNIQUEID - Displays or sets the GUID partition table (GPT) identifier or
    master boot record (MBR) signature of a disk.

    DISKPART> bcdedit /enum all

    Microsoft DiskPart version 10.0.19041.964

    ACTIVE - Mark the selected partition as active.
    ADD - Add a mirror to a simple volume.
    ASSIGN - Assign a drive letter or mount point to the selected volume.
    ATTRIBUTES - Manipulate volume or disk attributes.
    ATTACH - Attaches a virtual disk file.
    AUTOMOUNT - Enable and disable automatic mounting of basic volumes.
    BREAK - Break a mirror set.
    CLEAN - Clear the configuration information, or all information, off the
    disk.
    COMPACT - Attempts to reduce the physical size of the file.
    CONVERT - Convert between different disk formats.
    CREATE - Create a volume, partition or virtual disk.
    DELETE - Delete an object.
    DETAIL - Provide details about an object.
    DETACH - Detaches a virtual disk file.
    EXIT - Exit DiskPart.
    EXTEND - Extend a volume.
    EXPAND - Expands the maximum size available on a virtual disk.
    FILESYSTEMS - Display current and supported file systems on the volume.
    FORMAT - Format the volume or partition.
    GPT - Assign attributes to the selected GPT partition.
    HELP - Display a list of commands.
    IMPORT - Import a disk group.
    INACTIVE - Mark the selected partition as inactive.
    LIST - Display a list of objects.
    MERGE - Merges a child disk with its parents.
    ONLINE - Online an object that is currently marked as offline.
    OFFLINE - Offline an object that is currently marked as online.
    RECOVER - Refreshes the state of all disks in the selected pack.
    Attempts recovery on disks in the invalid pack, and
    resynchronizes mirrored volumes and RAID5 volumes
    that have stale plex or parity data.
    REM - Does nothing. This is used to comment scripts.
    REMOVE - Remove a drive letter or mount point assignment.
    REPAIR - Repair a RAID-5 volume with a failed member.
    RESCAN - Rescan the computer looking for disks and volumes.
    RETAIN - Place a retained partition under a simple volume.
    SAN - Display or set the SAN policy for the currently booted OS.
    SELECT - Shift the focus to an object.
    SETID - Change the partition type.
    SHRINK - Reduce the size of the selected volume.
    UNIQUEID - Displays or sets the GUID partition table (GPT) identifier or
    master boot record (MBR) signature of a disk.

    DISKPART> chkdsk /scan

    Microsoft DiskPart version 10.0.19041.964

    ACTIVE - Mark the selected partition as active.
    ADD - Add a mirror to a simple volume.
    ASSIGN - Assign a drive letter or mount point to the selected volume.
    ATTRIBUTES - Manipulate volume or disk attributes.
    ATTACH - Attaches a virtual disk file.
    AUTOMOUNT - Enable and disable automatic mounting of basic volumes.
    BREAK - Break a mirror set.
    CLEAN - Clear the configuration information, or all information, off the
    disk.
    COMPACT - Attempts to reduce the physical size of the file.
    CONVERT - Convert between different disk formats.
    CREATE - Create a volume, partition or virtual disk.
    DELETE - Delete an object.
    DETAIL - Provide details about an object.
    DETACH - Detaches a virtual disk file.
    EXIT - Exit DiskPart.
    EXTEND - Extend a volume.
    EXPAND - Expands the maximum size available on a virtual disk.
    FILESYSTEMS - Display current and supported file systems on the volume.
    FORMAT - Format the volume or partition.
    GPT - Assign attributes to the selected GPT partition.
    HELP - Display a list of commands.
    IMPORT - Import a disk group.
    INACTIVE - Mark the selected partition as inactive.
    LIST - Display a list of objects.
    MERGE - Merges a child disk with its parents.
    ONLINE - Online an object that is currently marked as offline.
    OFFLINE - Offline an object that is currently marked as online.
    RECOVER - Refreshes the state of all disks in the selected pack.
    Attempts recovery on disks in the invalid pack, and
    resynchronizes mirrored volumes and RAID5 volumes
    that have stale plex or parity data.
    REM - Does nothing. This is used to comment scripts.
    REMOVE - Remove a drive letter or mount point assignment.
    REPAIR - Repair a RAID-5 volume with a failed member.
    RESCAN - Rescan the computer looking for disks and volumes.
    RETAIN - Place a retained partition under a simple volume.
    SAN - Display or set the SAN policy for the currently booted OS.
    SELECT - Shift the focus to an object.
    SETID - Change the partition type.
    SHRINK - Reduce the size of the selected volume.
    UNIQUEID - Displays or sets the GUID partition table (GPT) identifier or
    master boot record (MBR) signature of a disk.

    DISKPART> diskpart

    Microsoft DiskPart version 10.0.19041.964

    ACTIVE - Mark the selected partition as active.
    ADD - Add a mirror to a simple volume.
    ASSIGN - Assign a drive letter or mount point to the selected volume.
    ATTRIBUTES - Manipulate volume or disk attributes.
    ATTACH - Attaches a virtual disk file.
    AUTOMOUNT - Enable and disable automatic mounting of basic volumes.
    BREAK - Break a mirror set.
    CLEAN - Clear the configuration information, or all information, off the
    disk.
    COMPACT - Attempts to reduce the physical size of the file.
    CONVERT - Convert between different disk formats.
    CREATE - Create a volume, partition or virtual disk.
    DELETE - Delete an object.
    DETAIL - Provide details about an object.
    DETACH - Detaches a virtual disk file.
    EXIT - Exit DiskPart.
    EXTEND - Extend a volume.
    EXPAND - Expands the maximum size available on a virtual disk.
    FILESYSTEMS - Display current and supported file systems on the volume.
    FORMAT - Format the volume or partition.
    GPT - Assign attributes to the selected GPT partition.
    HELP - Display a list of commands.
    IMPORT - Import a disk group.
    INACTIVE - Mark the selected partition as inactive.
    LIST - Display a list of objects.
    MERGE - Merges a child disk with its parents.
    ONLINE - Online an object that is currently marked as offline.
    OFFLINE - Offline an object that is currently marked as online.
    RECOVER - Refreshes the state of all disks in the selected pack.
    Attempts recovery on disks in the invalid pack, and
    resynchronizes mirrored volumes and RAID5 volumes
    that have stale plex or parity data.
    REM - Does nothing. This is used to comment scripts.
    REMOVE - Remove a drive letter or mount point assignment.
    REPAIR - Repair a RAID-5 volume with a failed member.
    RESCAN - Rescan the computer looking for disks and volumes.
    RETAIN - Place a retained partition under a simple volume.
    SAN - Display or set the SAN policy for the currently booted OS.
    SELECT - Shift the focus to an object.
    SETID - Change the partition type.
    SHRINK - Reduce the size of the selected volume.
    UNIQUEID - Displays or sets the GUID partition table (GPT) identifier or
    master boot record (MBR) signature of a disk.

    DISKPART> lis dis

    Disk ### Status Size Free Dyn Gpt


    Disk 0 Online 953 GB 0 B * *

    DISKPART> lis vol

    Volume ### Ltr Label Fs Type Size Status Info


    Volume 0 C NTFS Simple 238 GB Healthy Boot
    Volume 1 FAT32 Partition 100 MB Healthy System
    Volume 2 NTFS Partition 715 GB Healthy Hidden

    DISKPART> sel dis 0

    Disk 0 is now the selected disk.

    DISKPART> det dis

    KINGSTON SKC6001024G
    Disk ID: {BE3848DB-2028-4B7B-B9A5-A66DC4D33B4B}
    Type : SATA
    Status : Online
    Path : 0
    Target : 0
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(1F02)#ATA(C00T00L00)
    Current Read-only State : No
    Read-only : No
    Boot Disk : Yes
    Pagefile Disk : Yes
    Hibernation File Disk : No
    Crashdump Disk : Yes
    Clustered Disk : No

    Volume ### Ltr Label Fs Type Size Status Info


    Volume 0 C NTFS Simple 238 GB Healthy Boot
    Volume 1 FAT32 Partition 100 MB Healthy System
    Volume 2 NTFS Partition 715 GB Healthy Hidden

    DISKPART> lis par

    Partition ### Type Size Offset


    Partition 1 Dynamic Reserved 1024 KB 17 KB
    Partition 2 Reserved 127 MB 1041 KB
    Partition 3 System 100 MB 129 MB
    Partition 4 Dynamic Data 238 GB 229 MB
    Partition 5 Recovery 715 GB 238 GB

    DISKPART> sel par 1

    Partition 1 is now the selected partition.

    DISKPART> det par

    Partition 1
    Type : 5808c8aa-7e8f-42e0-85d2-e1e90434cfb3
    Hidden : Yes
    Required: No
    Attrib : 0000000000000000
    Offset in Bytes: 17408

    There is no volume associated with this partition.

    DISKPART> sel par 2

    Partition 2 is now the selected partition.

    DISKPART> det par

    Partition 2
    Type : e3c9e316-0b5c-4db8-817d-f92df00215ae
    Hidden : Yes
    Required: No
    Attrib : 0000000000000000
    Offset in Bytes: 1065984

    There is no volume associated with this partition.

    DISKPART> sel par 3

    Partition 3 is now the selected partition.

    DISKPART> det par

    Partition 3
    Type : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
    Hidden : Yes
    Required: No
    Attrib : 0000000000000000
    Offset in Bytes: 135266304

    Volume ### Ltr Label Fs Type Size Status Info


    • Volume 1 FAT32 Partition 100 MB Healthy System

    DISKPART> sel par 4

    Partition 4 is now the selected partition.

    DISKPART> det par

    Partition 4
    Type : af9b60a0-1431-4f62-bc68-3311714a69ad
    Hidden : Yes
    Required: No
    Attrib : 0000000000000000
    Offset in Bytes: 240123904

    Volume ### Ltr Label Fs Type Size Status Info


    • Volume 0 C NTFS Simple 238 GB Healthy Boot

    DISKPART> sel par 5

    Partition 5 is now the selected partition.

    DISKPART> det par

    Has it gone to plan?? What do I do now??
    Thanks for your help !!

    0 comments No comments

  3. Docs 15,141 Reputation points
    2022-02-14T23:25:27.423+00:00

    Was there anything important in that was placed into the recovery partition or can it be deleted?

    Please post share links instead of posting results directly into the thread.

    For share links please use one drive, drop box, or google drive.

    The commands were typed incorrectly (out of order).

    When administrative command is opened start with the first row: sfc /scannow

    Sfc /scannow is not designed to run once diskpart is typed.

    How come the commands were not typed in sequence?

    How come this command was typed: DISKPART> sfc /scannow ?

    These are the same commands using numbers so that they are typed in sequence:

    Open administrative command prompt and type or copy and paste: (do not type the number nor the parenthesis in the administrative command prompt box. The numbers are so that the sequence is maintained)

    1) sfc /scannow
    2) dism /online /cleanup-image /restorehealth
    3) reagentc /info
    4) bcdedit /enum all
    5) chkdsk /scan

    6) diskpart
    7) lis dis
    8) lis vol
    9) sel dis 0
    10) det dis
    11) lis par
    12) sel par 1
    13) det par
    14) sel par 2
    15) det par
    16) sel par 3
    17) det par
    18) sel par 4
    19) det par
    20) sel par 5
    21) det par

    Post images or share links of the commands with results into this thread.

    .
    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post there is /\ with a number: click = a helpful post
    .
    .
    .
    .
    .


  4. Docs 15,141 Reputation points
    2022-02-19T00:45:14.893+00:00

    The images and reports displayed:

    a) Dynamic disk
    b) GPT partition
    c) Recovery partition 715 GB

    Windows Boot Manager  
    --------------------  
    identifier              {bootmgr}  
    device                  unknown  
    
    
    
      Partition ###  Type              Size     Offset  
      -------------  ----------------  -------  -------  
      Partition 1    Dynamic Reserved  1024 KB    17 KB  
      Partition 2    Reserved           127 MB  1041 KB  
      Partition 3    System             100 MB   129 MB  
      Partition 4    Dynamic Data       238 GB   229 MB  
      Partition 5    Recovery           715 GB   238 GB  
    

    Windows Resource Protection found corrupt files and successfully repaired them.

    Consider backing up important files to another disk drive or the cloud followed by a clean install:
    https://www.tenforums.com/tutorials/1950-clean-install-windows-10-a.html
    https://www.tenforums.com/tutorials/2376-create-bootable-usb-flash-drive-install-windows-10-a.html
    https://www.tenforums.com/tutorials/9230-download-windows-10-iso-file.html
    https://www.microsoft.com/en-us/software-download/windows10

    https://learn.microsoft.com/en-us/windows-server/storage/disk-management/change-a-dynamic-disk-back-to-a-basic-disk

    .
    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post there is /\ with a number: click = a helpful post
    .
    .
    .
    .
    .

    0 comments No comments