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 Showing300 GB hard drive only shows 200 MB availableformatting secondary hard drive

C=O bond length comparison among cyclohex‐2‐en‐1‐one and cyclohex‐3‐en‐1‐one

How offensive is Fachidiot?

Why can't I book this multi-city fare on American Airlines?

Meaning of 'off one's brake fluid'

How do I build a kernel using patches from LKML?

Was this “caterpillar” strategy a good way to advance my pawns?

Why is my Windows 7 recovery folder 53% of my disk

Why does Wonder Woman say "goodbye brother" to Ares?

Illustrator - Removing the blank space below a letter

Center superscript relative to subscript in math mode

Run "cd" command as superuser in Linux

How is warfare affected when armor has (temporarily) outpaced guns? How can guns compete?

Dangers of being sympathetic to the killer

Meaning of "in arms"

How to make a long equation small to fit in LaTeX?

Alternatives to boxes

Continents with simplex noise

What's the DC voltage range typically tolerated by modern smartphones?

18-month-old kicked out of church nursery

if the mode of a normal distribution is 0, then what's the value of the mean

Hell0 W0rld! scored by ASCII values

Do effects that prevent someone from becoming an undead stop or delay the effect?

Building a phone charger 500 years ago

Why is macOS limited to 1064 processes?



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 Showing300 GB hard drive only shows 200 MB availableformatting 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/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%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

    73.1k29 gold badges196 silver badges333 bronze badges




    73.1k29 gold badges196 silver badges333 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

            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ü