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

Re: FW: upgrade problem



On Thu, Feb 06, 2014 at 08:31:57AM +0000, Roelof Wobben wrote:
> >> On 02/05/2014 04:16 PM, Roelof Wobben wrote:
> 
[cut]
> 
> df -h gives this :
> 
> /dev/sda1          315M     210M   85M  72% /

Here's your problem. The package is trying to write to /lib, which will
be on this partition. "apt-cache show linux-image-3.12-1-amd64" tells me
"Installed-Size: 135248" (this is kilobytes). Now, all of that 135Mb
won't go to your root partition, it's true, but probably most of it
will.

> udev                10M        0   10M   0% /dev
> tmpfs              397M     784K  396M   1% /run
> tmpfs              5,0M        0  5,0M   0% /run/lock
> tmpfs              2,4G      88K  2,4G   1% /run/shm
> /dev/sda9           56G     460M   53G   1% /home
> /dev/sda8          360M     2,1M  335M   1% /tmp

As a possible solution, you could do away with this partition (and move
to a tmpfs-based /tmp). In its stead, create an LVM PV and move your
root partition there. Then, convert /dev/sda1 into a PV, too, and extend
the Logical Volume into it. After that, you end up with a root partition
of ~675M.

Attachment: signature.asc
Description: Digital signature


Reply to: