----- Original Message ----- From: "Gregory Stark" <[EMAIL PROTECTED]>
To: "Zdenek Kotala" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <pgsql-bugs@postgresql.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).

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to