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

Re: / full?



On Mon, 2006-04-10 at 14:16 -0400, Chris Parker wrote:
> I have filled up the / partition.  a copy of fstab is below:
> 
> $/ df -h
> Filesystem            Size  Used Avail Use% Mounted on
> /dev/hda1             250M  249M     0 100% /
<snip>

as some others pointed out, it's rather strange to fill that amount of
space on /, if you have {home,usr,var,tmp} mounted from other
partitions. if you can't find the culprit files in /opt or /root, they
may exist in /var or /tmp *on your root partition*. to check this:

$ sudo mkdir /mnt/root
$ mount --bind / /mnt/root
$ ls -la /mnt/root/{home,usr,var,tmp}

if there is anything in there, you should probably (re)move it
good luck,

-- 
Joris



Reply to: