NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Filesystem full? I've got 4.2TB free!
On Fri, 24 Apr 2009, Simon Burge wrote:
Stephen Borrill wrote:
Sorry, that's not true, I miscounted lines. The problem is actually that=20
the ffs_hashalloc() call in ffs_alloc() is returning 0.
I recall finding a 32-bit overflow problem in the block allocation code last
year some time... I wonder if you're not hitting some similar problem.
Can you post "dumpfs -s .." output,
file system: /dev/rld1d
endian little-endian
location 65536 (-b 128)
magic 19540119 (UFS2) time Fri Apr 24 03:15:21 2009
superblock location 65536 id [ 49ef6b37 345ec4d0 ]
cylgrp dynamic inodes FFSv2 sblock FFSv2 fslevel 5
nbfree 293921265 ndir 5701 nifree 592222642 nffree 3537
ncg 25778 size 2441459200 blocks 2367012094
bsize 16384 shift 14 mask 0xffffc000
fsize 2048 shift 11 mask 0xfffff800
frag 8 shift 3 fsbtodb 2
bpg 11839 fpg 94712 ipg 22976
minfree 5% optim time maxcontig 4 maxbpg 2048
symlinklen 120 contigsumsize 4
maxfilesize 0x000080100202ffff
nindir 2048 inopb 64
avgfilesize 16384 avgfpdir 64
sblkno 40 cblkno 48 iblkno 56 dblkno 2928
sbsize 2048 cgsize 16384
csaddr 2928 cssize 413696
cgrotor 0 fmod 0 ronly 0 clean 0x02
wapbl version 0x1 location 2 flags 0x0
wapbl loc0 4882983680 loc1 131072 loc2 512 loc3 3
flags wapbl
fsmnt /backup
volname swuid 0
and also the command you used to
newfs the filesystem (if you still have that handy)?
newfs -O 2 /dev/rdk0 (when using wedges)
newfs -O 2 -F -s 9765836800 /dev/rld1d (when using raw partition)
On this occasion, I didn't play with block sizes, etc.
--
Stephen
Home |
Main Index |
Thread Index |
Old Index