Re: EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28

Russell King (rmk@arm.linux.org.uk)
Mon, 20 May 2002 13:13:20 +0100


On Mon, May 20, 2002 at 02:07:34PM +0200, Jens Christian Skibakk wrote:
> When I unpack a tar-archive containing many files (about halv a million)
> this errors occures in the dmesg output:
> EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28

ENOSPC - you're out of inodes

> and the program complins about: No space left on device, but df -h shows
> that there is over 1G free on the hd.

try df -i (for inodes)

> After this error occurs the hd contains errors and need to be checked.

That's a bug in ext3 - it has (apparantly) been fixed in the CVS version.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/