Results 1 to 10 of 10

Thread: Disk Usage Analyzer...wrong?

  1. #1
    Join Date
    Dec 2008
    Location
    /home/derek
    Beans
    38
    Distro
    Ubuntu 13.04 Raring Ringtail

    Unhappy Disk Usage Analyzer...wrong?

    Weird situation...

    I ran the disk usage analyzer because I thought that maybe the amount of free space that shows at the bottom of Nautilus was incorrect somehow but the number is correct. Here's the problem though...

    My amount of space used in / is only 30.x g while it shows that I have used 74.x g. where is my 40g hidding?

    I have attached a pic so you can see what I mean...


    Edit: Ubuntu is the only thing installed on this hard drive if that matters at all. I have windows on it's own hard drive...
    Attached Images Attached Images

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Disk Usage Analyzer...wrong?

    The Disk Usage Analyzer also include the total of the gvfs too. the best way in my opionion to check disk usage it to open a terminal and type:

    Code:
    df -h
    You should see an output that looks something like this:

    Code:
     df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sdb2             5.8G  3.7G  1.9G  66% /
    tmpfs                 994M     0  994M   0% /lib/init/rw
    varrun                994M  112K  994M   1% /var/run
    varlock               994M     0  994M   0% /var/lock
    udev                  994M   68K  994M   1% /dev
    tmpfs                 994M     0  994M   0% /dev/shm
    lrm                   994M  2.4M  992M   1% /lib/modules/2.6.28-7-generic/volatile
    /dev/sdb4             143G   44G   92G  33% /home
    /dev/sda1             151G   88G   57G  61% /home/storage
    Jim

  3. #3
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Disk Usage Analyzer...wrong?

    Try running the disk analyzer as root:
    Code:
    gksu baobab
    There might be some root-owned files that aren't being counted.

  4. #4
    Join Date
    Dec 2008
    Location
    /home/derek
    Beans
    38
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Disk Usage Analyzer...wrong?

    Thanks for these pointers. I'll check back later when I am able to test these ideas at home...

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

    Re: Disk Usage Analyzer...wrong?

    You can turn off the gvfs information if it is displayed (seemingly doubling your disk space) via baobab/DUA's Edit, Preferences and unticking .gvfs
    Back to Xorg...

    Retired.

  6. #6
    Join Date
    Nov 2007
    Beans
    395
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Disk Usage Analyzer...wrong?

    Mine does that too. Because I have network mounted drives and the total disk space used is more than the size of the partition my / filesystem.
    Seems like a bug to me.

    Baobab 2.20.0.1 on Ubuntu 8.04.2, kernel 2.6.24-23-generic
    -- Coreigh

    "Only those who attempt the absurd will achieve the impossible"
    ... Einstein or Escher, you pick ...

  7. #7
    Join Date
    Dec 2008
    Location
    /home/derek
    Beans
    38
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Disk Usage Analyzer...wrong?

    Well. Its still showing a really high usage. I just deleted some videos (whole dvds) I had on my system and that's why its lower now... But still, I don't think I have used 55g...

    And...I figured out where it was. It was tucked away in root's /.local/share/trash. Is there any way to delete that without having to
    Code:
    sudo nautilus
    ?

    Thanks Paqman for pointing that out to me.
    Attached Images Attached Images

  8. #8
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Disk Usage Analyzer...wrong?

    Well that's where files get moved to when you delete things as the root user (using gksu nautilus).

    If you are going to be deleting files in a root nautilus try holding shift when you press delete, this bypasses the trash.
    "You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"

    "Don't let your mind wander -- it's too little to be let out alone."

  9. #9
    Join Date
    Dec 2008
    Location
    /home/derek
    Beans
    38
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Disk Usage Analyzer...wrong?

    I'll through around my thanks and solve this thread when the options come back...

  10. #10
    Join Date
    Dec 2008
    Location
    /home/derek
    Beans
    38
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Disk Usage Analyzer...wrong?

    Quote Originally Posted by jerome1232 View Post
    Well that's where files get moved to when you delete things as the root user (using gksu nautilus).

    If you are going to be deleting files in a root nautilus try holding shift when you press delete, this bypasses the trash.
    Thanks. I couldn't figure out why, for the life of me, I would have ever deleted anything as root, but I remember what it was now. I did a backup using Keep or something like that and I didn't have permissions on the folder it was stored in so I sudo nautilus'd into it...

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
  •