Hallo Erik,
Erik Schanze schrieb:
Was sagt fdisk -l /dev/hda ?
Das Problem dürfte im Moment das Verzeichnis /var/cache/apt/archives sein, das bei deinem Update zu groß wird.
$ cat /root/fdisk-l.out
Platte /dev/hda: 20.0 GByte, 20020396032 Byte 255 Köpfe, 63 Sektoren/Spuren, 2434 Zylinder Einheiten = Zylinder von 16065 * 512 = 8225280 Bytes
Gerät boot. Anfang Ende Blöcke Id Dateisystemtyp /dev/hda1 * 1 1663 13358016 c Win95 FAT32 (LBA) /dev/hda2 2041 2403 2915797+ 83 Linux /dev/hda3 2404 2434 249007+ 82 Linux Swap /dev/hda4 1664 2040 3028221 5 Erweiterte /dev/hda5 1664 2040 3028189+ 83 Linux
Partitionstabelleneinträge sind nicht in Platten-Reihenfolge
Als root: Lege ein Verzeichnis /home/aptcache an. Kopiere alles in /var/cache/apt/archives/* nach dort (rekursiv) rufe "apt-get clean" auf / dürfte wieder etwas aufatmen
$ df Filesystem 1K-Blöcke Benutzt Verfügbar Ben% Eingehängt auf /dev/hda2 2869932 2499752 224392 92% / /dev/root.old 2182 338 1844 16% /initrd /dev/hda5 2980620 2080228 748984 74% /home /dev/hda1 13348448 8253856 5094592 62% /mnt/hda1
OK.
rufe "apt-get -o dir::cache=/home/aptcache install" auf melde dich wieder beim nächsten Problem ;-)
$ cat /root/apt-get.out Reading Package Lists... E: Dynamic MMap ran out of room E: Error occured while processing kcharselect (NewVersion1) E: Problem with MergeList /var/lib/dpkg/status E: The package lists or status file could not be parsed or opened.
:-(
Danke für die Ausdauer!