Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Weird df listing
Date: Tue, 02 Sep 2008 17:18:25
Message-Id: 48BD757D.7030906@googlemail.com
In Reply to: Re: [gentoo-user] Weird df listing by Michael Sullivan
1 Michael Sullivan schrieb am 02.09.2008 19:05:
2 > On Tue, 2008-09-02 at 15:39 +0200, Volker Armin Hemmann wrote:
3 >> On Dienstag, 2. September 2008, Michael Sullivan wrote:
4 >>> Can someone please explain to me what's going on with /dev/sda6? I
5 >>> couldn't log into GNOME after my reboot yesterday, and when I asked for
6 >>> a df listing in the console, I got this. Shouldn't there be 4GB
7 >>> available?
8 >>>
9 >>> camille ~ # df -h
10 >>> Filesystem Size Used Avail Use% Mounted on
11 >>> /dev/sda6 78G 74G 0G 100% /
12 >>> udev 10M 184K 9.9M 2% /dev
13 >>> /dev/sda7 52G 40G 12G 78% /mnt/store
14 >>> shm 247M 0 247M 0% /dev/shm
15 >>> catherine:/backup 44G 34G 8.5G 80% /backup/catherine
16 >> you have space left, but the inodes are all used up.
17 >>
18 >> Typical problem for fs like extX.
19 >>
20 >>
21 >
22 > What fs should I use instead? For future reference what's the current
23 > standard?
24 >
25 >
26 >
27
28 First I would verify if the inodes on that particular partition are
29 really all used by "df -i". I don't think this is an inodes problem as
30 the partition is quite big and ext3 tends to create to less inodes only
31 on small partitions. 4Gigabyte of a 78 Gigabyte partition sounds like
32 the default 5 percent reserved by root on an ext3 filesystem.
33
34 Regards,
35
36 Daniel