Können Sie die Partition, die / var enthält, in yast "strecken"? Wenn nicht, erstellen Sie irgendwo eine neue Partition und erstellen Sie dort eine neue / var.
Opensuse kann aus Platzmangel in / var nicht von 11.4 auf 12.1 aktualisiert werden
Ich versuche, opensuse von 11.4 auf 12.1 zu aktualisieren. Die erforderliche Downloadgröße beträgt mehr als 1,0 GB, aber mein Dateisystem / var ist genau 1,0 GB. Deshalb stoppt Zypper beim Herunterladen von .rpm-Paketen, da in / var kein Speicherplatz vorhanden ist.
Was sind wahrscheinliche Entscheidungen für dieses Problem?
Vielen Dank!
2 Antworten auf die Frage
The easiest way would be to make a new /var that is bigger than your current one.
This should be done offline, so use a live CD so that you can modify the OS. The following assumes
- / (root) is /dev/sda1
- /var is /dev/sda2
- You will create a new /var in /dev/sda3
Boot the livecd, and make some mountpoints:
mkdir /mnt/root mkdir /mnt/var mkdir /mnt/newvar
Now use parted or fdisk to create a new partition for var - /dev/sda3
Then make a filesystem in /dev/sda3 for the new var:
mkfs.ext4 /dev/sda3
Mount everything:
mount /dev/sda1 /mnt/root mount /dev/sda2 /mnt/var mount /dev/sda3 /mnt/newvar
Now copy everything from the old var to the new var:
rsync -ax --progress /mnt/var/ /mnt/newvar/
Now edit the /mnt/root/etc/fstab file to reflect the new var location:
/dev/sdb3 /var ext4 defaults 0 0
Then reboot.
Note that you will need to modify the devs to match your setup, and make sure the fstab line contains the appropriate filesystem (you do not have to use ext4, just a suggestion)
Verwandte Probleme
-
9
Was ist der Unterschied zwischen den Befehlen "su -s" und "sudo -s"?
-
4
Gutes freies Ubuntu Server-VMWare-Image benötigt
-
4
Was sind die Unterschiede zwischen den großen Linux-Distributionen? Werde ich es merken
-
2
Begrenzung der CPU-Auslastung für Flash in Firefox?
-
2
Wie kann ich mein Mikrofon unter Debian GNOME zum Laufen bringen?
-
2
Conky-Setups - Beispiele / Ideen?
-
3
Was sind die Unterschiede zwischen Linux Window Managern?
-
2
ThunderBird / Lichtsynchronisation mit SE k770i
-
4
Linux-Dateisystem
-
6
Vollbild-Flash langsam in KDE 4