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

Re: Probleme mit Diskspace(df)



Hallo Wolfgang,

Am 2009-08-10 14:45:51, schrieb Wolfgang Hotwagner:
> root@debian:/mnt/test# df -i
> Dateisystem           INodes  IBenut.  IFrei IBen% Eingehängt auf
> /dev/hda1            1221600 1221600       0  100% /

WOW!  --  Wie bringst Du es fertig, auf ner / Partition 1,22 mio Dateien
draufzukriegen?

    apt-get install *

Also ich habe auf ner Testinstallation KDE, GNOME und weis der geier was
alles installiert was dann gut 13 GByte macht, aber ich habe nur 960.000
inodes dafür benötigt.

Hmmm, du hast /tmp und /var seperate, dann durde ich mal mit

LIST=$(ls -d /* |egrep -v "^/(tmp|var|home|lost+found|proc|sys|dev)" )

for DIR in ${LIST} ; do
    FILES=$(find ${DIR} -type f |wc -l)
    printf "%7i     %s\n" ${FILES} ${DIR}
done

mal nachgucken, in welchem Verzeichns diese ganzen Dateien sind.

Thanks, Greetings and nice Day/Evening
    Michelle Konzack
    Systemadministrator
    Tamay Dogan Network
    Debian GNU/Linux Consultant

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
<http://www.tamay-dogan.net/>                 Michelle Konzack
<http://www.can4linux.org/>                   Apt. 917
<http://www.flexray4linux.org/>               50, rue de Soultz
Jabber linux4michelle@jabber.ccc.de           67100 Strabourg/France
IRC    #Debian (irc.icq.com)                  Tel. DE: +49 177 9351947
ICQ    #328449886                             Tel. FR: +33  6  61925193

Attachment: signature.pgp
Description: Digital signature


Reply to: