----- Original Message ----- From: "Dan Fraser" <[EMAIL PROTECTED]>
To: "Lis" <[EMAIL PROTECTED]>
Sent: Friday, April 22, 2005 5:39 PM
Subject: Re: no inodes free error, yet there ARE inodes free!
My problem isn't the inode density of the filesystem, as far as I can tell. Since I'm only at 3% inode usage, I don't see how increasing the number of inodes will help.
----- Original Message ----- From: "Dan Fraser" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, April 22, 2005 5:04 PM Subject: no inodes free error, yet there ARE inodes free!
Something weird is afoot... I can't create files on my / anymore, I'm getting "out of inodes" errors, but everything I know to check seems to be fine.
What's going on?
osn-db# touch /cow
/: create/symlink failed, no inodes free touch: /cow: No space left on device
osn-db# df -i Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/amrd0s1a 253678 35440 197944 15% 985 32037 3% / devfs 1 1 0 100% 0 0 100% /dev /dev/amrd0s1e 253678 6 233378 0% 22 33000 0% /tmp /dev/amrd0s1f 66529256 1572500 59634416 3% 168332 8451698 2% /usr /dev/amrd0s1d 253678 38520 194864 17% 313 32709 1% /var
osn-db# sysctl -a kern.maxfiles: 12328 kern.maxfilesperproc: 11095 kern.openfiles: 107
-- Dan J. Fraser <[EMAIL PROTECTED]> PGP: 0xF3972A01 (17 B7 24 90 27 05 B8 92 4F 7F 61 18 B9 D1 17 CE) "Verbing weirds language." -- Calvin
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
hi. you need to recreate your partition. make a backup. use dump and restore. make a newfs with the option -i xxx (smaller number create more inodes) use man :)
-- Dan J. Fraser <[EMAIL PROTECTED]> PGP: 0xF3972A01 (17 B7 24 90 27 05 B8 92 4F 7F 61 18 B9 D1 17 CE) "Verbing weirds language." -- Calvin
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
