My problem:
Tried installing Raspberian into 32 GB SD card. The file system went corrupt-somehow. Could not recover the other big part in windows because windows system.
The diskmanagement system showed the 30GB space in dark, which could not be accessed by simple formatting or change of the drive letter.
So, I had to go commando.
Went to the command mode.
Windows> CMD (admin mode)
Then executed the following codes...
Now I can see the whole SD card space!
Tried installing Raspberian into 32 GB SD card. The file system went corrupt-somehow. Could not recover the other big part in windows because windows system.
The diskmanagement system showed the 30GB space in dark, which could not be accessed by simple formatting or change of the drive letter.
So, I had to go commando.
Went to the command mode.
Windows> CMD (admin mode)
Then executed the following codes...
Now I can see the whole SD card space!
diskpart
Microsoft DiskPart version 10.0.ccc
Copyright (C) 1999-2013 Microsoft Corporation.
On computer: xxx
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 476 GB 0 B *
Disk 1 Online 476 GB 0 B *
Disk 2 Online 29 GB 26 GB
DISKPART> select disk 2
Disk 2 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> create partition primary
DiskPart succeeded in creating the specified partition.
DISKPART> (then formatted the disk)
No comments:
Post a Comment