[5290] in testers
Re: disk complaint on update to Athena 9.2
daemon@ATHENA.MIT.EDU (Robert A Basch)
Thu Apr 17 19:20:53 2003
Message-Id: <200304172320.TAA13783@abulia.mit.edu>
To: Greg Hudson <ghudson@MIT.EDU>
cc: Alex T Prengel <alexp@MIT.EDU>, testers@MIT.EDU, miki@MIT.EDU
In-Reply-To: Your message of "17 Apr 2003 17:58:47 EDT."
<1050616726.15405.221.camel@error-messages.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Thu, 17 Apr 2003 19:20:51 -0400
From: Robert A Basch <rbasch@MIT.EDU>
> > dumpadm: no swap devices are available
> > /dev/dsk/c0t0d0s1 was dump device --
> > invoking dumpadm(1M) -d swap to select new dump device
I think this is OK. Since the swap partition is also the dump device,
swap invokes dumpadm to try to configure another dump device when it
deletes the swap device. dumpadm complains because there are no other
swap devices to be used as the dump device.
> > mkfs -F ufs /dev/rdsk/c0t0d0s1 1049328 63 16 8192 1024 16 10 90 2048 t 0 -1 8 16Warning: inode blocks/cyl group (67) >= data blocks (63) in last
> > cylinder group. This implies 1008 sector(s) cannot be allocated.
> > /dev/rdsk/c0t0d0s1: 1048320 sectors in 1040 cylinders of 16 tracks, 63 sectors
> > 511.9MB in 65 cyl groups (16 c/g, 7.88MB/g, 3776 i/g)
The message seems unclear, but I think it just means that we're wasting
a cylinder, because it's using 16 cylinders/group, and the filesystem
size is 1041 cylinders (1049328 / (16 * 63)), i.e. one more than a
multiple of 16.
Bob