Re: too little space on /

2008-09-11 Thread Michael Powell
Zbigniew Szalbot wrote: > Hello, > > Volodymyr Kostyrko: >> 3. What catalogs are your spacehogs? Examine the output of: >> >> find / -type d -maxdepth 1 -mindepth 1 -exec du -hd0 {} \; > > Searching for bigger dirs turned out that my /boot was bigger than needed > > 114M/boot > > So a wa

Re: too little space on /

2008-09-11 Thread Zbigniew Szalbot
Hello, Volodymyr Kostyrko: 3. What catalogs are your spacehogs? Examine the output of: find / -type d -maxdepth 1 -mindepth 1 -exec du -hd0 {} \; Searching for bigger dirs turned out that my /boot was bigger than needed 114M/boot So a way to go would be to either: 1/ define "nomakeopt

Re: too little space on /

2008-09-11 Thread Volodymyr Kostyrko
Zbigniew Szalbot wrote: Hi, I made a very stupid mistake by assigning to little space to / /dev/ar0s1a247726 132686 9522258%/ Well, I think there's enough place for everything on root partition. Maybe there's anything else using out some space? 1. Have you upgraded your O

too little space on /

2008-09-11 Thread Zbigniew Szalbot
Hi, I made a very stupid mistake by assigning to little space to / /dev/ar0s1a247726 132686 9522258%/ As a result, whenever I am re-compiling a kernel and before I install it, I need to delete the old kernel or else there is too little space and new kernel cannot be installed