the detected geometry was not big enough to hold the imagefile. I guess
I'll have to have a chat with the guy who made the imagefile to see if
the image could be shrinked.
Thanks for the advice.
Btw, what limitations are there on the block size, and what drawbacks
should I expect with a too large block size?
$ disklabel -p b sd1
disklabel: warning, DOS partition table with no valid OpenBSD partition
# /dev/rsd1c:
type: SCSI
disk: SCSI disk
label: CF Card
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 124
total bytes: 1024966656B
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # microseconds
track-to-track seek: 0 # microseconds
drivedata: 0
16 partitions:
# size offset fstype [fsize bsize cpg]
c: 1024966656B 0B unused 0 0
$ ls -l
total 8064096
-rw-r--r-- 1 markus markus 1039417344 Nov 21 18:37 1GBdisk.bin
Ted Unangst wrote:
check disklabel to make sure the detected geometry is big enough to
hold the imagefile. also, using rsd1 is the better device, and you
should specify a block size bigger than the default 512 to make it
faster.