M BUZZ CRAZE NEWS
// general

Normal USB Stick from Bootable USB

By David Jones

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....

2

2 Answers

  1. Run CMD as Administrator
  2. Type DISKPART
  3. list disk
  4. select disk 1 (if your usb drive mine was 1)
  5. clean
  6. create partition primary
  7. active
  8. 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
  9. assign
  10. exit
  11. exit
1

I have faced this situation many times. Try this tool

Partition Wizard

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy