How to delete a small partition on a flash drive

Home Forums Tech Hardware How to delete a small partition on a flash drive

This topic contains 0 replies, has 1 voice, and was last updated by  Hi-Grage 10 years, 2 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3030

    Hi-Grage
    Participant

    If some utility of backup software created a small partition on your flash dire, there is no way to access the rest of the flash drive unallocated space. It is completely inaccessible. To reclaim the space, you need to delete the small portion using utility DISKPART.

    Start CMD as Admin
    DISKPART
    list disk
    select disk 1 (if that your desired flash drive)
    detail disk ( make sure that this is the partition that you need to delete
    clean (DiskPart succeeded in cleaning the disk.)
    EXIT (Leaving DiskPart…)

    This last step (CLEAN) will delete all partitions from that disk. From that point you would be able to manage your flash drive using regular diskmgmt.msc.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.