Why is there only 37.5 GB showing on my 1 TB hard drive?How can I use my free space?Hard Drive Partitioning?Why does 12.04 upgrade abort with out of space error when I have lots of it?Problem with hard drive spacePartitioning the hard driveHard drive lock or bad drive?Hard Drive Pertition Not ShowingHard Drive read only and one not showing up300 GB hard drive only shows 200 MB availableCannot find hard driveformatting secondary hard drive

How to positively portray high and mighty characters?

Do equal angles necessarily mean a polygon is regular?

STM Microcontroller burns every time

Why do some games show lights shine through walls?

How often can a PC check with passive perception during a combat turn?

Could Sauron have read Tom Bombadil's mind if Tom had held the Palantir?

Mount a folder with a space on Linux

Calculating the partial sum of a expl3 sequence

Simple object validator with a new API

Correct spacing in the alignat*-environment

What is this blowing instrument used in the acoustic cover of "Taekwondo" by "Walk off the Earth"?

Is adding a new player (or players) a DM decision, or a group decision?

How well known and how commonly used was Huffman coding in 1979?

Ending: accusative or not?

Should I hide continue button until tasks are completed?

How many codes are possible?

Are Finite Automata Turing Complete?

Alphabet completion rate

Do French speakers not use the subjunctive informally?

Why is C++ initial allocation so much larger than C's?

What do you call the action of someone tackling a stronger person?

How can I set command-line parameters through `.emacs` file?

How should I behave to assure my friends that I am not after their money?

What determines the "strength of impact" of a falling object on the ground, momentum or energy?



Why is there only 37.5 GB showing on my 1 TB hard drive?


How can I use my free space?Hard Drive Partitioning?Why does 12.04 upgrade abort with out of space error when I have lots of it?Problem with hard drive spacePartitioning the hard driveHard drive lock or bad drive?Hard Drive Pertition Not ShowingHard Drive read only and one not showing up300 GB hard drive only shows 200 MB availableCannot find hard driveformatting secondary hard drive






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








2















In the last couple of days, Ubuntu 19.04 (Disco Dingo) has been flashing at me saying I've got about 360 MB left and my / folder shows a pie chart with 37.5 GB in the middle of it. It is a 3 year old HP ProBook with an 1 TB disk that came with Ubuntu pre-installed



Surely Ubuntu doesn't suddenly take up nearly a terabyte of space?



Output of df -h -xtmp,devtmp,squashfs:



Filesystem Size Used Avail Use% Mounted on
/dev/sda7 38G 35G 989M 98% /
/dev/sda4 487M 0 487M 0% /media/neil/HP_TOOLS
/dev/sda5 868G 113M 823G 1% /media/neil/HOME
/dev/sda1 200M 30M 170M 15% /media/neil/BOOT


Does this help explain the missing GB?
Screenshot of Disk










share|improve this question



















  • 4





    Can you edit your question and include the output of typing df -h -xtmp,devtmp,squashfs in a terminal please?

    – Byte Commander
    Jun 8 at 21:54






  • 1





    Got a trash bin on that disk? And do a smart test... It could just be broken. Or also possible a filesystem check

    – Rinzwind
    Jun 8 at 22:09






  • 1





    @Genius149 Open a terminal, and run df -h -xtmp,devtmp,squashfs . Edit the full output into your question.

    – vidarlo
    Jun 8 at 22:45







  • 1





    Run sudo chown $USER: /media/neil/HOME to get permission. This partition is not a /home-partition, thus all your files in /home reside in your root-partition. The root-partition seems to hold all your documents and videos and so on. The big partition is empty, probably meant to be a /home-partition but not mounted at /home.

    – mook765
    Jun 9 at 7:21






  • 1





    Also sda1 looks strange, from size and usage I'd say it is the EFI System Partition, but why it's not mounted at /boot/efi?

    – mook765
    Jun 9 at 7:30

















2















In the last couple of days, Ubuntu 19.04 (Disco Dingo) has been flashing at me saying I've got about 360 MB left and my / folder shows a pie chart with 37.5 GB in the middle of it. It is a 3 year old HP ProBook with an 1 TB disk that came with Ubuntu pre-installed



Surely Ubuntu doesn't suddenly take up nearly a terabyte of space?



Output of df -h -xtmp,devtmp,squashfs:



Filesystem Size Used Avail Use% Mounted on
/dev/sda7 38G 35G 989M 98% /
/dev/sda4 487M 0 487M 0% /media/neil/HP_TOOLS
/dev/sda5 868G 113M 823G 1% /media/neil/HOME
/dev/sda1 200M 30M 170M 15% /media/neil/BOOT


Does this help explain the missing GB?
Screenshot of Disk










share|improve this question



















  • 4





    Can you edit your question and include the output of typing df -h -xtmp,devtmp,squashfs in a terminal please?

    – Byte Commander
    Jun 8 at 21:54






  • 1





    Got a trash bin on that disk? And do a smart test... It could just be broken. Or also possible a filesystem check

    – Rinzwind
    Jun 8 at 22:09






  • 1





    @Genius149 Open a terminal, and run df -h -xtmp,devtmp,squashfs . Edit the full output into your question.

    – vidarlo
    Jun 8 at 22:45







  • 1





    Run sudo chown $USER: /media/neil/HOME to get permission. This partition is not a /home-partition, thus all your files in /home reside in your root-partition. The root-partition seems to hold all your documents and videos and so on. The big partition is empty, probably meant to be a /home-partition but not mounted at /home.

    – mook765
    Jun 9 at 7:21






  • 1





    Also sda1 looks strange, from size and usage I'd say it is the EFI System Partition, but why it's not mounted at /boot/efi?

    – mook765
    Jun 9 at 7:30













2












2








2








In the last couple of days, Ubuntu 19.04 (Disco Dingo) has been flashing at me saying I've got about 360 MB left and my / folder shows a pie chart with 37.5 GB in the middle of it. It is a 3 year old HP ProBook with an 1 TB disk that came with Ubuntu pre-installed



Surely Ubuntu doesn't suddenly take up nearly a terabyte of space?



Output of df -h -xtmp,devtmp,squashfs:



Filesystem Size Used Avail Use% Mounted on
/dev/sda7 38G 35G 989M 98% /
/dev/sda4 487M 0 487M 0% /media/neil/HP_TOOLS
/dev/sda5 868G 113M 823G 1% /media/neil/HOME
/dev/sda1 200M 30M 170M 15% /media/neil/BOOT


Does this help explain the missing GB?
Screenshot of Disk










share|improve this question
















In the last couple of days, Ubuntu 19.04 (Disco Dingo) has been flashing at me saying I've got about 360 MB left and my / folder shows a pie chart with 37.5 GB in the middle of it. It is a 3 year old HP ProBook with an 1 TB disk that came with Ubuntu pre-installed



Surely Ubuntu doesn't suddenly take up nearly a terabyte of space?



Output of df -h -xtmp,devtmp,squashfs:



Filesystem Size Used Avail Use% Mounted on
/dev/sda7 38G 35G 989M 98% /
/dev/sda4 487M 0 487M 0% /media/neil/HP_TOOLS
/dev/sda5 868G 113M 823G 1% /media/neil/HOME
/dev/sda1 200M 30M 170M 15% /media/neil/BOOT


Does this help explain the missing GB?
Screenshot of Disk







partitioning hard-drive disk-usage






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 9 at 21:28







Genius149

















asked Jun 8 at 21:44









Genius149Genius149

191 silver badge6 bronze badges




191 silver badge6 bronze badges







  • 4





    Can you edit your question and include the output of typing df -h -xtmp,devtmp,squashfs in a terminal please?

    – Byte Commander
    Jun 8 at 21:54






  • 1





    Got a trash bin on that disk? And do a smart test... It could just be broken. Or also possible a filesystem check

    – Rinzwind
    Jun 8 at 22:09






  • 1





    @Genius149 Open a terminal, and run df -h -xtmp,devtmp,squashfs . Edit the full output into your question.

    – vidarlo
    Jun 8 at 22:45







  • 1





    Run sudo chown $USER: /media/neil/HOME to get permission. This partition is not a /home-partition, thus all your files in /home reside in your root-partition. The root-partition seems to hold all your documents and videos and so on. The big partition is empty, probably meant to be a /home-partition but not mounted at /home.

    – mook765
    Jun 9 at 7:21






  • 1





    Also sda1 looks strange, from size and usage I'd say it is the EFI System Partition, but why it's not mounted at /boot/efi?

    – mook765
    Jun 9 at 7:30












  • 4





    Can you edit your question and include the output of typing df -h -xtmp,devtmp,squashfs in a terminal please?

    – Byte Commander
    Jun 8 at 21:54






  • 1





    Got a trash bin on that disk? And do a smart test... It could just be broken. Or also possible a filesystem check

    – Rinzwind
    Jun 8 at 22:09






  • 1





    @Genius149 Open a terminal, and run df -h -xtmp,devtmp,squashfs . Edit the full output into your question.

    – vidarlo
    Jun 8 at 22:45







  • 1





    Run sudo chown $USER: /media/neil/HOME to get permission. This partition is not a /home-partition, thus all your files in /home reside in your root-partition. The root-partition seems to hold all your documents and videos and so on. The big partition is empty, probably meant to be a /home-partition but not mounted at /home.

    – mook765
    Jun 9 at 7:21






  • 1





    Also sda1 looks strange, from size and usage I'd say it is the EFI System Partition, but why it's not mounted at /boot/efi?

    – mook765
    Jun 9 at 7:30







4




4





Can you edit your question and include the output of typing df -h -xtmp,devtmp,squashfs in a terminal please?

– Byte Commander
Jun 8 at 21:54





Can you edit your question and include the output of typing df -h -xtmp,devtmp,squashfs in a terminal please?

– Byte Commander
Jun 8 at 21:54




1




1





Got a trash bin on that disk? And do a smart test... It could just be broken. Or also possible a filesystem check

– Rinzwind
Jun 8 at 22:09





Got a trash bin on that disk? And do a smart test... It could just be broken. Or also possible a filesystem check

– Rinzwind
Jun 8 at 22:09




1




1





@Genius149 Open a terminal, and run df -h -xtmp,devtmp,squashfs . Edit the full output into your question.

– vidarlo
Jun 8 at 22:45






@Genius149 Open a terminal, and run df -h -xtmp,devtmp,squashfs . Edit the full output into your question.

– vidarlo
Jun 8 at 22:45





1




1





Run sudo chown $USER: /media/neil/HOME to get permission. This partition is not a /home-partition, thus all your files in /home reside in your root-partition. The root-partition seems to hold all your documents and videos and so on. The big partition is empty, probably meant to be a /home-partition but not mounted at /home.

– mook765
Jun 9 at 7:21





Run sudo chown $USER: /media/neil/HOME to get permission. This partition is not a /home-partition, thus all your files in /home reside in your root-partition. The root-partition seems to hold all your documents and videos and so on. The big partition is empty, probably meant to be a /home-partition but not mounted at /home.

– mook765
Jun 9 at 7:21




1




1





Also sda1 looks strange, from size and usage I'd say it is the EFI System Partition, but why it's not mounted at /boot/efi?

– mook765
Jun 9 at 7:30





Also sda1 looks strange, from size and usage I'd say it is the EFI System Partition, but why it's not mounted at /boot/efi?

– mook765
Jun 9 at 7:30










4 Answers
4






active

oldest

votes


















11














You have a quite small root partition for system files and applications, most of the disk space is in your home partition for user data.



You will either need to clean up the root partition mainly by uninstalling applications, or also removing log and cache files and such things, or you have to modify your partition layout and shrink your home and grow the system partition. The latter will be a better long-term solution, as you're not going to need less system space in the future, naturally.



To modify partitions, you will have to boot into a live system, as partitions can usually not be resized while they are mounted. To do this, you can boot from the Ubuntu installer USB/DVD and select "Try Ubuntu without installing". This gives you a live desktop where you can use GParted to edit your partitions.



As your home partition is nearly empty currently and it does not look like you'll fill it up soon, I'd be generous and give the root partition around 200GB. Even 100GB should be more than necessary, but you have the space anyway.



Note that any partitioning or file system resize operation always comes with a small risk of data loss or corruption, so making a backup of your data is advisable.






share|improve this answer


















  • 8





    I'm guessing that the actual home directory is also on /. Moving files from ~ to the /media/neil/HOME and mounting it on /home would probably help...

    – vidarlo
    Jun 9 at 7:56


















5














Let's see:



/dev/sda7 38G 35G 989M 98% /
/dev/sda4 487M 0 487M 0% /media/neil/HP_TOOLS
/dev/sda5 868G 113M 823G 1% /media/neil/HOME
/dev/sda1 200M 30M 170M 15% /media/neil/BOOT


All four volumes are on that same 1 terabyte hard drive named /dev/sda. You have a 38G root partition, but your /media/neil/HOME is 868G. That's the bulk of the disk. Someone partitioned things this way, and so that's what it is.



Note that under df, the unsuffixed K, M or G units are 1024-based, whereas the size of your 1TB drive is 1000-based. 907 classic gigabytes (907 x 1024 x 1024 x 1024) works out to 973 GB. There is still a bit missing there toward a terabyte; maybe you have a large swap partition, or perhaps more than one? Note that we are not seeing partitions /dev/sda2, /dev/sda3 and /dev/sda6. From the df output, which shows only mounted filesystems, we have no idea how large these are and what they are used for, if anything.






share|improve this answer























  • Yes @Kaz That may have either happened when I first got it as that is what I used to do with Windows partitions and just used the space on the other partition for storage, or it arrived like that. It's taken me 3 years to get to this stage though. I've a vague understanding of your second paragraph but being a relative Ubuntu/Linux noob, I'm afraid it doesn't really mean much. I think as I investigate this it might start to make sense.

    – Genius149
    Jun 9 at 9:23











  • @Genius149 the 1024-based units and are what Windows uses and are binary prefixes in Ubuntu. Ubuntu GUI nowadays uses SI prefixes where 1 kB = 1000 byte. A 1 TB drive contains 1000 TB which is only 973 GiB but your drive has 38 GiB + 487 MiB + 868 GiB + 200 MiB ≈ 907 GiB so you're missing 66 GiB in your list. Note that it's not 360Mb, 37.5Gb or 1Tb as you said because they're units of bits. 1TB = 8Tb. You should show gparted's screenshot to have a better look of how partitions are arranged

    – phuclv
    Jun 9 at 11:25


















1














What's wrong with 'du -sh /*' ? It will show you what root folder takes up the space, then you can go from there.
Though I agree most probably your home folder is on the wrong partition.. you could check with 'echo ~neil'






share|improve this answer






























    1














    I think 40gb is enough for root file system. 1tb hard drive was partitioned well enough but not mounted correctly. In current scheme your personal files(aside of system files) was reside on the root partition. /dev/sda5 that mounted on /media/neil/HOME should be mounted on /home. I assume the username you're using was Neil. You should make folder on /media/neil/home/Neil and move all files from your home folder /home/Neil to there. Then you should make changes to /etc/fstab to mount /dev/sda5 at /home.






    share|improve this answer























    • I've learnt a lot in the last couple of days and almost understand your answer lol. I'm taking the easy route and am hopefully clone it all on to a shiny second-hand 128Gig SSD. Need to get a T8 bit so I can open up the laptop first though.

      – Genius149
      Jun 10 at 22:45













    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%2f1149675%2fwhy-is-there-only-37-5-gb-showing-on-my-1-tb-hard-drive%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    4 Answers
    4






    active

    oldest

    votes








    4 Answers
    4






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    11














    You have a quite small root partition for system files and applications, most of the disk space is in your home partition for user data.



    You will either need to clean up the root partition mainly by uninstalling applications, or also removing log and cache files and such things, or you have to modify your partition layout and shrink your home and grow the system partition. The latter will be a better long-term solution, as you're not going to need less system space in the future, naturally.



    To modify partitions, you will have to boot into a live system, as partitions can usually not be resized while they are mounted. To do this, you can boot from the Ubuntu installer USB/DVD and select "Try Ubuntu without installing". This gives you a live desktop where you can use GParted to edit your partitions.



    As your home partition is nearly empty currently and it does not look like you'll fill it up soon, I'd be generous and give the root partition around 200GB. Even 100GB should be more than necessary, but you have the space anyway.



    Note that any partitioning or file system resize operation always comes with a small risk of data loss or corruption, so making a backup of your data is advisable.






    share|improve this answer


















    • 8





      I'm guessing that the actual home directory is also on /. Moving files from ~ to the /media/neil/HOME and mounting it on /home would probably help...

      – vidarlo
      Jun 9 at 7:56















    11














    You have a quite small root partition for system files and applications, most of the disk space is in your home partition for user data.



    You will either need to clean up the root partition mainly by uninstalling applications, or also removing log and cache files and such things, or you have to modify your partition layout and shrink your home and grow the system partition. The latter will be a better long-term solution, as you're not going to need less system space in the future, naturally.



    To modify partitions, you will have to boot into a live system, as partitions can usually not be resized while they are mounted. To do this, you can boot from the Ubuntu installer USB/DVD and select "Try Ubuntu without installing". This gives you a live desktop where you can use GParted to edit your partitions.



    As your home partition is nearly empty currently and it does not look like you'll fill it up soon, I'd be generous and give the root partition around 200GB. Even 100GB should be more than necessary, but you have the space anyway.



    Note that any partitioning or file system resize operation always comes with a small risk of data loss or corruption, so making a backup of your data is advisable.






    share|improve this answer


















    • 8





      I'm guessing that the actual home directory is also on /. Moving files from ~ to the /media/neil/HOME and mounting it on /home would probably help...

      – vidarlo
      Jun 9 at 7:56













    11












    11








    11







    You have a quite small root partition for system files and applications, most of the disk space is in your home partition for user data.



    You will either need to clean up the root partition mainly by uninstalling applications, or also removing log and cache files and such things, or you have to modify your partition layout and shrink your home and grow the system partition. The latter will be a better long-term solution, as you're not going to need less system space in the future, naturally.



    To modify partitions, you will have to boot into a live system, as partitions can usually not be resized while they are mounted. To do this, you can boot from the Ubuntu installer USB/DVD and select "Try Ubuntu without installing". This gives you a live desktop where you can use GParted to edit your partitions.



    As your home partition is nearly empty currently and it does not look like you'll fill it up soon, I'd be generous and give the root partition around 200GB. Even 100GB should be more than necessary, but you have the space anyway.



    Note that any partitioning or file system resize operation always comes with a small risk of data loss or corruption, so making a backup of your data is advisable.






    share|improve this answer













    You have a quite small root partition for system files and applications, most of the disk space is in your home partition for user data.



    You will either need to clean up the root partition mainly by uninstalling applications, or also removing log and cache files and such things, or you have to modify your partition layout and shrink your home and grow the system partition. The latter will be a better long-term solution, as you're not going to need less system space in the future, naturally.



    To modify partitions, you will have to boot into a live system, as partitions can usually not be resized while they are mounted. To do this, you can boot from the Ubuntu installer USB/DVD and select "Try Ubuntu without installing". This gives you a live desktop where you can use GParted to edit your partitions.



    As your home partition is nearly empty currently and it does not look like you'll fill it up soon, I'd be generous and give the root partition around 200GB. Even 100GB should be more than necessary, but you have the space anyway.



    Note that any partitioning or file system resize operation always comes with a small risk of data loss or corruption, so making a backup of your data is advisable.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Jun 8 at 23:57









    Byte CommanderByte Commander

    69.4k27 gold badges187 silver badges318 bronze badges




    69.4k27 gold badges187 silver badges318 bronze badges







    • 8





      I'm guessing that the actual home directory is also on /. Moving files from ~ to the /media/neil/HOME and mounting it on /home would probably help...

      – vidarlo
      Jun 9 at 7:56












    • 8





      I'm guessing that the actual home directory is also on /. Moving files from ~ to the /media/neil/HOME and mounting it on /home would probably help...

      – vidarlo
      Jun 9 at 7:56







    8




    8





    I'm guessing that the actual home directory is also on /. Moving files from ~ to the /media/neil/HOME and mounting it on /home would probably help...

    – vidarlo
    Jun 9 at 7:56





    I'm guessing that the actual home directory is also on /. Moving files from ~ to the /media/neil/HOME and mounting it on /home would probably help...

    – vidarlo
    Jun 9 at 7:56













    5














    Let's see:



    /dev/sda7 38G 35G 989M 98% /
    /dev/sda4 487M 0 487M 0% /media/neil/HP_TOOLS
    /dev/sda5 868G 113M 823G 1% /media/neil/HOME
    /dev/sda1 200M 30M 170M 15% /media/neil/BOOT


    All four volumes are on that same 1 terabyte hard drive named /dev/sda. You have a 38G root partition, but your /media/neil/HOME is 868G. That's the bulk of the disk. Someone partitioned things this way, and so that's what it is.



    Note that under df, the unsuffixed K, M or G units are 1024-based, whereas the size of your 1TB drive is 1000-based. 907 classic gigabytes (907 x 1024 x 1024 x 1024) works out to 973 GB. There is still a bit missing there toward a terabyte; maybe you have a large swap partition, or perhaps more than one? Note that we are not seeing partitions /dev/sda2, /dev/sda3 and /dev/sda6. From the df output, which shows only mounted filesystems, we have no idea how large these are and what they are used for, if anything.






    share|improve this answer























    • Yes @Kaz That may have either happened when I first got it as that is what I used to do with Windows partitions and just used the space on the other partition for storage, or it arrived like that. It's taken me 3 years to get to this stage though. I've a vague understanding of your second paragraph but being a relative Ubuntu/Linux noob, I'm afraid it doesn't really mean much. I think as I investigate this it might start to make sense.

      – Genius149
      Jun 9 at 9:23











    • @Genius149 the 1024-based units and are what Windows uses and are binary prefixes in Ubuntu. Ubuntu GUI nowadays uses SI prefixes where 1 kB = 1000 byte. A 1 TB drive contains 1000 TB which is only 973 GiB but your drive has 38 GiB + 487 MiB + 868 GiB + 200 MiB ≈ 907 GiB so you're missing 66 GiB in your list. Note that it's not 360Mb, 37.5Gb or 1Tb as you said because they're units of bits. 1TB = 8Tb. You should show gparted's screenshot to have a better look of how partitions are arranged

      – phuclv
      Jun 9 at 11:25















    5














    Let's see:



    /dev/sda7 38G 35G 989M 98% /
    /dev/sda4 487M 0 487M 0% /media/neil/HP_TOOLS
    /dev/sda5 868G 113M 823G 1% /media/neil/HOME
    /dev/sda1 200M 30M 170M 15% /media/neil/BOOT


    All four volumes are on that same 1 terabyte hard drive named /dev/sda. You have a 38G root partition, but your /media/neil/HOME is 868G. That's the bulk of the disk. Someone partitioned things this way, and so that's what it is.



    Note that under df, the unsuffixed K, M or G units are 1024-based, whereas the size of your 1TB drive is 1000-based. 907 classic gigabytes (907 x 1024 x 1024 x 1024) works out to 973 GB. There is still a bit missing there toward a terabyte; maybe you have a large swap partition, or perhaps more than one? Note that we are not seeing partitions /dev/sda2, /dev/sda3 and /dev/sda6. From the df output, which shows only mounted filesystems, we have no idea how large these are and what they are used for, if anything.






    share|improve this answer























    • Yes @Kaz That may have either happened when I first got it as that is what I used to do with Windows partitions and just used the space on the other partition for storage, or it arrived like that. It's taken me 3 years to get to this stage though. I've a vague understanding of your second paragraph but being a relative Ubuntu/Linux noob, I'm afraid it doesn't really mean much. I think as I investigate this it might start to make sense.

      – Genius149
      Jun 9 at 9:23











    • @Genius149 the 1024-based units and are what Windows uses and are binary prefixes in Ubuntu. Ubuntu GUI nowadays uses SI prefixes where 1 kB = 1000 byte. A 1 TB drive contains 1000 TB which is only 973 GiB but your drive has 38 GiB + 487 MiB + 868 GiB + 200 MiB ≈ 907 GiB so you're missing 66 GiB in your list. Note that it's not 360Mb, 37.5Gb or 1Tb as you said because they're units of bits. 1TB = 8Tb. You should show gparted's screenshot to have a better look of how partitions are arranged

      – phuclv
      Jun 9 at 11:25













    5












    5








    5







    Let's see:



    /dev/sda7 38G 35G 989M 98% /
    /dev/sda4 487M 0 487M 0% /media/neil/HP_TOOLS
    /dev/sda5 868G 113M 823G 1% /media/neil/HOME
    /dev/sda1 200M 30M 170M 15% /media/neil/BOOT


    All four volumes are on that same 1 terabyte hard drive named /dev/sda. You have a 38G root partition, but your /media/neil/HOME is 868G. That's the bulk of the disk. Someone partitioned things this way, and so that's what it is.



    Note that under df, the unsuffixed K, M or G units are 1024-based, whereas the size of your 1TB drive is 1000-based. 907 classic gigabytes (907 x 1024 x 1024 x 1024) works out to 973 GB. There is still a bit missing there toward a terabyte; maybe you have a large swap partition, or perhaps more than one? Note that we are not seeing partitions /dev/sda2, /dev/sda3 and /dev/sda6. From the df output, which shows only mounted filesystems, we have no idea how large these are and what they are used for, if anything.






    share|improve this answer













    Let's see:



    /dev/sda7 38G 35G 989M 98% /
    /dev/sda4 487M 0 487M 0% /media/neil/HP_TOOLS
    /dev/sda5 868G 113M 823G 1% /media/neil/HOME
    /dev/sda1 200M 30M 170M 15% /media/neil/BOOT


    All four volumes are on that same 1 terabyte hard drive named /dev/sda. You have a 38G root partition, but your /media/neil/HOME is 868G. That's the bulk of the disk. Someone partitioned things this way, and so that's what it is.



    Note that under df, the unsuffixed K, M or G units are 1024-based, whereas the size of your 1TB drive is 1000-based. 907 classic gigabytes (907 x 1024 x 1024 x 1024) works out to 973 GB. There is still a bit missing there toward a terabyte; maybe you have a large swap partition, or perhaps more than one? Note that we are not seeing partitions /dev/sda2, /dev/sda3 and /dev/sda6. From the df output, which shows only mounted filesystems, we have no idea how large these are and what they are used for, if anything.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Jun 9 at 7:06









    KazKaz

    6085 silver badges12 bronze badges




    6085 silver badges12 bronze badges












    • Yes @Kaz That may have either happened when I first got it as that is what I used to do with Windows partitions and just used the space on the other partition for storage, or it arrived like that. It's taken me 3 years to get to this stage though. I've a vague understanding of your second paragraph but being a relative Ubuntu/Linux noob, I'm afraid it doesn't really mean much. I think as I investigate this it might start to make sense.

      – Genius149
      Jun 9 at 9:23











    • @Genius149 the 1024-based units and are what Windows uses and are binary prefixes in Ubuntu. Ubuntu GUI nowadays uses SI prefixes where 1 kB = 1000 byte. A 1 TB drive contains 1000 TB which is only 973 GiB but your drive has 38 GiB + 487 MiB + 868 GiB + 200 MiB ≈ 907 GiB so you're missing 66 GiB in your list. Note that it's not 360Mb, 37.5Gb or 1Tb as you said because they're units of bits. 1TB = 8Tb. You should show gparted's screenshot to have a better look of how partitions are arranged

      – phuclv
      Jun 9 at 11:25

















    • Yes @Kaz That may have either happened when I first got it as that is what I used to do with Windows partitions and just used the space on the other partition for storage, or it arrived like that. It's taken me 3 years to get to this stage though. I've a vague understanding of your second paragraph but being a relative Ubuntu/Linux noob, I'm afraid it doesn't really mean much. I think as I investigate this it might start to make sense.

      – Genius149
      Jun 9 at 9:23











    • @Genius149 the 1024-based units and are what Windows uses and are binary prefixes in Ubuntu. Ubuntu GUI nowadays uses SI prefixes where 1 kB = 1000 byte. A 1 TB drive contains 1000 TB which is only 973 GiB but your drive has 38 GiB + 487 MiB + 868 GiB + 200 MiB ≈ 907 GiB so you're missing 66 GiB in your list. Note that it's not 360Mb, 37.5Gb or 1Tb as you said because they're units of bits. 1TB = 8Tb. You should show gparted's screenshot to have a better look of how partitions are arranged

      – phuclv
      Jun 9 at 11:25
















    Yes @Kaz That may have either happened when I first got it as that is what I used to do with Windows partitions and just used the space on the other partition for storage, or it arrived like that. It's taken me 3 years to get to this stage though. I've a vague understanding of your second paragraph but being a relative Ubuntu/Linux noob, I'm afraid it doesn't really mean much. I think as I investigate this it might start to make sense.

    – Genius149
    Jun 9 at 9:23





    Yes @Kaz That may have either happened when I first got it as that is what I used to do with Windows partitions and just used the space on the other partition for storage, or it arrived like that. It's taken me 3 years to get to this stage though. I've a vague understanding of your second paragraph but being a relative Ubuntu/Linux noob, I'm afraid it doesn't really mean much. I think as I investigate this it might start to make sense.

    – Genius149
    Jun 9 at 9:23













    @Genius149 the 1024-based units and are what Windows uses and are binary prefixes in Ubuntu. Ubuntu GUI nowadays uses SI prefixes where 1 kB = 1000 byte. A 1 TB drive contains 1000 TB which is only 973 GiB but your drive has 38 GiB + 487 MiB + 868 GiB + 200 MiB ≈ 907 GiB so you're missing 66 GiB in your list. Note that it's not 360Mb, 37.5Gb or 1Tb as you said because they're units of bits. 1TB = 8Tb. You should show gparted's screenshot to have a better look of how partitions are arranged

    – phuclv
    Jun 9 at 11:25





    @Genius149 the 1024-based units and are what Windows uses and are binary prefixes in Ubuntu. Ubuntu GUI nowadays uses SI prefixes where 1 kB = 1000 byte. A 1 TB drive contains 1000 TB which is only 973 GiB but your drive has 38 GiB + 487 MiB + 868 GiB + 200 MiB ≈ 907 GiB so you're missing 66 GiB in your list. Note that it's not 360Mb, 37.5Gb or 1Tb as you said because they're units of bits. 1TB = 8Tb. You should show gparted's screenshot to have a better look of how partitions are arranged

    – phuclv
    Jun 9 at 11:25











    1














    What's wrong with 'du -sh /*' ? It will show you what root folder takes up the space, then you can go from there.
    Though I agree most probably your home folder is on the wrong partition.. you could check with 'echo ~neil'






    share|improve this answer



























      1














      What's wrong with 'du -sh /*' ? It will show you what root folder takes up the space, then you can go from there.
      Though I agree most probably your home folder is on the wrong partition.. you could check with 'echo ~neil'






      share|improve this answer

























        1












        1








        1







        What's wrong with 'du -sh /*' ? It will show you what root folder takes up the space, then you can go from there.
        Though I agree most probably your home folder is on the wrong partition.. you could check with 'echo ~neil'






        share|improve this answer













        What's wrong with 'du -sh /*' ? It will show you what root folder takes up the space, then you can go from there.
        Though I agree most probably your home folder is on the wrong partition.. you could check with 'echo ~neil'







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 10 at 1:35









        José FelicianoJosé Feliciano

        111 bronze badge




        111 bronze badge





















            1














            I think 40gb is enough for root file system. 1tb hard drive was partitioned well enough but not mounted correctly. In current scheme your personal files(aside of system files) was reside on the root partition. /dev/sda5 that mounted on /media/neil/HOME should be mounted on /home. I assume the username you're using was Neil. You should make folder on /media/neil/home/Neil and move all files from your home folder /home/Neil to there. Then you should make changes to /etc/fstab to mount /dev/sda5 at /home.






            share|improve this answer























            • I've learnt a lot in the last couple of days and almost understand your answer lol. I'm taking the easy route and am hopefully clone it all on to a shiny second-hand 128Gig SSD. Need to get a T8 bit so I can open up the laptop first though.

              – Genius149
              Jun 10 at 22:45















            1














            I think 40gb is enough for root file system. 1tb hard drive was partitioned well enough but not mounted correctly. In current scheme your personal files(aside of system files) was reside on the root partition. /dev/sda5 that mounted on /media/neil/HOME should be mounted on /home. I assume the username you're using was Neil. You should make folder on /media/neil/home/Neil and move all files from your home folder /home/Neil to there. Then you should make changes to /etc/fstab to mount /dev/sda5 at /home.






            share|improve this answer























            • I've learnt a lot in the last couple of days and almost understand your answer lol. I'm taking the easy route and am hopefully clone it all on to a shiny second-hand 128Gig SSD. Need to get a T8 bit so I can open up the laptop first though.

              – Genius149
              Jun 10 at 22:45













            1












            1








            1







            I think 40gb is enough for root file system. 1tb hard drive was partitioned well enough but not mounted correctly. In current scheme your personal files(aside of system files) was reside on the root partition. /dev/sda5 that mounted on /media/neil/HOME should be mounted on /home. I assume the username you're using was Neil. You should make folder on /media/neil/home/Neil and move all files from your home folder /home/Neil to there. Then you should make changes to /etc/fstab to mount /dev/sda5 at /home.






            share|improve this answer













            I think 40gb is enough for root file system. 1tb hard drive was partitioned well enough but not mounted correctly. In current scheme your personal files(aside of system files) was reside on the root partition. /dev/sda5 that mounted on /media/neil/HOME should be mounted on /home. I assume the username you're using was Neil. You should make folder on /media/neil/home/Neil and move all files from your home folder /home/Neil to there. Then you should make changes to /etc/fstab to mount /dev/sda5 at /home.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jun 10 at 4:33









            Rinaldi JandrinataRinaldi Jandrinata

            111 bronze badge




            111 bronze badge












            • I've learnt a lot in the last couple of days and almost understand your answer lol. I'm taking the easy route and am hopefully clone it all on to a shiny second-hand 128Gig SSD. Need to get a T8 bit so I can open up the laptop first though.

              – Genius149
              Jun 10 at 22:45

















            • I've learnt a lot in the last couple of days and almost understand your answer lol. I'm taking the easy route and am hopefully clone it all on to a shiny second-hand 128Gig SSD. Need to get a T8 bit so I can open up the laptop first though.

              – Genius149
              Jun 10 at 22:45
















            I've learnt a lot in the last couple of days and almost understand your answer lol. I'm taking the easy route and am hopefully clone it all on to a shiny second-hand 128Gig SSD. Need to get a T8 bit so I can open up the laptop first though.

            – Genius149
            Jun 10 at 22:45





            I've learnt a lot in the last couple of days and almost understand your answer lol. I'm taking the easy route and am hopefully clone it all on to a shiny second-hand 128Gig SSD. Need to get a T8 bit so I can open up the laptop first though.

            – Genius149
            Jun 10 at 22:45

















            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%2f1149675%2fwhy-is-there-only-37-5-gb-showing-on-my-1-tb-hard-drive%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

            Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

            Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

            What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company