amd64: Problems with vfat fs?

From: Harald Dunkel
Date: Sun Aug 15 2004 - 13:03:30 EST


Hi folks,

Is it possible that there is a problem with vfat on amd64?
This is the effect I see:

I want to flash the BIOS of my PC, so I have to write a bootable
DOS image on an USB stick and add the flash program and the new
BIOS file:

cat DOS.img >/dev/sdd
mount -t vfat /dev/sdd /mnt
cp AWDFLASH.EXE FN85S235.BIN /mnt
umount /mnt

The USB stick boots, but if I run AWDFLASH, then nothing
happens. It justs sits there and doesn't do anything.

But if I try this instead

cp DOS.img FLASH.img
mount -t vfat -o loop FLASH.img /mnt
cp AWDFLASH.EXE FN85S235.BIN /mnt
umount /mnt
cat FLASH.img >/dev/sdd

then AWDFLASH works as expected.


Kernel is 2.6.8, but I had problems with 2.6.7, too.


???

Harri

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/