BleachBit occupies the entire free disk space when cleaning.
BleachBit occupies the entire free disk space when cleaning.
Kubuntu Jaunty
KDE4.3.1
2 GB RAM
Free Space / root 5.6 GB
/ Home 5 GB
BleachBit 0.6.5beta
When I start cleaning in both normal and privileged user, BleachBit freezes during cleaning and after a while get a message informing the operating system there is no free space and the system runs out of disk resources to work and all begins to fail, including the graphical user interface, when I check the free disk space shows 0 GB, so I have to force reboot because nothing in the system works.
Sorry for the bad english.
andrew
Fri, 10/02/2009 - 09:35
Permalink
Need more info
When you enable the "free disk space" cleaning option under "system," filling the disk is normal. That's how it wipes the free disk space. However, freezing the system is of course not normal. Normally the free disk space slowly approaches 0 bytes free, but once it reaches 100% full, the large file is quickly deleted.
Please open a terminal, type these two commands, and paste the output in a reply:
mount
cat /etc/fstab
Meanwhile, you may try two things. First, disable the "free disk space" option if you don't use it. Second, try running BleachBit in the terminal. When it runs in a terminal, it prints extra information to the console. Some of this information may be useful for troubleshooting.
Your English is fine :)
---
Andrew, lead developer
TheEmulator
Fri, 10/02/2009 - 19:48
Permalink
RE:
mount
/dev/sda6 on / type ext4 (rw,relatime,errors=remount-ro,commit=600)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.28-15-generic/volatile type tmpfs (rw,mode=755)
/dev/sda7 on /home type ext4 (rw,relatime,commit=600)
/dev/sda1 on /media/Disco_Datos type ext4 (rw,noexec,nosuid,nodev,commit=600)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
-----------------------------------------------------------------------
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
#
proc /proc proc defaults 0 0
# / was on /dev/sda6 during installation
UUID=a5b12faa-0fe8-4b22-b860-293da081bbef / ext4 relatime,errors=remount-ro 0 1
# /home was on /dev/sda7 during installation
UUID=0bf6653f-3405-497d-b6c6-5cc4128aeebf /home ext4 relatime 0 2
#Particion de datos sda1
UUID=dae3a86f-5ad9-4d13-9229-e038d8da196c /media/Disco_Datos ext4 users,atime,auto,rw,nodev,noexec,nosuid 0 0
/dev/sda5 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
#usbfs (Agrege para lo del USB VirtualBox)
none /proc/bus/usb usbfs devgid=46,devmode=664 0 0
#Directorio NFS otro portatil
192.168.14.201:/media/Disco_Datos/Compartir /media/NFS_Remoto nfs user,exec,dev,nosuid,rw,noauto 0 0
-----------------------------------------------------------------------
I used Google Translator for the last message XD
#Edit#
I unchecked the option "Free disc space" and works.
Tanks for anwser me and for BleachBit :)