Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Low Disk Space Warning, A bug? Or a limitation?

  1. #1
    Join Date
    May 2008
    Beans
    2,526

    Low Disk Space Warning, A bug? Or a limitation?

    I decide to give bleachbit a try today. Now I use other tools to keep my file system clean anyway but while running it there was a warning popup stating:
    This computer has only 1.3GB disk space remaining.
    I didn't take a screenshot of that one but I did the next time. I clicked on the Examine button and like I thought I had 29GB of free disk space.
    Pic below.

    Ran bleachbit again this time as root and it poped up again. This time stating that:
    This computer has only 642.8MB disk space remaining.
    Pic below.
    I clicked on Examine again this time it showed that I have 29.7GB of free space.
    Pic below.

    Now in the Disk Usage Alalyzer results it shows that:
    / is 100% used
    /user is 85.2% used
    and on the second run
    /user is 80.5% used

    So if I have 29GB of free space on the partition my questions are these:
    1. Is there a limit to the file system size short of the size of the partition?
    2. Is it limited by the number of files in the file system?
    3. Is it limited by the combined size of the files in the file system?
    4. If 3 is true then what exactly is the limitation in MB/GB?
    5. Is there a way to increase the capacity of / OR /usr?
    6. Is this a bug?
    7. Is there need for concern?
    8. If this is not a bug, a limitation, or a need for concern, then why does it show the warning at all?

    Thanks for taking the time to clarify this.
    Attached Images Attached Images
    Ultimate Edition Links

  2. #2
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Low Disk Space Warning, A bug? Or a limitation?

    It looks like you have a 10GB root partition, is that correct? If you want to increase its size, you'll need to boot from the Ubuntu LiveCD and run gparted from there.

    Could you run sudo fdisk -l in a terminal, and post the output here?

  3. #3
    Join Date
    Apr 2005
    Location
    Finland/UK
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Low Disk Space Warning, A bug? Or a limitation?

    Quote Originally Posted by 2hot6ft2 View Post
    I decide to give bleachbit a try today. Now I use other tools to keep my file system clean anyway but while running it there was a warning popup stating:
    This computer has only 1.3GB disk space remaining.
    I didn't take a screenshot of that one but I did the next time. I clicked on the Examine button and like I thought I had 29GB of free disk space.
    Pic below.

    Ran bleachbit again this time as root and it poped up again. This time stating that:
    This computer has only 642.8MB disk space remaining.
    Pic below.
    I clicked on Examine again this time it showed that I have 29.7GB of free space.
    Pic below.

    Now in the Disk Usage Alalyzer results it shows that:
    / is 100% used
    /user is 85.2% used
    and on the second run
    /user is 80.5% used

    So if I have 29GB of free space on the partition my questions are these:
    1. Is there a limit to the file system size short of the size of the partition?
    2. Is it limited by the number of files in the file system?
    3. Is it limited by the combined size of the files in the file system?
    4. If 3 is true then what exactly is the limitation in MB/GB?
    5. Is there a way to increase the capacity of / OR /usr?
    6. Is this a bug?
    7. Is there need for concern?
    8. If this is not a bug, a limitation, or a need for concern, then why does it show the warning at all?

    Thanks for taking the time to clarify this.
    You are misreading the information from the Disk USage Analyzer.

    It's actually telling you that you are analyzing the root partition, (so the amount of used space on / is 100% of the amount of used space on root). Not that the / would be 100% full. Then, it's telling you that from the amount of data on your root partition 85,2% is in /usr, 10,5% is in /var, 4,9% in /home and so on..

    So, the percentages you see are not telling you how full or empty different places are, they are telling you how large percentage of the data is in that place. (If you abnalyzed, say, /home instead of /, then the DUA would show /Home as 100%, and then siaply have large portion of the data inside /home is in each subdirectory. So the directory you ananlyze is always 100% and other directories dispaly the percentage of the total analyzed data contained in them).

    If you have /usr on the same partiton as the /, then you have exactly the same amount of available space on /usr as you have available space on the partition itself. There is no per-directory size limits (unless you enable quotas and set suych limits yourself).

    If you want to get a simple, easy overview of available and used space on your partitions open a terminal and run "df -h". Post the output here if you need somebody to explain it in detail.

    edit: I see nothing there that would indicate that your partitioons would be full. If Bleachbit claims so then it must be a bug in Bleachbit. But use the "df -h" to confirm the amount of used/free space.
    Last edited by mcduck; February 18th, 2010 at 07:54 PM.

  4. #4
    Join Date
    May 2008
    Beans
    2,526

    Re: Low Disk Space Warning, A bug? Or a limitation?

    Quote Originally Posted by oldos2er View Post
    It looks like you have a 10GB root partition, is that correct? If you want to increase its size, you'll need to boot from the Ubuntu LiveCD and run gparted from there.

    Could you run sudo fdisk -l in a terminal, and post the output here?
    No, I have Ubuntu install on a 40GB partition it's not a separate partition
    Here's the results of sudo fdisk -l in a terminal
    Code:
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xfd03d783
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        4462    35840983+   7  HPFS/NTFS
    /dev/sda2            4463       60801   452543017+   5  Extended
    /dev/sda5            9741       59236   397576588+   7  HPFS/NTFS
    /dev/sda6           60553       60801     2000061   82  Linux swap / Solaris
    /dev/sda7           59237       60552    10570738+  83  Linux
    /dev/sda8            4463        9740    42395472   83  Linux
    From the installed system
    and how it looks in gParted sda8 is ubuntu the other one sda7 is BackTrack
    sda5 is encrypted that's why it shows the caution icon so it's not a problem.
    Attached Images Attached Images
    Last edited by 2hot6ft2; March 21st, 2010 at 09:36 PM. Reason: Cleanup
    Ultimate Edition Links

  5. #5
    Join Date
    May 2008
    Beans
    2,526

    Re: Low Disk Space Warning, A bug? Or a limitation?

    Quote Originally Posted by mcduck View Post
    You are misreading the information from the Disk USage Analyzer.

    It's actually telling you that you are analyzing the root partition, (so the amount of used space on / is 100% of the amount of used space on root). Not that the / would be 100% full. Then, it's telling you that from the amount of data on your root partition 85,2% is in /usr, 10,5% is in /var, 4,9% in /home and so on..

    So, the percentages you see are not telling you how full or empty different places are, they are telling you how large percentage of the data is in that place. (If you abnalyzed, say, /home instead of /, then the DUA would show /Home as 100%, and then siaply have large portion of the data inside /home is in each subdirectory. So the directory you ananlyze is always 100% and other directories dispaly the percentage of the total analyzed data contained in them).

    If you have /usr on the same partiton as the /, then you have exactly the same amount of available space on /usr as you have available space on the partition itself. There is no per-directory size limits (unless you enable quotas and set suych limits yourself).

    If you want to get a simple, easy overview of available and used space on your partitions open a terminal and run "df -h". Post the output here if you need somebody to explain it in detail.
    Ok, I see what you're saying, I think. It's not looking at the partition just the file system itself and how the data is spread out within the file system.
    No I have not set any limits (quotas) myself.

    Results of df -h
    Code:
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sda8              40G  9.9G   28G  27% /
    udev                  1.4G  328K  1.4G   1% /dev
    none                  1.4G  420K  1.4G   1% /dev/shm
    none                  1.4G  208K  1.4G   1% /var/run
    none                  1.4G     0  1.4G   0% /var/lock
    none                  1.4G     0  1.4G   0% /lib/init/rw
    Last edited by 2hot6ft2; March 21st, 2010 at 09:37 PM. Reason: CLeanup
    Ultimate Edition Links

  6. #6
    Join Date
    May 2008
    Beans
    2,526

    Re: Low Disk Space Warning, A bug? Or a limitation?

    So in this it's more representative of the actual use of the partitions space.
    Code:
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sda8              40G  9.9G   28G  27% /
    udev                  1.4G  328K  1.4G   1% /dev
    none                  1.4G  420K  1.4G   1% /dev/shm
    none                  1.4G  208K  1.4G   1% /var/run
    none                  1.4G     0  1.4G   0% /var/lock
    none                  1.4G     0  1.4G   0% /lib/init/rw
    Meaning that roughly 27% of the partition is being used by the file system.
    Last edited by 2hot6ft2; March 21st, 2010 at 09:37 PM. Reason: Cleanup
    Ultimate Edition Links

  7. #7
    Join Date
    May 2008
    Beans
    2,526

    Re: Low Disk Space Warning, A bug? Or a limitation?

    That would answer questions 1-5 and 7 leaving only 6 & 8
    6. Is it a bug that it notifies you that you're out of disk space when you're not?
    And
    8. If this is not a bug, a limitation, or a need for concern, then why does it show the warning at all?

    I have seen several threads on the warning and until now I thought maybe they had actually filled their partitions up with stuff.
    That not being the case why does it give the warning?
    It certainly does create un-necessary concerns.
    If it's not actually reporting the partitions free space, can the warning be safely disabled?
    Ultimate Edition Links

  8. #8
    Join Date
    Apr 2005
    Location
    Finland/UK
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Low Disk Space Warning, A bug? Or a limitation?

    Quote Originally Posted by 2hot6ft2 View Post
    So in this it's more representative of the actual use of the partitions space.

    Meaning that roughly 27% of the partition is being used by the file system.
    Yes, df tells you the amount of used & available space of partitions. Disk Usage Ananlyzer tells you how much of the total data is in each subdirectory of the directory you analyzed.

    Your root is a 40GB partition, from which 9,9GB is used.

    So you sure are not running out of free space unlike what the Bleachbit is claiming. I must say that Bleachbit doesn't really seem like the kind of program I'd trust to do anyhting on my computers, at least based on the amount of problems people are having with it. Seems way too buggy a this point. Besides, most of the stuff it removes can either be removed with the responsible program itself (firefox, apt) or shouldn't usually even be removed at all and contributes very little to the amount of used space on your system..
    Last edited by mcduck; February 18th, 2010 at 08:16 PM.

  9. #9
    Join Date
    May 2008
    Beans
    2,526

    Re: Low Disk Space Warning, A bug? Or a limitation?

    Quote Originally Posted by mcduck View Post
    Yes, df tells you the amount of used & available space of partitions. Disk Usage Ananlyzer tells you how much of the total data is in each subdirectory of the directory you analyzed.

    Your root is a 40GB partition, from which 9,9GB is used.

    So you sure are not running out of free space unlike what the Bleachbit is claiming. I must say that Bleachbit doesn't really seem like the kind of program I'd trust to do anyhting on my computers, at least based on the amount of problems people are having with it.
    It was apparently triggered when I ran bleachbit but I don't think everyone that received the same warning was using it. I'll search thru the previous threads about the warning and see if they mention using it. I have to agree I wont be using it again if there are problems with it as it's a pretty powerful tool that can be run as root.
    Ultimate Edition Links

  10. #10
    Join Date
    May 2008
    Beans
    2,526

    Re: Low Disk Space Warning, A bug? Or a limitation?

    I'll consider this as solved and not use bleachbit. I see in another thread how to manage the warning configuration which I'll quote here for others:
    Quote Originally Posted by SecretCode View Post
    While trying to solve this for myself I came across your post. And this is the solution:

    Open gconf-editor (type gconf-editor at the command line), and navigate to the key /apps/gnome_settings_daemon/plugins/housekeeping/.

    Double-click the ignore paths name, and remove the paths you want not to ignore any more.

    There are some other useful configuration settings here, like free_percent_notify (default 0.05 meaning notify when space is less than 5%) and free_size_gb_no_notify (default 2 meaning don't notify if the free space is more than 2GB).
    Thanks for the help mcduck and oldos2er
    Last edited by 2hot6ft2; February 18th, 2010 at 08:31 PM.
    Ultimate Edition Links

Page 1 of 2 12 LastLast

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
  •