Subject: Re: Problems with floppies
To: Juan RP <juan@xtraeme.dyndns.org>
From: Luke Mewburn <lukem@wasabisystems.com>
List: netbsd-help
Date: 10/10/2002 18:09:56
On Wed, Oct 09, 2002 at 07:27:37PM +0000, Juan RP wrote:
| --- ramdisk-rescuetiny.fs ---
| Creating image into ramdisk-rescuetiny.fs...
| rm -f ramdisk-rescuetiny.fs ramdisk-rescuetiny.fs.tmp
| /usr/obj.tools/bin/nbmakefs -t ffs -B le -s 1440k -F work.spec -N
| /usr/src/etc -o bsize=4096,fsize=512 -o
| optimization=space,minfree=0,nsectors=1,ntracks=128 -f 20
| ramdisk-rescuetiny.fs.tmp work && mv -f ramdisk-rescuetiny.fs.tmp
| ramdisk-rescuetiny.fs
| nbmakefs: `work' size of 1478656 is larger than the maxsize of 1474560.
| *** [ramdisk-rescuetiny.fs] Error code 1
| 1 error
|
| nbmake: stopped in /usr/src/distrib/i386/floppies/ramdisk-rescuetiny
| *** [all-ramdisk-rescuetiny] Error code 2
| --- all-ramdisk-tiny ---
| nbmakefs: `work' size of 1495040 is larger than the maxsize of 1474560.
| *** [ramdisk-tiny.fs] Error code 1
| 1 error
|
| nbmake: stopped in /usr/src/distrib/i386/floppies/ramdisk-tiny
| *** [all-ramdisk-tiny] Error code 2
| 2 errors
|
| nbmake: stopped in /usr/src/distrib/i386/floppies
| *** [all-floppies] Error code 2
| 1 error
|
| whats the solution ?
| thx
Remove COPTS+= or CFLAGS+= settings in /etc/mk.conf...
Luke.