My problem was:
>I keep getting file system full errors with one of my AdVFS domains
>even when df -ik shows that I have over 700 megabytes free, and
>2683079 inodes free. I rebooted the machine thinking perhaps there
>was a glitch in what df was seeing and what was on the disk, but
>the problem persists. dxadvfs shows the same inforamtion as df, as
>expected. Any idea what the problem might be here? Thanks in advance,
>I'll summarize.
It turns out that by default the metatable extent size is not large enough
for a file system with more than 200,000 files on it. I needed to rebuild
the domain using: mkfdmn -x 1024 /dev/rz?? file_domain to incease the
metatable. The 1024 allows me to access more than 200,000 files on a
single domain. This is summed up nicely (?) in the addvol man page.
Thanks for all the help :)
--
Ed Jones EJONES16_at_ford.com
CAD/CAM/PIM ejones16_at_cadcam.pd9.ford.com
313-845-6068 B220 Suite 100 ALPHA
Received on Mon Mar 04 1996 - 20:28:13 NZDT