After using Linux command as follows:
gunzip -c generic-pc-1.3b4.img | dd of=/dev/sdb bs=16k
I can not mount the CF card :
mount -t ufs -o ufstype=ufs2 -r /dev/sdb4 /mnt/scsidisk/
mount: wrong fs type, bad option, bad superblock on /dev/sdb4, or too many mounted file systems
/sbin/fdisk /dev/sdb This disk has both DOS and BSD magic. Give the 'b' command to go to BSD mode.
Command (m for help): b Partition /dev/sdb4 has invalid starting sector 0.
Partition /dev/sdb4 has invalid starting sector 0 m0n0wall
What is wrong with image: generic-pc-1.3b4.img ?
I am using a SanDisk Compact Flash card (2 GB).
I appreciate any help on this matter.
cheers,
|