none
Disk Management reports incorrect disk capacity RRS feed

  • Question

  • My 2TB disk is reported by Disk Management as 400MB:


    This is causing a problem to manage disk space.

    How to resolve it?

    Friday, March 24, 2023 2:47 PM

Answers

  • Hello, I solved the problem by adding a new disk. The system recognized the correct size.

    After that I copied the data with Robocopy.

    Wednesday, May 17, 2023 5:39 PM

All replies

  • Hi Neidson, 

    I believe you didn't put the correct capacity when formatting your disk. If you want to change the capacity right click to extend volume to the 2TBs you do have. 

    Saturday, March 25, 2023 5:18 PM
  • Hi, Neidson. Let's examine the possible causes for this discrepancy:

    1. Disk partitioning: The disk might have been partitioned in such a way that the 400MB partition is the only one currently visible to Disk Management, leaving the rest of the capacity unallocated.
    2. File system issues: The disk might have a corrupted file system or a file system that Windows doesn't recognize.
    3. Disk firmware or driver issues: Outdated or incompatible firmware/drivers might cause the disk to be reported incorrectly.
    4. Hardware issues: The disk itself, the SATA/USB cable, or the disk controller might be faulty.

    To resolve this issue, follow these geeky steps:

    1. Open Disk Management (diskmgmt.msc) and check for any unallocated space on your disk. If there's a large unallocated space, you can create a new partition or extend the existing partition to utilize the full capacity.

    2. If you still can't see the correct capacity, you might need to check the disk's file system. To do this, open Command Prompt with Administrator privileges and type the following command:

    chkdsk X: /f

    Replace "X" with the drive letter of the affected disk. This command will scan and repair any file system errors.

    3. If the issue persists, you can try updating your disk's firmware and drivers. Visit the manufacturer's website for the latest firmware and drivers, and follow their instructions to install them.

    4. If none of the above steps work, consider using a different SATA/USB cable or disk controller to rule out any hardware issues. If the problem persists, your disk itself might be faulty, and you should contact the manufacturer for further assistance or consider replacing the disk.

    Remember to backup any important data before making changes to your disk, as some of these steps might result in data loss.

    I hope it helps.

    • Edited by EduPepper Sunday, March 26, 2023 7:08 AM wrong formatting
    Sunday, March 26, 2023 7:07 AM
  • Hello, thanks for the reply.

    I have no problem with capacity. The disk has 1.15TB in use. This is a virtual machine on VMware. I found out why Zabbix shows me 400 MB.

    I'll update the firmware on server.
    Friday, March 31, 2023 6:19 PM
  • Hello, I solved the problem by adding a new disk. The system recognized the correct size.

    After that I copied the data with Robocopy.

    Wednesday, May 17, 2023 5:39 PM