Date: Sun, 3 Sep 1995 16:13:02 +0800 (CST) From: Chien-Ta Lee <jdli@linux.csie.nctu.edu.tw> To: freebsd-current@FreeBSD.ORG Subject: Making a release problem : bootfd Message-ID: <199509030813.QAA21795@linux.csie.nctu.edu.tw>
next in thread | raw e-mail | index | archive | help
Hi :
I tried to make a release myself, I had finished release.0 to release.7,
when making release.8 (bootfd), it died due to disklabel failure.
How to solve it ? (I am using 2.2-CURRENT, kernel supports MFS)
Thanks.
cd /usr/src/release && make doFS FSSIZE=1075 FSPROTO=/R/stage/mfsfd FSLABEL=mfs1075 FSINODE=80000
rm -f fs-image
if [ ! -b /dev/vn0 -o ! -c /dev/rvn0 ] ; then cd /dev && sh MAKEDEV vn0 ; fi
dd of=fs-image if=/dev/zero count=1075 bs=1k 2>/dev/null
vnconfig -c /dev/rvn0 fs-image
disklabel -w -r -B -b /R/stage/trees/bin/usr/mdec/fdboot -s /R/stage/trees/bin/usr/mdec/bootfd /dev/rvn0 mfs1075
ioctl DIOCWLABEL: Inappropriate ioctl for device
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
newfs -u 0 -t 0 -i 80000 -m 0 -T mfs1075 /dev/rvn0
Warning: changing optimization to space because minfree is less than 8%
Warning: Block size restricts cylinders per group to 12.
/dev/rvn0: 2150 sectors in 1 cylinders of 1 tracks, 2150 sectors
1.0MB in 1 cyl groups (12 c/g, 12.60MB/g, 160 i/g)
super-block backups (for fsck -b #) at:
32,
mount /dev/vn0 /mnt
cd /R/stage/mfsfd && find . -print | cpio -dump /mnt
cpio: write error: No space left on device
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
--
李 建 達 (Adonis) 交大資工
Mail: jdli@csie.nctu.edu.tw
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509030813.QAA21795>
