pbatard / EfiFs

EFI FileSystem drivers
https://efi.akeo.ie
GNU General Public License v3.0
521 stars 79 forks source link

Curious file read problem #9

Closed 593749519 closed 6 years ago

593749519 commented 6 years ago

I tried to write a efi application to read large files(more than 10G), when read file from offset 4155201536, the ntfs driver hangs and the exfat driver return device error。This offset does not exceeded 4G, so I tried to read from 4G above or just before EOF, it's OK. Yes, it's really strange.

593749519 commented 6 years ago

Sorry, my fault. the original ntfs driver in UEFI firmware is buggy. The current version I compiled works fine.

pbatard commented 6 years ago

Okay. I will close this issue then.