If Windows can mount the thing and see it (IE. By looking in disk mgr for
w2k or XP, then the card is most likely good- The only one not working for
me now is one that is totally lifeless and doesn't even light up my cf
adapter's indicator light when inserted. I un-gunzipped the image on a linux
box then used dd.exe as below for the rest and they were OK.
Linux #- gunzip -d ./net45xx-1.0.img.gz
Then use dd --list on windows to find your correct CF drive:
C:\>dd --list
rawwrite dd for windows version 0.2. Written by John Newbigin
<jn at it dot swin dot edu.a
u>
This program is covered by the GPL. See copying.txt for details
\\.\Volume{9d4ee634-cd95-11d5-a97e-806d6172696f}\
Mounted on c:\
\\.\Volume{88f63b7a-d0c3-11d5-a985-00e0183eb47d}\
Mounted on d:\
\\.\Volume{9d4ee635-cd95-11d5-a97e-806d6172696f}\
Mounted on e:\
\\.\Volume{9d4ee636-cd95-11d5-a97e-806d6172696f}\
Mounted on f:\
\\.\Volume{9d4ee637-cd95-11d5-a97e-806d6172696f}\
Mounted on a:\
\\?\Device\Harddisk0\Partition0
Fixed hard disk media. Block size = 512
\\?\Device\Harddisk0\Partition1
Fixed hard disk media. Block size = 512
\\?\Device\Harddisk0\Partition2
\\?\Device\Harddisk0\Partition3
Fixed hard disk media. Block size = 512
\\?\Device\Harddisk1\Partition0
Fixed hard disk media. Block size = 512
\\?\Device\Harddisk1\Partition1
\\?\Device\Harddisk1\Partition2
Fixed hard disk media. Block size = 512
\\?\Device\Harddisk1\Partition3
Fixed hard disk media. Block size = 512
\\?\Device\Floppy0
\\?\Device\CdRom0
\\?\Device\CdRom1
Use dd and point of to the correct pointer (omitting the trailing /)
Windows#- dd if=c:\net45xx-1.0.img
of=\\.\Volume{9d4ee636-cd95-11d5-a97e-806d6172696f} bs=16k
Worked for me. Good luck
Jason P Jones
MCSE+I,MCT,CCNA,LCP,CCA,CNA,CIWA,INET+,Network+,A+
Integracon Technologies
865.382.7400
-----Original Message-----
From: EXT dash Mike dot Bradshaw at nokia dot com [mailto:EXT dash Mike dot Bradshaw at nokia dot com]
Sent: Thursday, March 04, 2004 2:07 AM
To: m0n0wall at lists dot m0n0 dot ch
Subject: RE: [m0n0wall] All CF cards created equally?
The continuing saga of attempting to get this Verbatim 32M CF card to work.
Due to having NO current working Un*x boxes, everything has been done on MS
Windows.
what i tried last night:
D:\utils>dd if=d:\utils\net45xx-1.0.img of=\\.\PhysicalDrive2 bs=16k
rawwrite dd for windows version 0.2. Written by John Newbigin
<jn at it dot swin dot edu dot au> This program is covered by the GPL. See copying.txt for
details Error writing file: 87 The parameter is incorrect
257+1 records in
257+0 records out
noted error then re-read Jason's email and noted line about "gunzip"
so downloaded gzip from http://www.gzip.org/
rename the exectable from gzip to gunzip
changed name to net45xx-1.0.img.z
ran gunzip net45xx-1.0.img.z
then
D:\utils>dd if=d:\utils\net45xx-1.0.img of=\\.\PhysicalDrive2 bs=16k
rawwrite dd for windows version 0.2. Written by John Newbigin
<jn at it dot swin dot edu dot au> This program is covered by the GPL. See copying.txt for
details
320+0 records in
320+0 records out
Whoo-hoo, i thought this looks good. But nope still does not boot :( A while
back i installed FreeBSD 4.8 in VMware and tried writing the image in that
(that also did not work, then i somehow screwed the VM disk image, don't ask
:)
so it looks like i will have to go and buy a new card :(, unless someone can
suggest a better method.
---------------------------------------------------------------------
To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch
For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch |