I got the "format" message and then I remembered that a while back I installed a Live USB Linux distro. I went to Disk Management to format the flash drive and I noticed that there are 3 partitions on that drive. I formatted each partition hoping that this will remove the Linux distro and get my 32 GB back but now the flash drive shows as a 2 GB drive. In Disk Management it shows 2 partitions, both 2 GB and 25+ GB of unallocated space. I was hoping that I could delete these 2 partitions and but I couldn't do it using Disk Management. The solution (if you' re running Windows): If you run a Linux distro such as Ubuntu you can try formatting your flash drive using Disks (which is installed by default).
- Run Command Prompt (CMD)
- Type DISKPART
- Type LIST DISK This will list all available drives. Both internal and external.
- Type SELECT DISK # (# Replace with your disk number) Make sure you select the correct drive.
- Type LIST PARTITION This will return the available partitions in your drive.
- Type SELECT PARTITION 1
- Type DELETE PARTITION
- Type CREATE PARTITION PRIMARY to create a new full-sized partition.
- Type LIST PARTITION to confirm if the new partition is successfully created.
- Type EXIT
No comments:
Post a Comment