View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#28
dpkg: error processing /var/cache/apt/archives/kernel-power-modules_1%3a2.6.28-10power52_armel.deb (--unpack):
failed in buffer_write(fd) (9, ret=-1): backend dpkg-deb during `./lib/modules/2.6.28.10-power52/ipt_LOG.ko': No space left on device
No space left on device!!!
First try to get back some space
Code:
sudo gainroot
apt-get clean
This purges the install packages downloaded previously.

To get information about the space on the device:
Please post the output of
Code:
mount
df
free
du -kx / | sort -n | tail -n20
du -kx /home | sort -n | tail -n20
The first command shows the mounted partitions, the second lists the free space on the mounted partitions, the third shows the RAM and swap space, the forth and fifth list the 20 largest directories of the rootfs and optfs.
Warning: There is a 'pipe' symbol in the last two commands, it can be accessed via the blue function key and the <Sym>-key.
 

The Following 5 Users Say Thank You to michaaa62 For This Useful Post: