* 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
* Re: amd64: Problems with vfat fs?
2004-08-15 18:01 amd64: Problems with vfat fs? Harald Dunkel
@ 2004-08-16 5:45 ` OGAWA Hirofumi
0 siblings, 0 replies; 2+ messages in thread
From: OGAWA Hirofumi @ 2004-08-16 5:45 UTC (permalink / raw)
To: Harald Dunkel; +Cc: Linux kernel
"Harald Dunkel" <harald.dunkel@t-online.de> writes:
> 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.
Could you check difference of those disks? Or could you send both
images to me?
And please send dmesg and .config.
Thanks.
--
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
^ 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