Date: Sun, 19 May 2002 13:34:50 +0200 From: Axel Scheepers <axel@axel.truedestiny.net> To: "J.D. Bronson" <lists@xpec.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 4.5-REL adding a 2nd drive Message-ID: <20020519133450.G64761@mars.thuis> In-Reply-To: <5.1.1.2.2.20020516091202.00b21fe8@localhost>; from lists@xpec.com on Thu, May 16, 2002 at 09:16:16AM -0500 References: <5.1.1.2.2.20020516091202.00b21fe8@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 16, 2002 at 09:16:16AM -0500, J.D. Bronson wrote: > # newfs /dev/rda1s1d > Warning: Block size and bytes per inode restrict cylinders per group to 89. > Warning: 3144 sector(s) in last cylinder unallocated > /dev/rda1s1d: 2098104 sectors in 513 cylinders of 1 tracks, 4096 sectors > 1024.5MB in 6 cyl groups (89 c/g, 178.00MB/g, 21632 i/g) > super-block backups (for fsck -b #) at: > 32, 364576, 729120, 1093664, 1458208, 1822752 > -------------------------- > > I understand and know how to deal with the 2nd warning, but dont know how > to get past the 1st one! Hi J.D., You should play with your inode settings a bit, I think you specified a bit too less bytes/inode to make full use of the partition. Try newfs -i 1024 and see if it's still there. Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ Finding out what goes on in the C.I.A. is like performing acupuncture on a rock. -- New York Times, Jan. 20, 1981 ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020519133450.G64761>