Michael Sullivan schrieb am 02.09.2008 19:05:
On Tue, 2008-09-02 at 15:39 +0200, Volker Armin Hemmann wrote:
On Dienstag, 2. September 2008, Michael Sullivan wrote:
Can someone please explain to me what's going on with /dev/sda6? I
couldn't log into GNOME after my reboot yesterday, and when I asked for
a df listing in the console, I got this. Shouldn't there be 4GB
available?
camille ~ # df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 78G 74G 0G 100% /
udev 10M 184K 9.9M 2% /dev
/dev/sda7 52G 40G 12G 78% /mnt/store
shm 247M 0 247M 0% /dev/shm
catherine:/backup 44G 34G 8.5G 80% /backup/catherine
you have space left, but the inodes are all used up.
Typical problem for fs like extX.
What fs should I use instead? For future reference what's the current
standard?
First I would verify if the inodes on that particular partition are
really all used by "df -i". I don't think this is an inodes problem as
the partition is quite big and ext3 tends to create to less inodes only
on small partitions. 4Gigabyte of a 78 Gigabyte partition sounds like
the default 5 percent reserved by root on an ext3 filesystem.
Regards,
Daniel