I have Lubuntu 16.10 installed on my disk mounted as /
.
The problem is that the CUPS log file( /var/log/cups/error.log
) grows all the time until I no have free space left on the disk...
So when I delete that file, the space on disk freed up again
I already tried:
fsck
- disk usage analyzer
- every apt-cleaning/autocleaning, and dependencies fixing.
How should I proceed?
du -sxh
:
9,0G .
Model: ATA ST3160815AS (scsi)
Disk /dev/sda: 160GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 32,3kB 50,3GB 50,3GB primary ext4 boot
2 50,3GB 160GB 110GB extended
5 50,3GB 158GB 108GB logical ext4
6 158GB 160GB 2136MB logical linux-swap(v1)
parted --list && sudo df -h
:
Model: ATA ST3160815AS (scsi)
Disk /dev/sda: 160GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 32,3kB 50,3GB 50,3GB primary ext4 boot
2 50,3GB 160GB 110GB primary ext4
Filesystem Size Used Avail Use% Mounted on
udev 985M 0 985M 0% /dev
tmpfs 201M 6,3M 195M 4% /run
/dev/sda1 46G 43G 709M 99% /
tmpfs 1003M 188K 1003M 1% /dev/shm
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 1003M 0 1003M 0% /sys/fs/cgroup
tmpfs 201M 36K 201M 1% /run/user/1000
/dev/sda2 101G 60M 96G 1% /media/aram/
parted --list
? Please [edit] your question to put this crucial info there instead of here in the comments where it's less visible. – Fabby Oct 12 '16 at 16:16/dev/sda1
where all your data, applications, etc., is at 97% usage. You may wish to go through your/home/
directory and remove files, or remove log files that're huge, etc. – Thomas Ward Oct 12 '16 at 17:05