Results 1 to 10 of 10

Thread: missing almost 150 gb of drive space?

  1. #1
    Join Date
    Dec 2005
    Location
    Tucson, Arizona
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    missing almost 150 gb of drive space?

    I was running a backup and suprised to find that my external drive was out of space. I ran baobab (drive usage analyzer) and i was even more surprised to see that it reports only 300 gb is being used out of my 500 gb drive!

    What disk usage analyzer shows:



    but what it detects my disk as:



    As you can see, disk usage analyzer shows that only around 295 gb is being used out of a possible 458. I have already tried emptying my trash and running the command "tune2fs -m 1 /dev/sdc1" which actually gave me back 17 gb...but not nearly close to what i should be getting

    any suggestions?

    edit: just ran a check (aka a fsck) in gparted, and it said the drive was fine...so that is not the problem either
    Last edited by Polygon; April 7th, 2009 at 11:45 AM.
    Jabber: markgrandi[at]gmail.com

  2. #2
    Join Date
    Dec 2005
    Location
    Tucson, Arizona
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: missing almost 150 gb of drive space?

    any ideas....?
    Jabber: markgrandi[at]gmail.com

  3. #3
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: missing almost 150 gb of drive space?

    I noticed your first post shortly after you posted, but didn't comment because I had nothing constructive to offer. I don't know whether this will add any useful information, but try this. Install Gparted (if you haven't already). Run it from System -> Administration -> Partition Editor with the external drive plugged in and mounted. In the Gparted Window, switch to the external drive with the switcher drop down thing top right. Now post a screenshot of what Gparted is showing.

  4. #4
    Join Date
    Dec 2005
    Location
    Tucson, Arizona
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: missing almost 150 gb of drive space?

    gparted showing its around 500 gb (minus space used for formatting) as well.

    Jabber: markgrandi[at]gmail.com

  5. #5
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: missing almost 150 gb of drive space?

    I am in the process of writing a guide for the Tutorials section concerning lost disk space. In the meantime, parts of it are included in the guide about finding and removing trash. Section 8 lists other things that could be the problem.

    Did you happen to clone another partition onto this drive? If so, you may have to run resize2fs to correct the file system. I didn't mention this the in the Trash guide, whose link is in my signature line.
    Back to Xorg...

    Retired.

  6. #6
    Join Date
    Dec 2005
    Location
    Tucson, Arizona
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: missing almost 150 gb of drive space?

    i have emptied my trash, and rebooted, and tried unmounting and remounting it, and i ran a 'check' in gparted (which just runs a fsck on the drive) and it said that the partition was the correct size and everything.....still the same thing

    Code:
    mark@Humboldti:~$ sudo fsck  -V -M /dev/sdc1 
    fsck 1.41.3 (12-Oct-2008)
    [/sbin/fsck.ext3 (1) -- /dev/sdc1] fsck.ext3 /dev/sdc1 
    e2fsck 1.41.3 (12-Oct-2008)
    LinuxBackup: clean, 303067/61063168 files, 120875236/122096000 blocks
    mark@Humboldti:~$
    Actually....this drive is pretty old and noisy....maybe my problem is that there are a ton of bad blocks/sectors and ext3 is just marking them for non-use and thats why i'm missing a ton of space? Is there a way to check for this?
    Last edited by Polygon; April 9th, 2009 at 01:42 AM.
    Jabber: markgrandi[at]gmail.com

  7. #7
    Join Date
    Sep 2008
    Location
    Dublin, Ireland
    Beans
    93
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: missing almost 150 gb of drive space?

    Did you by any chance run the backup and accidentally include the backup in your backup? Or any other mounted drives?
    So long and thanks for all the fish

  8. #8
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: missing almost 150 gb of drive space?

    Are you running baobab/DUA as root. Running it as a normal user will not give you an accurate picture if root owns some of the files/folders.
    Code:
    gksu baobab  # or gksu baobab /path.to.LinuxBackup
    Back to Xorg...

    Retired.

  9. #9
    Join Date
    Mar 2009
    Location
    NJ
    Beans
    44
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: missing almost 150 gb of drive space?

    I had a very similar-looking problem after a cloned a smaller drive onto a larger one, and the empty space disappeared just as you are describing.

    Looks like the partition is the right size, but your filesystem is not. Try the command 'resize2fs'. This fixed my problem (resized my filesystem to the correct size).

  10. #10
    Join Date
    Dec 2005
    Location
    Tucson, Arizona
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: missing almost 150 gb of drive space?

    Quote Originally Posted by drs305 View Post
    Are you running baobab/DUA as root. Running it as a normal user will not give you an accurate picture if root owns some of the files/folders.
    Code:
    gksu baobab  # or gksu baobab /path.to.LinuxBackup
    bingo. .Trash-0 (roots trash) has over 140 gb of used space. Deleted that cleared it up. Thanks!
    Jabber: markgrandi[at]gmail.com

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •