OK, now my 32 GB usb flash disc does not contain any space after entering commands as:

tami_2

Commendable
Aug 9, 2016
1
0
1,510
Instead of my 32 GB usb flash disc I do not see anything after these steps. Because logical partition was not able to create and here I finished. It looks like unknown capacity 🙁

RetiredChief said:
Most likely it is just a partitioning problem.
First try using windows Disk manager to show partitions and to delete/repartition and reformat the usb drive.

Unfortanutly this may not work and you will need
A) a third partitioning disk utility, or
B) What I use. use windows cmd line diskpart cmd to remove it (what I had to do for a thumbdrive used on a Mac)
.. If diskpart is what you want to use, be cautious and make SURE it is pointing to the USB drive.
Basically (read this first):
http://technet.microsoft.com/en-us/library/cc766465(v=ws.10).aspx

.. You open a dos command window WITH run with admistrator privlage. then type the following cmds.
- Diskpart Starts program Do Not type the - (ie diskpart> List disk then enter key)
- LIST DISK (shows all disk, look for Disk Number of the Drive (Your USB drive)
- SELECT DISK X (For X insert USB drive Number)
- DETAIL DISK (Detailed information of the disk that has the focus This will show if you have selected the correct drive.)
- CLEAN (One of the most practical and most dangerous: it removes at once all the partitions on the selected disk.)
Note for the next two do NOT use the size=n)
- CREATE PARTITION EXTENDED (Creates an extended partition on the current drive. After the partition has been created, the focus automatically shifts to the new partition.)
- CREATE PARTITION LOGICAL (Creates a logical drive in the extended partition. After the partition has been created, the focus automatically shifts to the new logical drive.)
- EXIT (Quits DISKPART and returns to the command prompt classic)


Any help? I cannot switch to E: disc either {sure I know it is this disc, ok}
 
Solution
do the same steps including the CLEAN and then exit diskpart.

You open a dos command window WITH run with admistrator privlage. then type the following cmds.
- Diskpart
- LIST DISK (shows all disk, look for Disk Number of the Drive (Your USB drive)
- SELECT DISK X (For X insert USB drive Number)
- CLEAN (One of the most practical and most dangerous: it removes at once all the partitions on the selected disk.)
- EXIT (Quits DISKPART and returns to the command prompt classic)

Next open Disk Management in Windows to initialize the USB drive and the format it.
do the same steps including the CLEAN and then exit diskpart.

You open a dos command window WITH run with admistrator privlage. then type the following cmds.
- Diskpart
- LIST DISK (shows all disk, look for Disk Number of the Drive (Your USB drive)
- SELECT DISK X (For X insert USB drive Number)
- CLEAN (One of the most practical and most dangerous: it removes at once all the partitions on the selected disk.)
- EXIT (Quits DISKPART and returns to the command prompt classic)

Next open Disk Management in Windows to initialize the USB drive and the format it.
 
Solution