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

            Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

            Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

            Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020