USB wrong size after formatting












0















I have a USB Stick that i previously used as a bootable Ubuntu Stick.
After i formatted it, it had only the half size of it left. (16GB stick previous.. after 8GB)
Seems like the half is lost.
GParted didnt worked at all ... it wont even give me the option formatting the stick.



i tried to figure it out with Testdisk and it recognizes that its 16GB in Total.
When i chose in Testdisk the Type GPT, its using MS Data as format.



Disk /dev/sdb - 7866 MB / 7502 MiB - CHS 1019 243 62
Current partition structure:
Partition Start End Size in sectors

Warning: number of heads/cylinder mismatches 255 (FAT) != 243 (HD)
Warning: number of sectors per track mismatches 63 (FAT) != 62 (HD)
1 P MS Data 2048 15364382 15362335 [UUI]


How can i restore the original Size? I tried formatting on Windows and Ubuntu without any success










share|improve this question























  • What I might say is that there may be a file in the usb drive that is keeping it from being reconfigured, so that the Ubuntu won't fail during install, try 100% wiping the drive. Go on to Ubuntu, and open the flash drive folder. Then hold CTRL and press H to see hidden files, and delete them all, then right click on the drive in the sidebar, and click Re-format. If that doesn't work, please tell and I will try to more effectively troubleshoot.

    – David
    Sep 16 '15 at 12:33
















0















I have a USB Stick that i previously used as a bootable Ubuntu Stick.
After i formatted it, it had only the half size of it left. (16GB stick previous.. after 8GB)
Seems like the half is lost.
GParted didnt worked at all ... it wont even give me the option formatting the stick.



i tried to figure it out with Testdisk and it recognizes that its 16GB in Total.
When i chose in Testdisk the Type GPT, its using MS Data as format.



Disk /dev/sdb - 7866 MB / 7502 MiB - CHS 1019 243 62
Current partition structure:
Partition Start End Size in sectors

Warning: number of heads/cylinder mismatches 255 (FAT) != 243 (HD)
Warning: number of sectors per track mismatches 63 (FAT) != 62 (HD)
1 P MS Data 2048 15364382 15362335 [UUI]


How can i restore the original Size? I tried formatting on Windows and Ubuntu without any success










share|improve this question























  • What I might say is that there may be a file in the usb drive that is keeping it from being reconfigured, so that the Ubuntu won't fail during install, try 100% wiping the drive. Go on to Ubuntu, and open the flash drive folder. Then hold CTRL and press H to see hidden files, and delete them all, then right click on the drive in the sidebar, and click Re-format. If that doesn't work, please tell and I will try to more effectively troubleshoot.

    – David
    Sep 16 '15 at 12:33














0












0








0








I have a USB Stick that i previously used as a bootable Ubuntu Stick.
After i formatted it, it had only the half size of it left. (16GB stick previous.. after 8GB)
Seems like the half is lost.
GParted didnt worked at all ... it wont even give me the option formatting the stick.



i tried to figure it out with Testdisk and it recognizes that its 16GB in Total.
When i chose in Testdisk the Type GPT, its using MS Data as format.



Disk /dev/sdb - 7866 MB / 7502 MiB - CHS 1019 243 62
Current partition structure:
Partition Start End Size in sectors

Warning: number of heads/cylinder mismatches 255 (FAT) != 243 (HD)
Warning: number of sectors per track mismatches 63 (FAT) != 62 (HD)
1 P MS Data 2048 15364382 15362335 [UUI]


How can i restore the original Size? I tried formatting on Windows and Ubuntu without any success










share|improve this question














I have a USB Stick that i previously used as a bootable Ubuntu Stick.
After i formatted it, it had only the half size of it left. (16GB stick previous.. after 8GB)
Seems like the half is lost.
GParted didnt worked at all ... it wont even give me the option formatting the stick.



i tried to figure it out with Testdisk and it recognizes that its 16GB in Total.
When i chose in Testdisk the Type GPT, its using MS Data as format.



Disk /dev/sdb - 7866 MB / 7502 MiB - CHS 1019 243 62
Current partition structure:
Partition Start End Size in sectors

Warning: number of heads/cylinder mismatches 255 (FAT) != 243 (HD)
Warning: number of sectors per track mismatches 63 (FAT) != 62 (HD)
1 P MS Data 2048 15364382 15362335 [UUI]


How can i restore the original Size? I tried formatting on Windows and Ubuntu without any success







boot partitioning usb data-recovery






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 16 '15 at 11:06









Mickey MazurekMickey Mazurek

62




62













  • What I might say is that there may be a file in the usb drive that is keeping it from being reconfigured, so that the Ubuntu won't fail during install, try 100% wiping the drive. Go on to Ubuntu, and open the flash drive folder. Then hold CTRL and press H to see hidden files, and delete them all, then right click on the drive in the sidebar, and click Re-format. If that doesn't work, please tell and I will try to more effectively troubleshoot.

    – David
    Sep 16 '15 at 12:33



















  • What I might say is that there may be a file in the usb drive that is keeping it from being reconfigured, so that the Ubuntu won't fail during install, try 100% wiping the drive. Go on to Ubuntu, and open the flash drive folder. Then hold CTRL and press H to see hidden files, and delete them all, then right click on the drive in the sidebar, and click Re-format. If that doesn't work, please tell and I will try to more effectively troubleshoot.

    – David
    Sep 16 '15 at 12:33

















What I might say is that there may be a file in the usb drive that is keeping it from being reconfigured, so that the Ubuntu won't fail during install, try 100% wiping the drive. Go on to Ubuntu, and open the flash drive folder. Then hold CTRL and press H to see hidden files, and delete them all, then right click on the drive in the sidebar, and click Re-format. If that doesn't work, please tell and I will try to more effectively troubleshoot.

– David
Sep 16 '15 at 12:33





What I might say is that there may be a file in the usb drive that is keeping it from being reconfigured, so that the Ubuntu won't fail during install, try 100% wiping the drive. Go on to Ubuntu, and open the flash drive folder. Then hold CTRL and press H to see hidden files, and delete them all, then right click on the drive in the sidebar, and click Re-format. If that doesn't work, please tell and I will try to more effectively troubleshoot.

– David
Sep 16 '15 at 12:33










2 Answers
2






active

oldest

votes


















2














Sounds like a wrong partition table. In gparted steps would be:





  1. Insert USB-Stick to computer

  2. $ sudo gparted

  3. Select Device (e.g. sdb) -> Right Click -> Unmount

  4. In top bar click Device -> create Partition Table -> msdos

  5. You should be able to format to your desired filesystem




If this doesnt work you can also use the command line version parted described in following howto. This basically does the same without a GUI.



http://trisquel.info/en/wiki/how-format-external-storage-device-using-parted






share|improve this answer


























  • This did not work for me. gparted does still partition only 1GB instead of 16GB :-(

    – Manuel Manhart
    Nov 5 '17 at 16:13











  • Worked like a charm. Unmounted existing USB stick partitions deleted them then followed instructions - several warning ignore button clicks and voila.

    – alex
    Mar 29 '18 at 10:36



















0














I've had this problem a few times after using a USB drive as FAT, then EXT, then NTFS, etc. Eventually, after all these format and partition table changes, the computer just can't see half or more of the drive anymore. I know it's not a counterfeit, because I've previously used it at full size, without a problem. Repartitioning, reformatting, or repairing the partition table never helped.



What did work for me was installing gparted AND gpart, then running "Attempt Data Rescue" in the "Device" menu in gParted. After about 10 min on a 4GB drive, the process finished and reported it found no broken partitions. However, all of the missing space on the drive reappeared as unused space, and a quick reformat brought the drive partition up to full size.





share








New contributor




Dylan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















    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/3.0/"u003ecc by-sa 3.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%2f674753%2fusb-wrong-size-after-formatting%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    Sounds like a wrong partition table. In gparted steps would be:





    1. Insert USB-Stick to computer

    2. $ sudo gparted

    3. Select Device (e.g. sdb) -> Right Click -> Unmount

    4. In top bar click Device -> create Partition Table -> msdos

    5. You should be able to format to your desired filesystem




    If this doesnt work you can also use the command line version parted described in following howto. This basically does the same without a GUI.



    http://trisquel.info/en/wiki/how-format-external-storage-device-using-parted






    share|improve this answer


























    • This did not work for me. gparted does still partition only 1GB instead of 16GB :-(

      – Manuel Manhart
      Nov 5 '17 at 16:13











    • Worked like a charm. Unmounted existing USB stick partitions deleted them then followed instructions - several warning ignore button clicks and voila.

      – alex
      Mar 29 '18 at 10:36
















    2














    Sounds like a wrong partition table. In gparted steps would be:





    1. Insert USB-Stick to computer

    2. $ sudo gparted

    3. Select Device (e.g. sdb) -> Right Click -> Unmount

    4. In top bar click Device -> create Partition Table -> msdos

    5. You should be able to format to your desired filesystem




    If this doesnt work you can also use the command line version parted described in following howto. This basically does the same without a GUI.



    http://trisquel.info/en/wiki/how-format-external-storage-device-using-parted






    share|improve this answer


























    • This did not work for me. gparted does still partition only 1GB instead of 16GB :-(

      – Manuel Manhart
      Nov 5 '17 at 16:13











    • Worked like a charm. Unmounted existing USB stick partitions deleted them then followed instructions - several warning ignore button clicks and voila.

      – alex
      Mar 29 '18 at 10:36














    2












    2








    2







    Sounds like a wrong partition table. In gparted steps would be:





    1. Insert USB-Stick to computer

    2. $ sudo gparted

    3. Select Device (e.g. sdb) -> Right Click -> Unmount

    4. In top bar click Device -> create Partition Table -> msdos

    5. You should be able to format to your desired filesystem




    If this doesnt work you can also use the command line version parted described in following howto. This basically does the same without a GUI.



    http://trisquel.info/en/wiki/how-format-external-storage-device-using-parted






    share|improve this answer















    Sounds like a wrong partition table. In gparted steps would be:





    1. Insert USB-Stick to computer

    2. $ sudo gparted

    3. Select Device (e.g. sdb) -> Right Click -> Unmount

    4. In top bar click Device -> create Partition Table -> msdos

    5. You should be able to format to your desired filesystem




    If this doesnt work you can also use the command line version parted described in following howto. This basically does the same without a GUI.



    http://trisquel.info/en/wiki/how-format-external-storage-device-using-parted







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Sep 16 '15 at 13:05

























    answered Sep 16 '15 at 12:40









    Ferris GardenFerris Garden

    636




    636













    • This did not work for me. gparted does still partition only 1GB instead of 16GB :-(

      – Manuel Manhart
      Nov 5 '17 at 16:13











    • Worked like a charm. Unmounted existing USB stick partitions deleted them then followed instructions - several warning ignore button clicks and voila.

      – alex
      Mar 29 '18 at 10:36



















    • This did not work for me. gparted does still partition only 1GB instead of 16GB :-(

      – Manuel Manhart
      Nov 5 '17 at 16:13











    • Worked like a charm. Unmounted existing USB stick partitions deleted them then followed instructions - several warning ignore button clicks and voila.

      – alex
      Mar 29 '18 at 10:36

















    This did not work for me. gparted does still partition only 1GB instead of 16GB :-(

    – Manuel Manhart
    Nov 5 '17 at 16:13





    This did not work for me. gparted does still partition only 1GB instead of 16GB :-(

    – Manuel Manhart
    Nov 5 '17 at 16:13













    Worked like a charm. Unmounted existing USB stick partitions deleted them then followed instructions - several warning ignore button clicks and voila.

    – alex
    Mar 29 '18 at 10:36





    Worked like a charm. Unmounted existing USB stick partitions deleted them then followed instructions - several warning ignore button clicks and voila.

    – alex
    Mar 29 '18 at 10:36













    0














    I've had this problem a few times after using a USB drive as FAT, then EXT, then NTFS, etc. Eventually, after all these format and partition table changes, the computer just can't see half or more of the drive anymore. I know it's not a counterfeit, because I've previously used it at full size, without a problem. Repartitioning, reformatting, or repairing the partition table never helped.



    What did work for me was installing gparted AND gpart, then running "Attempt Data Rescue" in the "Device" menu in gParted. After about 10 min on a 4GB drive, the process finished and reported it found no broken partitions. However, all of the missing space on the drive reappeared as unused space, and a quick reformat brought the drive partition up to full size.





    share








    New contributor




    Dylan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

























      0














      I've had this problem a few times after using a USB drive as FAT, then EXT, then NTFS, etc. Eventually, after all these format and partition table changes, the computer just can't see half or more of the drive anymore. I know it's not a counterfeit, because I've previously used it at full size, without a problem. Repartitioning, reformatting, or repairing the partition table never helped.



      What did work for me was installing gparted AND gpart, then running "Attempt Data Rescue" in the "Device" menu in gParted. After about 10 min on a 4GB drive, the process finished and reported it found no broken partitions. However, all of the missing space on the drive reappeared as unused space, and a quick reformat brought the drive partition up to full size.





      share








      New contributor




      Dylan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.























        0












        0








        0







        I've had this problem a few times after using a USB drive as FAT, then EXT, then NTFS, etc. Eventually, after all these format and partition table changes, the computer just can't see half or more of the drive anymore. I know it's not a counterfeit, because I've previously used it at full size, without a problem. Repartitioning, reformatting, or repairing the partition table never helped.



        What did work for me was installing gparted AND gpart, then running "Attempt Data Rescue" in the "Device" menu in gParted. After about 10 min on a 4GB drive, the process finished and reported it found no broken partitions. However, all of the missing space on the drive reappeared as unused space, and a quick reformat brought the drive partition up to full size.





        share








        New contributor




        Dylan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        I've had this problem a few times after using a USB drive as FAT, then EXT, then NTFS, etc. Eventually, after all these format and partition table changes, the computer just can't see half or more of the drive anymore. I know it's not a counterfeit, because I've previously used it at full size, without a problem. Repartitioning, reformatting, or repairing the partition table never helped.



        What did work for me was installing gparted AND gpart, then running "Attempt Data Rescue" in the "Device" menu in gParted. After about 10 min on a 4GB drive, the process finished and reported it found no broken partitions. However, all of the missing space on the drive reappeared as unused space, and a quick reformat brought the drive partition up to full size.






        share








        New contributor




        Dylan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        Dylan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 7 mins ago









        DylanDylan

        1




        1




        New contributor




        Dylan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Dylan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Dylan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






























            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%2f674753%2fusb-wrong-size-after-formatting%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

            GameSpot

            connect to host localhost port 22: Connection refused

            Getting a Wifi WPA2 wifi connection