My SanDisk USB shows that 40GB is used when I just copied a 10GB file after formatting

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I recently bought a 128GB USB from SanDisk.



Just as the title, after formatting the USB in exFAT format, I copied a folder whose capacity is around 10 GB. (There are lots of small files in it, so it took some time)



However, when I see in the Windows Explorer after copying the folder, it says that around 43 GB of the storage is occupied and now only 70 GB of the storage is free to use.



What the hell is happening and how should I deal with it??



Is my USB physically broken?



It is still weird because when I copied a single file with 7 GB capacity, it showed the remaining capacity correctly. (around 110 GB available)










share|improve this question

















  • 2




    If you right click on a small file and go to properties what does it display for "size" and "size on disk"
    – Scott Chamberlain
    3 hours ago














up vote
1
down vote

favorite












I recently bought a 128GB USB from SanDisk.



Just as the title, after formatting the USB in exFAT format, I copied a folder whose capacity is around 10 GB. (There are lots of small files in it, so it took some time)



However, when I see in the Windows Explorer after copying the folder, it says that around 43 GB of the storage is occupied and now only 70 GB of the storage is free to use.



What the hell is happening and how should I deal with it??



Is my USB physically broken?



It is still weird because when I copied a single file with 7 GB capacity, it showed the remaining capacity correctly. (around 110 GB available)










share|improve this question

















  • 2




    If you right click on a small file and go to properties what does it display for "size" and "size on disk"
    – Scott Chamberlain
    3 hours ago












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I recently bought a 128GB USB from SanDisk.



Just as the title, after formatting the USB in exFAT format, I copied a folder whose capacity is around 10 GB. (There are lots of small files in it, so it took some time)



However, when I see in the Windows Explorer after copying the folder, it says that around 43 GB of the storage is occupied and now only 70 GB of the storage is free to use.



What the hell is happening and how should I deal with it??



Is my USB physically broken?



It is still weird because when I copied a single file with 7 GB capacity, it showed the remaining capacity correctly. (around 110 GB available)










share|improve this question













I recently bought a 128GB USB from SanDisk.



Just as the title, after formatting the USB in exFAT format, I copied a folder whose capacity is around 10 GB. (There are lots of small files in it, so it took some time)



However, when I see in the Windows Explorer after copying the folder, it says that around 43 GB of the storage is occupied and now only 70 GB of the storage is free to use.



What the hell is happening and how should I deal with it??



Is my USB physically broken?



It is still weird because when I copied a single file with 7 GB capacity, it showed the remaining capacity correctly. (around 110 GB available)







usb






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 3 hours ago









Felix Lee

165




165







  • 2




    If you right click on a small file and go to properties what does it display for "size" and "size on disk"
    – Scott Chamberlain
    3 hours ago












  • 2




    If you right click on a small file and go to properties what does it display for "size" and "size on disk"
    – Scott Chamberlain
    3 hours ago







2




2




If you right click on a small file and go to properties what does it display for "size" and "size on disk"
– Scott Chamberlain
3 hours ago




If you right click on a small file and go to properties what does it display for "size" and "size on disk"
– Scott Chamberlain
3 hours ago










1 Answer
1






active

oldest

votes

















up vote
4
down vote













You already answered your own question: There are lots of small files in it



Every file on an exFAT volume takes at least one blocksize. So a file of a single byte in size takes 4K - a size amplification of 1:4096. You are seing a size amplification of 4.3, which is very plausible with lots of small files.



You can check this hypothesis by packing the files with WinRAR and the zero compression settings, then copy this file to the USB stick.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "3"
    ;
    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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1370780%2fmy-sandisk-usb-shows-that-40gb-is-used-when-i-just-copied-a-10gb-file-after-form%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    4
    down vote













    You already answered your own question: There are lots of small files in it



    Every file on an exFAT volume takes at least one blocksize. So a file of a single byte in size takes 4K - a size amplification of 1:4096. You are seing a size amplification of 4.3, which is very plausible with lots of small files.



    You can check this hypothesis by packing the files with WinRAR and the zero compression settings, then copy this file to the USB stick.






    share|improve this answer
























      up vote
      4
      down vote













      You already answered your own question: There are lots of small files in it



      Every file on an exFAT volume takes at least one blocksize. So a file of a single byte in size takes 4K - a size amplification of 1:4096. You are seing a size amplification of 4.3, which is very plausible with lots of small files.



      You can check this hypothesis by packing the files with WinRAR and the zero compression settings, then copy this file to the USB stick.






      share|improve this answer






















        up vote
        4
        down vote










        up vote
        4
        down vote









        You already answered your own question: There are lots of small files in it



        Every file on an exFAT volume takes at least one blocksize. So a file of a single byte in size takes 4K - a size amplification of 1:4096. You are seing a size amplification of 4.3, which is very plausible with lots of small files.



        You can check this hypothesis by packing the files with WinRAR and the zero compression settings, then copy this file to the USB stick.






        share|improve this answer












        You already answered your own question: There are lots of small files in it



        Every file on an exFAT volume takes at least one blocksize. So a file of a single byte in size takes 4K - a size amplification of 1:4096. You are seing a size amplification of 4.3, which is very plausible with lots of small files.



        You can check this hypothesis by packing the files with WinRAR and the zero compression settings, then copy this file to the USB stick.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 3 hours ago









        Eugen Rieck

        8,79121924




        8,79121924



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1370780%2fmy-sandisk-usb-shows-that-40gb-is-used-when-i-just-copied-a-10gb-file-after-form%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay