I have made my usb bootable but I don't know how to make it work as a normal pendrive? if there is any specific process exist for that so tell me....
22 Answers
- Run CMD as Administrator
- Type
DISKPART list diskselect disk 1(if your usb drive mine was 1)cleancreate partition primaryactive- Choose a format:
- FAT32 is the standard for USBs:
format fs=fat32 quick - NTFS is more modern, but isn't as widely supported:
format fs=ntfs quick
- FAT32 is the standard for USBs:
assignexitexit
I have faced this situation many times. Try this tool
Install the tool. Remove the existing partition of the flash drive. Add new Partition. Format the new partition
Now your pendrive will work as before.