Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 1998 10:57:08 -0400 (EDT)
From:      "John W. DeBoskey" <jwd@unx.sas.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   Cannot creeat boot.std floppy
Message-ID:  <199809281457.KAA01886@bb01f39.unx.sas.com>

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

   First off, this is an AOUT 'make release' running...

   I am unable to create the boot floppy due to a lack of
space. The last I saw come across concerning this was the 
removal of tape install support by jkh.

   I modified doFS.sh to get some blocksize info before
the failure which follows below. If we are not going to
currently support tape devices, should we not also remove
it from the BOOTMFS config file? ie:

device          sa0
tape            ft0     at fdc0 drive 2

   and do we really need the following in a boot kernel?

device          lpt1    at isa? port? tty
device          mse0    at isa? port 0x23c tty irq 5 vector mseintr
device          psm0   at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr

   and do we need vx0 with Bill Paul's (I think thats the name) work?

device vx0           <--- shouldn't xl cover this now?


and the output from doFS.sh is below:

Thanks!
John



+ disklabel -Brw -b /R/stage/trees/bin/usr/mdec/fdboot -s /R/stage/trees/bin/usr/mdec/bootfd /dev/rvn0 minimum
disklabel: ioctl DIOCWLABEL: Operation not supported by device
+ newfs -u 0 -t 0 -i 1000000 -m 0 -T minimum -o space /dev/rvn0c
Warning: Block size restricts cylinders per group to 9.
/dev/rvn0c:     2880 sectors in 1 cylinders of 1 tracks, 2880 sectors
        1.4MB in 1 cyl groups (9 c/g, 12.66MB/g, 32 i/g)
super-block backups (for fsck -b #) at:
 32,
+ mount /dev/vn0c /mnt
+ set -x
+ cd /R/stage/boot.std
+ du -sc
2854    .
2854    total
+ set -x
+ cd /R/stage/boot.std
+ du -sc boot.config boot.help kernel kernel.config
0       boot.config
4       boot.help
2848    kernel
0       kernel.config
2852    total
+ set -e
+ cd /R/stage/boot.std
+ find . -print
+ xargs ls -sald
   2 drwxr-xr-x  2 root  wheel      512 Sep 28 12:40 .
   0 -rw-r--r--  1 root  wheel        0 Sep 28 12:40 ./boot.config
   4 -rw-r--r--  1 root  wheel     1033 Sep 28 12:40 ./boot.help
2848 -rwxr-xr-x  1 root  wheel  1447026 Sep 28 12:40 ./kernel
   0 -rw-r--r--  1 root  wheel        0 Sep 28 12:40 ./kernel.config
+ set -e
+ cd /R/stage/boot.std
+ find . -print
+ cpio -dump /mnt
cpio: write error: No space left on device
*** Error code 1

Stop.
*** Error code 1


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?199809281457.KAA01886>