Re: [SOLVED] /root is full

2014-07-30 Thread Joe
On Tue, 29 Jul 2014 23:10:48 -0400 The Wanderer wrote: once every few years, and nothing > seems to do it automatically.) > > Admittedly I have ridiculous amounts of local storage space, but even > when I install Debian in a VM on a 40GB virtual hard disk, I wouldn't > consider allocating less

Re: [SOLVED] /root is full

2014-07-29 Thread The Wanderer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 07/29/2014 04:24 PM, Joe wrote: > On Tue, 29 Jul 2014 14:32:10 -0400 Haines Brown > wrote: > >> My / usage is still huge, 258 Mb, but at least the "full" problem >> is gone. > > If you follow the common practice of keeping the previous kernel

Re: /root is full

2014-07-29 Thread Jochen Spieker
Haines Brown: > > […] I suppose the only correction if so is to boot the system to > single user and run fdisk on /dev/sdb1. Not sure of the specifics. You can run this to force an fsck of the root filesystem on the next reboot: touch /forcefsck J. -- I lust after strangers but only date peopl

Re: [SOLVED] /root is full

2014-07-29 Thread Joe
On Tue, 29 Jul 2014 14:32:10 -0400 Haines Brown wrote: > > My / usage is still huge, 258 Mb, but at least the "full" problem is > gone. If you follow the common practice of keeping the previous kernel as a spare for troubleshooting purposes, then this is sadly normal these days. There's 100MB

Re: [SOLVED] /root is full

2014-07-29 Thread Bill Unruh
I knew because you said that you had tried to backup some files to storage and sdb13 was not mounted on storage. So where those files went was into / partition. When you mounted sdb13 on top of /storage, all those files became inaccessible but they were still there taking up stace. This happened

Re: /root is full

2014-07-29 Thread Jörg-Volker Peetz
Haines Brown wrote on 07/29/2014 19:36: > On Tue, Jul 29, 2014 at 05:06:22PM +0200, Jörg-Volker Peetz wrote: >> Same problem was discussed recently on this list (e.g., >> https://lists.debian.org/debian-user/2014/05/msg00665.html and >> https://lists.debian.org/debian-user/2014/05/msg00684.html ) >

Re: /root is full

2014-07-29 Thread Martin Steigerwald
No need to CC me. I am subscribed Am Dienstag, 29. Juli 2014, 14:16:02 schrieb Haines Brown: > On Tue, Jul 29, 2014 at 05:08:01PM +0200, Martin Steigerwald wrote: […] > > I suggest something like > > > > merkaba:~> du -d 1 -hx / | sort -rh | head -10 > > 20G / > > 16G /usr > > 2,7G/va

Re: [SOLVED] /root is full

2014-07-29 Thread Hans
> > My / usage is still huge, 258 Mb, but at least the "full" problem is gone. > I hope I can ignore the doubly mounted root partition. > > Haines Hust a little hint: If you have no encrypted partitions, you can resize your partitions using "gparted". Best use is, to run it from a livefile cd

Re: [SOLVED] /root is full

2014-07-29 Thread Haines Brown
> > # df > > Filesystem 1K-blocks Used Available Use% Mounted on > > rootfs474440 474440 0 100% / > > udev 102400 10240 0% /dev > > tmpfs 830924 1572829352 1% /run > > /dev/di

Re: /root is full

2014-07-29 Thread Haines Brown
On Tue, Jul 29, 2014 at 05:08:01PM +0200, Martin Steigerwald wrote: > Hi Haines, > > Am Dienstag, 29. Juli 2014, 09:22:02 schrieb Haines Brown: > > The / partition is 500 Mb. In the past I have > > only used about 50 Mb. > > Why so little? I forget why I made it so big, but perhaps because I was

Re: /root is full

2014-07-29 Thread Sven Hartge
Haines Brown wrote: > What troubles me is that my root partition is nearly 500 Gb. df says: >rootfs 474440 474440 0 100% / >/dev/disk/by-uuid/ 474440 474440 0 100% / Where do you see 500GiB? It says 474440 blocks of 1KB size or 463MiB. > But

Re: /root is full

2014-07-29 Thread Sven Hartge
Haines Brown wrote: > I ran: > # find / -type f -size +100M -exec ls -lh {} \; | awk '{ print $9 ": " $5 }' You are missing the option "-xdev" for find to prevent it from crossing filesystem boundaries. This leads to: > All files that were over 100 Mb were located in broken out directories > e

Re: /root is full

2014-07-29 Thread Haines Brown
On Tue, Jul 29, 2014 at 05:06:22PM +0200, Jörg-Volker Peetz wrote: > Same problem was discussed recently on this list (e.g., > https://lists.debian.org/debian-user/2014/05/msg00665.html and > https://lists.debian.org/debian-user/2014/05/msg00684.html ) I pursued this, but nothing had been deposite

Re: /root is full

2014-07-29 Thread Martin Steigerwald
Hi Haines, Am Dienstag, 29. Juli 2014, 09:22:02 schrieb Haines Brown: > This is such a classic problem that I hesitate to raise the > question. The df below shows that the usual suspects for root partition > being full are broken out. The / partition is 500 Mb. In the past I have > only used about

Re: /root is full

2014-07-29 Thread Jörg-Volker Peetz
Same problem was discussed recently on this list (e.g., https://lists.debian.org/debian-user/2014/05/msg00665.html and https://lists.debian.org/debian-user/2014/05/msg00684.html ) In short: - to check space in the filesystem du / -hx --max-depth=1 - to check for deleted files still not used by

/root is full

2014-07-29 Thread Haines Brown
This is such a classic problem that I hesitate to raise the question. The df below shows that the usual suspects for root partition being full are broken out. The / partition is 500 Mb. In the past I have only used about 50 Mb. # df Filesystem 1K-blocks Used Available Use% Moun