Re: no space left on device
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: ama-list@mltp.com
Cc: "Joshua D. Drake" <jd@commandprompt.com>, PostgreSQL General List <pgsql-general@postgresql.org>
Date: 2004-01-09T23:35:29Z
Lists: pgsql-general
"Aurangzeb M. Agha" <ama-list@mltp.com> writes: > Re inodes, how can I check this? "df -i" should help. > But why would this be? Is Postgres > sucking up inodes just sitting there as a read-only DB? I think you have missed the point here. Postgres is using 0.1 percent of your disk; whatever is eating disk space or inodes is somewhere in the 92.9% of the disk that you have not told us about. You are focusing on killing the messenger instead of finding the true source of the problem. You should also check into the per-user-quota possibility. regards, tom lane