Every time making a live Ubuntu USB makes the USB not usable anymoreHow do I install Ubuntu from an USB drive / create a live USB-stick in Windows?Startup Disk Creator shows no free space on my USB stickLive USB boot does not work "any more!Error installing applicationsUbuntu live usb with extra storage partitionMaking a live USB with persistent storageBest way to make an USB stick both a storage media and a bootable Live Ubuntu device?BIOS freezes when trying to boot from Ubuntu 18.04 LTS live-usb

Isometries of convex hypersurfaces

Python web-scraper to download table of transistor counts from Wikipedia

What are the advantages and disadvantages of tail wheels that cause modern airplanes to not use them?

Why don't airports use arresting gears to recover energy from landing passenger planes?

Prove that a convergent real sequence always has a smallest or a largest term

Why is it called stateful and stateless firewall?

A Mainer Expression

Would it be unbalanced to increase a druid's number of uses of Wild Shape based on level?

Output a Super Mario Image

Examples of proofs by making reduction to a finite set

Planar regular languages

Make 1998 using the least possible digits 8

Has SHA256 been broken by Treadwell Stanton DuPont?

What does "boys rule, girls drool" mean?

What was the ultimate objective of The Party in 1984?

How To Make Earth's Oceans as Brackish as Lyr's

How can I show the remaining time for a caffeinate command?

How would you control supersoldiers in a late iron-age society?

Impossible Scrabble Words

How do we know that black holes are spinning?

Parallel resistance in electric circuits

How do certain apps show new notifications when internet access is restricted to them?

What would happen if Protagoras v Euathlus were heard in court today?

What was the motivation for the invention of electric pianos?



Every time making a live Ubuntu USB makes the USB not usable anymore


How do I install Ubuntu from an USB drive / create a live USB-stick in Windows?Startup Disk Creator shows no free space on my USB stickLive USB boot does not work "any more!Error installing applicationsUbuntu live usb with extra storage partitionMaking a live USB with persistent storageBest way to make an USB stick both a storage media and a bootable Live Ubuntu device?BIOS freezes when trying to boot from Ubuntu 18.04 LTS live-usb






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I usually create a live USB using Startup disk creator. I'm currently working on Ubuntu 18.04.



Every time I make a live Ubuntu USB stick, it works, and I can use it as a live USB stick. But every time when I try to use it as a normal USB or try to format it, it doesn't work most of the time. Just some few times it works after formatting. Most of the time the problem is noticed when I try to use the USB on Windows. In these cases, Windows don't recognize the USB stick and demands formatting the USB stick before using it.



The problem is usually is related to partition table.



Is there some way I can avoid this repeated problem and try using a USB as one-use-only?










share|improve this question






























    1















    I usually create a live USB using Startup disk creator. I'm currently working on Ubuntu 18.04.



    Every time I make a live Ubuntu USB stick, it works, and I can use it as a live USB stick. But every time when I try to use it as a normal USB or try to format it, it doesn't work most of the time. Just some few times it works after formatting. Most of the time the problem is noticed when I try to use the USB on Windows. In these cases, Windows don't recognize the USB stick and demands formatting the USB stick before using it.



    The problem is usually is related to partition table.



    Is there some way I can avoid this repeated problem and try using a USB as one-use-only?










    share|improve this question


























      1












      1








      1








      I usually create a live USB using Startup disk creator. I'm currently working on Ubuntu 18.04.



      Every time I make a live Ubuntu USB stick, it works, and I can use it as a live USB stick. But every time when I try to use it as a normal USB or try to format it, it doesn't work most of the time. Just some few times it works after formatting. Most of the time the problem is noticed when I try to use the USB on Windows. In these cases, Windows don't recognize the USB stick and demands formatting the USB stick before using it.



      The problem is usually is related to partition table.



      Is there some way I can avoid this repeated problem and try using a USB as one-use-only?










      share|improve this question














      I usually create a live USB using Startup disk creator. I'm currently working on Ubuntu 18.04.



      Every time I make a live Ubuntu USB stick, it works, and I can use it as a live USB stick. But every time when I try to use it as a normal USB or try to format it, it doesn't work most of the time. Just some few times it works after formatting. Most of the time the problem is noticed when I try to use the USB on Windows. In these cases, Windows don't recognize the USB stick and demands formatting the USB stick before using it.



      The problem is usually is related to partition table.



      Is there some way I can avoid this repeated problem and try using a USB as one-use-only?







      partitioning usb live-usb






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 15 at 10:33









      SalahuddinSalahuddin

      1,9967 gold badges15 silver badges16 bronze badges




      1,9967 gold badges15 silver badges16 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          1
















          You can wipe the first mibibyte with zeros and after that create a new partition table with the partitions you want.



          This can be done in two steps with mkusb and after that gparted, or if you wish to have a standard USB pendrive with an MSDOS partition table and a partition with the FAT32 file system in one single step with mkusb.



          See these links,



          help.ubuntu.com/community/Installation/FromUSBStick#Postrequisites_-_restore_the_USB_stick



          help.ubuntu.com/community/mkusb



          help.ubuntu.com/community/mkusb/wipe






          share|improve this answer



























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134041%2fevery-time-making-a-live-ubuntu-usb-makes-the-usb-not-usable-anymore%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1
















            You can wipe the first mibibyte with zeros and after that create a new partition table with the partitions you want.



            This can be done in two steps with mkusb and after that gparted, or if you wish to have a standard USB pendrive with an MSDOS partition table and a partition with the FAT32 file system in one single step with mkusb.



            See these links,



            help.ubuntu.com/community/Installation/FromUSBStick#Postrequisites_-_restore_the_USB_stick



            help.ubuntu.com/community/mkusb



            help.ubuntu.com/community/mkusb/wipe






            share|improve this answer





























              1
















              You can wipe the first mibibyte with zeros and after that create a new partition table with the partitions you want.



              This can be done in two steps with mkusb and after that gparted, or if you wish to have a standard USB pendrive with an MSDOS partition table and a partition with the FAT32 file system in one single step with mkusb.



              See these links,



              help.ubuntu.com/community/Installation/FromUSBStick#Postrequisites_-_restore_the_USB_stick



              help.ubuntu.com/community/mkusb



              help.ubuntu.com/community/mkusb/wipe






              share|improve this answer



























                1














                1










                1









                You can wipe the first mibibyte with zeros and after that create a new partition table with the partitions you want.



                This can be done in two steps with mkusb and after that gparted, or if you wish to have a standard USB pendrive with an MSDOS partition table and a partition with the FAT32 file system in one single step with mkusb.



                See these links,



                help.ubuntu.com/community/Installation/FromUSBStick#Postrequisites_-_restore_the_USB_stick



                help.ubuntu.com/community/mkusb



                help.ubuntu.com/community/mkusb/wipe






                share|improve this answer













                You can wipe the first mibibyte with zeros and after that create a new partition table with the partitions you want.



                This can be done in two steps with mkusb and after that gparted, or if you wish to have a standard USB pendrive with an MSDOS partition table and a partition with the FAT32 file system in one single step with mkusb.



                See these links,



                help.ubuntu.com/community/Installation/FromUSBStick#Postrequisites_-_restore_the_USB_stick



                help.ubuntu.com/community/mkusb



                help.ubuntu.com/community/mkusb/wipe







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 15 at 12:23









                sudodussudodus

                27k3 gold badges35 silver badges85 bronze badges




                27k3 gold badges35 silver badges85 bronze badges































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134041%2fevery-time-making-a-live-ubuntu-usb-makes-the-usb-not-usable-anymore%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

                    How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

                    Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü