Re: [edk2] Bug in FS FAT driver

2013-09-09 Thread David F.
well, since it's in the firmware and not seeing much there - I guess I'll just report it. Details of this one using ver command in shell shows: UEFI v2.31 (American Megatrends, 0x0004028D) On Mon, Sep 9, 2013 at 11:32 AM, Andrew Fish wrote: > > On Sep 9, 2013, at 11:18 AM, David F. wrote:

Re: [edk2] Bug in FS FAT driver

2013-09-09 Thread Andrew Fish
On Sep 9, 2013, at 11:18 AM, David F. wrote: > Hi, > > There is a bug in the FAT/32 file system driver (where is source?) http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Edk2-fat-driver Thanks, Andrew Fish > that creates incorrect ".." parent reference - they always seem to

Re: [edk2] Bug in FS FAT driver

2013-09-09 Thread David F.
I also consider it a bug that deleting a directory that isn't empty deletes it without deleting all the contents within it (or just erroring out because not empty). But that can be worked around whereas it creating the wrong .. entry isn't On Mon, Sep 9, 2013 at 11:45 AM, David F. wrote: > wel

[edk2] Bug in FS FAT driver

2013-09-09 Thread David F.
Hi, There is a bug in the FAT/32 file system driver (where is source?) that creates incorrect ".." parent reference - they always seem to be pointing back to the root. Example from shell (or any app), say your on fs0: mkdir \testdir mkdir \testdir\anotherdir the .. entry for anotherdir should p