# USB Pendrive

### YUMI

[YUMI exFAT](https://yumiusb.com/yumi-exfat/) - a Multiboot USB bootable software. Easily copy multiple ISO images to a bootable USB flash drive and select which ISO to load at boot

### How to Restore USB flash drive using diskpart in Windows  


[Source](https://pendrivelinux.com/restoring-your-usb-key-partition/)

1. Open a command Prompt as administrator (**cmd.exe**)
2. Type **diskpart**
3. Next type **list disk**
4. Type **Select** **Disk X** (where **X** is the disk number of your drive).
5. Type **clean**  \* [If Error, See Note Below](https://pendrivelinux.com/restoring-your-usb-key-partition/#DiskPart_Has_Encountered_an_Error)
6. Next type **create partition primary**
7. Type **Format fs=exfat quick**  
    **Note**: (for 32GB and smaller drives, use fs=**fat32**) instead.
8. Then type **active**
9. Next type **assign**
10. Finally, type **exit** to quit