public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* amd64: Problems with vfat fs?
@ 2004-08-15 18:01 Harald Dunkel
  2004-08-16  5:45 ` OGAWA Hirofumi
  0 siblings, 1 reply; 2+ messages in thread
From: Harald Dunkel @ 2004-08-15 18:01 UTC (permalink / raw)
  To: Linux kernel

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-16  5:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-15 18:01 amd64: Problems with vfat fs? Harald Dunkel
2004-08-16  5:45 ` OGAWA Hirofumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox