Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 1999 18:01:04 -0500 (EST)
From:      "John W. DeBoskey" <jwd@unx.sas.com>
To:        freebsd-current@FreeBSD.ORG
Cc:        brdean@unx.sas.com (Brian Dean)
Subject:   Re: make release (almost)  No space left on device
Message-ID:  <199901032301.SAA14463@bb01f39.unx.sas.com>
In-Reply-To: <199901032039.PAA68739@vger.foo.com> from Brian Dean at "Jan 3, 99 03:39:45 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

   In trying to figure out what grew too large... I've started getting
confused. I modified doFS.sh to print out what is being copied onto
the floppy... What I find is:

+ mount /dev/vn0c /mnt
+ [ -d /R/stage/boot.std ]
+ set -e
+ cd /R/stage/boot.std
+ find . -print
.
./boot
./boot/boot0
./boot/nb8390.rom
./boot/nb8390.com
./boot/nb3c509.rom
./boot/nb3c509.com
./boot/loader
./boot/fbsdboot.exe
./boot/cdboot
./boot/boot2
./boot/boot1
./boot/rawboot
./boot/boot.conf
./boot/loader.config
./boot.config
./kernel.gz
./boot.help
./kernel.config
+ set -e
+ cd /R/stage/boot.std
+ find+ cpio . -dump -print /mnt


/mnt: write failed, file system is full
cpio: write error: No space left on device
*** Error code 1


   Well, cdboot by itself is a major problem.... It seems to me we're not
putting what we think we are onto the floppy... Either doFS.sh needs to
be smarter, or someone is starting to populate the boot subdir with
things that didn't used to be there...

   Comments? Critiques? Helpful clues?

Thanks!
John

> Folks,
> 
> > sh -e /usr/src/release/scripts/doFS.sh /R/stage /mnt 1440  /R/stage/boot.std 80000 fd1440
> > disklabel: ioctl DIOCWLABEL: Operation not supported by device
> > /dev/rvn0c:     2880 sectors in 80 cylinders of 2 tracks, 18 sectors
> >         1.4MB in 5 cyl groups (16 c/g, 0.28MB/g, 32 i/g)
> > super-block backups (for fsck -b #) at:
> >  32, 632, 1184, 1784, 2336,
> > cpio: write error: No space left on device
> > *** Error code 1
> > 
> > 
> >    Maybe we can move to having a network installation floppy and a
> > disk media installation floppy...  I personally do not want to see
> > a multidisk boot process. I've used it on other systems, and it
> > really hurts.
> 
> I second this suggestion.
> 
> Please avoid having a two (or more - ouch!) floppy install process.  I
> typically install up to 30 machines at a time and a two floppy install
> will make this chore almost unbearable!
> 
> Thanks,
> -Brian
> -- 
> Brian Dean			brdean@mindspring.com
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901032301.SAA14463>