> From [email protected] Mon Apr 16 09:03:45 2012 > Date: Mon, 16 Apr 2012 17:01:57 +0300 > From: Eugen Konkov <[email protected]> > To: [email protected] > Subject: newfs create to little inodes > > > Does newfs always must create sufficient count of inodes?
This begs the question of 'what is a sufficient count of inodes?" It is well-known that the required 'inode densidy' depends on the usage of the filesystem. Newfs uses defaults that are 'reasonable' for 'typical' use, and are rarely insuficient. *IF*, however, you know you will be creating lots of 'tiny' files on a particular filesystem, it is a GOOD IDEAT(tm) to use non-default settings. > or I must > supply some addition options when creating FS? "Read the fine manpage" applies. along with 'know your useage'. > #df -ih > Filesystem size used avail capacity iused ifree %iused mounted on > /dev/ad0s1a 4.9G 2.1G 2.4G 47% 331k 0 100% /mnt/disk1 > Yup. RTFM is -definitely- indicated. > > > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[email protected]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
