Recover Unallocated Space in Pen Drive
During creating the bootable USB Drive the software warned me that it can corrupt my Drive( What a kind of software is that, what it said it did. Whoops!). See the Instruction.
I checked the internet many users had the same problem. Fortuanetly I got the Solution. I'll be using Diskpart command line tool in windows 7 which provides information about your partitions and volumes, allows you to delete and create partitions, etc.
I checked the internet many users had the same problem. Fortuanetly I got the Solution. I'll be using Diskpart command line tool in windows 7 which provides information about your partitions and volumes, allows you to delete and create partitions, etc.
Here is how to get back the unallocated space of USB Drive after being corrupted by Win32 Disk Imager for Linux Install. We will be using Command Prompt here.
Here are the steps:
1. Open Command Prompt by typing cmd in run.
2. Type Diskpart and press enter , Diskpart command tool will open.
Microsoft DiskPart version 6.2.9200 Copyright (C) 1999-2012 Microsoft Corporation.
On computer: COMPUTER
3. Type DISKPART> list disk ans you'll get this.1. Open Command Prompt by typing cmd in run.
2. Type Diskpart and press enter , Diskpart command tool will open.
Microsoft DiskPart version 6.2.9200 Copyright (C) 1999-2012 Microsoft Corporation.
On computer: COMPUTER
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 298 GB 0 B
Disk 1 Online 7509 MB 5250 MB
4. Type DISKPART > select disk 1 (Here disk 1 is my USB Drive you have to choose your USB Drive no accordingly) and you will get the message "Disk 1 is now the selected disk".
6. Type DISKPART> create partition primary and you'll get the message "DiskPart succeeded in creating the specified partition".
7. Type DISKPART> exit and the Command Prompt Window will exit.
8. Format you USB Drive with original Space.
Source : http://geekswithblogs.net
great! thank you very much
ReplyDeleteMy 16GB pen drive is reduced to 2.88'MB' surprisingly, after using win 32 for creating bootable drive to install ubuntu. I'm using windows 10 OS. What should I do now?
ReplyDelete