On Tue, Jul 04, 2006 at 03:44:59PM +0400, Nickolay wrote:
> Hello.
>
> Kernel: 2.4.29 and 2.4.32.
>
> root@192_168_15_15:/usr/test$ mkdir test
> mkdir: cannot create directory `test': No space left on device
>
> root@192_168_15_15:/usr/test$ df
> Filesystem 1k-blocks Used Available Use% Mounted on
> /dev/ram0 30720 26304 4416 86% /
> /dev/cciss/c0d0p2 1953600 1882788 70812 97% /usr/test
>
> root@192_168_15_15:/usr/test$ df -i
> Filesystem Inodes IUsed IFree IUse% Mounted on
> /dev/ram0 19408 1400 18008 8% /
> /dev/cciss/c0d0p2 1095232 815104 280128 75% /usr/test
>
> I can delete one small file, and create big file instead.
> I think, the problem not with the free space, but with the inode allocation.
>
what does 'xfs_info /usr/test' tell ?
you're probably reaching imaxpct.
cheers.
- Christian
|