|
||||||||||
> So far it looks fine: > # gunzip -c net45xx-1.1.img |dd of=/dev/hda > gunzip: invalid compressed data--format violated > 4672+0 records in > 4672+0 records out as far as I know you have to do something like : gunzip -c net45xx-xxx.img | dd of=/dev/hdX bs=16k where X = the IDE device name of your CF card (check with hdparm -i /dev/hdX) > > What are we doing wrong? > > Thanks a lot > Enrique > -- > CaribeNet S.A. - Cartagena - Colombia > www.caribenet.com > > --------------------------------------------------------------------- > 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 Goodluck BlueSky :-) |