Page 1 of 1
Festplatte voll?
Posted: 2006-08-31 22:47
by fun4teen
Hi all,
wenn ich das eingebe:
mount ; echo ; df -hT
dann erscheint das
Filesystem Type Size Used Avail Use% Mounted on
LABEL=/ ext3 510M 510M 0 100% /
tmpfs tmpfs 20M 0 20M 0% /dev/shm
/dev/sda5 xfs 4.9G 975M 4.0G 20% /usr
/dev/sda6 xfs 4.9G 1.5G 3.5G 30% /var
/dev/sda7 xfs 63G 19G 45G 29% /home
tmpfs tmpfs 505M 4.0K 505M 1% /tmp
ext3 ist zu 100% belegt.. aber was kann ich da löschen- entfernen damit das Problem gelößt wird?
Danke
Re: Festplatte voll?
Posted: 2006-08-31 23:43
by mattiass
fun4teen wrote:
ext3 ist zu 100% belegt.. aber was kann ich da löschen- entfernen damit das Problem gelößt wird?
Re: Festplatte voll?
Posted: 2006-09-01 00:06
by rootsvr
Root (/ ) vollgelaufen ist nicht toll.. schau halt was Du unter / alles gespeichert hast (Logfiles? große Dateien?)
Re: Festplatte voll?
Posted: 2006-09-01 07:59
by flo
meine Vermutungen wären Logs, Sourcen oder ähnliches, aber das ist ja alles schon extra. :-(
Da hilft wirklich nur schauen.
flo.
Re: Festplatte voll?
Posted: 2006-09-01 12:51
by tk
Hi,
schau mal was du alles unter /root (Homelaufwerk des Users root) gespeichert hast. Das ist meistens der Fehler.
Als zweites würde ich schauen, ob Software nach /opt installiert worden ist. Du hast nur ein sehr kleines root-Filesystem.
Evtl. einen eigenen mountpoint für /opt anlegen bzw. /opt nach /home verlinken.
Gruß
TK
P.S. Wer hat dir den diesen Filesystemaufbau empfolen?
Re: Festplatte voll?
Posted: 2006-09-01 13:00
by mattiass
tk wrote:
Evtl. einen eigenen mountpoint für /opt anlegen bzw. /opt nach /home verlinken.
Oder
Code: Select all
rsync -avHP /opt/ /usr/opt/
rm -rf /opt/*
mount -o bind /usr/opt/ /opt/
# /etc/fstab anpassen!
P.S. Wer hat dir den diesen Filesystemaufbau empfolen?
AFAIK ist das bei United Internet default.
Re: Festplatte voll?
Posted: 2006-09-03 17:54
by thorsten
Re: Festplatte voll?
Posted: 2006-09-03 18:27
by flo
ROFL ...
Re: Festplatte voll?
Posted: 2006-09-04 15:51
by Joe User
YMMD
Re: Festplatte voll?
Posted: 2006-09-06 23:40
by fun4teen
P.S. Wer hat dir den diesen Filesystemaufbau empfolen?
--> 1&1!