Date: Fri, 22 Apr 2005 17:56:51 +0200 From: "Lis" <lis@1234567890qwertzuiopasdfghjklyxcvbnm.de> To: <freebsd-questions@freebsd.org> Subject: Re: no inodes free error, yet there ARE inodes free! Message-ID: <005601c54753$e61746f0$0200a8c0@xp2400> References: <50943.66.96.29.230.1114182240.squirrel@66.96.29.230> <000501c54750$248fb240$0200a8c0@xp2400> <52958.66.96.29.230.1114184377.squirrel@66.96.29.230>
next in thread | previous in thread | raw e-mail | index | archive | help
u got much small files on your computer. the problem is (i think) that you dont have another inode free to create the next file that uses the blocks beside the used inode with his blocks... but i also dont know if the os is left space on the device. and simple uses the next free inode to create the small file... and the free block is used next time u write a big file whitch is filling your left blocks... (that makes no sense for me) ----- Original Message ----- From: "Dan Fraser" <dfraser@capybara.org> To: "Lis" <lis@1234567890qwertzuiopasdfghjklyxcvbnm.de> 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" <dfraser@capybara.org> >> To: <freebsd-questions@freebsd.org> >> 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 <dfraser@capybara.org> >>> PGP: 0xF3972A01 (17 B7 24 90 27 05 B8 92 4F 7F 61 18 B9 D1 17 CE) >>> "Verbing weirds language." -- Calvin >>> >>> >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to >>> "freebsd-questions-unsubscribe@freebsd.org" >>> >> >> 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 <dfraser@capybara.org> > PGP: 0xF3972A01 (17 B7 24 90 27 05 B8 92 4F 7F 61 18 B9 D1 17 CE) > "Verbing weirds language." -- Calvin > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005601c54753$e61746f0$0200a8c0>