Re: no space left on device

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: Jose <javalis(at)sympatico(dot)ca>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: no space left on device
Date: 2003-01-03 18:21:38
Message-ID: m3el7ujdql.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"scott.marlowe" <scott(dot)marlowe(at)ihs(dot)com> writes:

> 2: You have run out of inodes to store file system information in. Take
> your machine down to run level 1 and run fsck for your file system on it
> in a forced check mode (-f switch for e2fsck) and see how many of the
> inodes are in use. If you're out, you're gonna need to backup your whole
> database somewhere, rerun mke2fs with a switch to up the number of
> descriptors. (-i for bytes per inode or -T news|largfile|largefile4)

You don't have to do this; 'df -i' will give inode usage.

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Barry Lind 2003-01-03 18:30:18 Re: [GENERAL] 7.3 Prepared statements
Previous Message scott.marlowe 2003-01-03 17:57:38 Re: How to backup a postgreSQL of 80 GByte ?