Re: ERROR: d:\mckendric\ ...

From: Michael (anonymous_at_discussions.microsoft.com)
Date: 02/25/04


Date: Wed, 25 Feb 2004 06:41:06 -0800

Hi Dean,

yes there are really Problems with the file system before that
...
FATFS!ReadWriteDisk: retrying...
FLASHDRV.DLL:ReadFromMedia() - request runs off end of media
FLASHDRV.DLL:ReadFromMedia() failed.
FATFS!ReadWriteDisk(READ, sector 308) failed (27)
FATFS!FAT_CreateFileW(\System.hv) returned 0x0 (27)
...

So, I try to resolve this first.

Thank you very much for the prompt reply.

Regards, Michael



Relevant Pages

  • Re: Kaypro Format
    ... Media compatability even between systems using very similar ... >Kaypro disks are indeed numbered from sector 0 to 9. ... I never willingly program floppy systems to produce a sector zero ... development and interchange it was the CP/M exchange media ...
    (comp.os.cpm)
  • Re: about TRIM/DISCARD support and barriers
    ... I just mean writes _to the same sector_. ... My main worry is that this will add considerable overhead to request ... For the rbtree based sorting, we'd have to do a rb_next/rb_prev ... overlap checking if one of the requests is a discard. ...
    (Linux-Kernel)
  • Re: [PATCH] scsi_lib.c: continue after MEDIUM_ERROR
    ... The SCSI EH handling of that was rather poor at the time, ... Now that we know which sector failed, we ought to be able to skip ... request size on a filesystem is around 64-128kb; ... If we fail at the initial sector, we have to go through another 128-256 ...
    (Linux-Kernel)
  • Re: XP boot CD
    ... media sets, for the warranty period, and removes it afterwards. ... The second link in that section, talks about burning your own recovery ... you could use the "dd" disk dump command ... in Linux, to do a sector by sector copy of your old hard drive, ...
    (microsoft.public.windowsxp.general)
  • Re: [PATCH] drivers/scsi/sd.c: fix uninitialized variable in handling medium errors
    ... This then fails on one single bad sector ... that sd.c will simply fail the entire request, ... With the patch, it will fail the first block, and then retry ...
    (Linux-Kernel)