All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Harald Dunkel" <harald.dunkel@t-online.de>
To: Linux kernel <linux-kernel@vger.kernel.org>
Subject: amd64: Problems with vfat fs?
Date: Sun, 15 Aug 2004 20:01:11 +0200	[thread overview]
Message-ID: <411FA4E7.2010405@t-online.de> (raw)

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


             reply	other threads:[~2004-08-15 18:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-15 18:01 Harald Dunkel [this message]
2004-08-16  5:45 ` amd64: Problems with vfat fs? OGAWA Hirofumi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=411FA4E7.2010405@t-online.de \
    --to=harald.dunkel@t-online.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.