[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: /root is full



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 )
> 
> I pursued this, but nothing had been deposited on /mnt or /media mount
> points except my message file named "unmounted". 
> 
> I made the mistake of trying this on /, and so now I have this: 
> /dev/disk/by-uuid/d3a2deb8-54f0-421e-9cd9-5cc90c3521fa on /
> mounted twice. I assume this will disappear next boot, and hope that it
> does no harm for the time being. 
> 
<snip>

What exactly did you do?
What I suggested was:

  du / -hx --max-depth=1

(this doesn't show th e mount points like /home or /sys)
If this does not add up to ~ 470 MB, then

  mount --bind / /mnt
  du /mnt -hx --max-depth=1

If this adds up to ~ 470 MB, there's something stored under a mount point.
After cleaning that don't forget to

  umount /mnt

-- 
Regards,
jvp



Reply to: