Re: BUG #4096: PG 8.3.1. confused about remaining disk space

From: "J6M" <j6m(at)adm(dot)estp(dot)fr>
To: "Zdenek Kotala" <Zdenek(dot)Kotala(at)Sun(dot)COM>, "Gregory Stark" <stark(at)enterprisedb(dot)com>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #4096: PG 8.3.1. confused about remaining disk space
Date: 2008-04-07 12:50:18
Message-ID: 001d01c898b0$21f5ebd0$1500020a@eden.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


----- Original Message -----
From: "Gregory Stark" <stark(at)enterprisedb(dot)com>
To: "Zdenek Kotala" <Zdenek(dot)Kotala(at)Sun(dot)COM>
Cc: <j6m(at)adm(dot)estp(dot)fr>; <pgsql-bugs(at)postgresql(dot)org>
Sent: Monday, April 07, 2008 1:14 PM
Subject: Re: [BUGS] BUG #4096: PG 8.3.1. confused about remaining disk space

>
> Also check "df -i"
>

This might be an issue :

Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda3 1311552 302829 1008723 24% /
udev 31875 1318 30557 5% /dev
/dev/sda1 14056 40 14016 1% /boot
/dev/sda4 0 0 0 - /home
/dev/sdb1 0 0 0 - /var/lib/pgsql

However /dev/sda4 and /dev/sdb1 use reiserfs

/dev/sda3 on / type ext3 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda1 on /boot type ext3 (rw,acl,user_xattr)
/dev/sda4 on /home type reiserfs (rw)
/dev/sdb1 on /var/lib/pgsql type reiserfs (rw)
securityfs on /sys/kernel/security type securityfs (rw)

Hence, free inode counts are not relevant (at least AFAIK on reiserfs
internals).

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2008-04-07 14:09:42 Re: BUG #4096: PG 8.3.1. confused about remaining disk space
Previous Message J6M 2008-04-07 12:44:55 Re: BUG #4096: PG 8.3.1. confused about remaining disk space