• Make a bootable Universal Flash Drive

    by  • October 6, 2011 • Hacks, Tutorials • 0 Comments

    This is a really old trick for Universal Flash Drives (UFDs) and I’ve been using it for years. I just thought I should document the steps so it’s available as quick reference for me :)

    1. Insert your UFD and make sure all your data is backed up because we’re going to format it.
    2. Run command prompt
    3. Open diskpart (will ask for elevation)
    4. Type “list disk”
    5. find what disk is your USB based on the size. Mine is number 3.
    6. type “select disk 3″ (where 3 is the number that the system associates with my flash drive)
    7. type “clean”
    8. type “create partition primary”
    9. type “select partition 1″
    10. type “active”
    11. type “format fs=ntfs”. Might take some time based on the size of your drive
    12. type “assign”. This gives your drive a letter on the system.
    13. type “exit”. Closes diskpart.
    For step 11, you might get away with “format fs=ntfs quick” as well since full format takes forever. Now your UFD is ready for installing Windows, Linux or anything else you want. You can now even boot an operating system off it ;)

    About

    I'm a techie who likes to ramble on about the new stuff on the block. I try to keep finding new and better ways to do things writing hacks and web scrapes along the way just for fun. ;)

    http://karunab.com

    Leave a Reply

    Your email address will not be published. Required fields are marked *