Re: Copying a file on msdos FS (fat32) changes content

2017-06-14 Thread Stefan Fritsch
On Tue, 13 Jun 2017, Martijn Rijkeboer wrote: > Yes, this patch fixes the problem. Thanks for the report and the testing. I have committed the revert yesterday.

Re: Copying a file on msdos FS (fat32) changes content

2017-06-13 Thread Martijn Rijkeboer
On 06/12/17 21:41, Stefan Fritsch wrote: > On Mon, 12 Jun 2017, Martijn Rijkeboer wrote: >> After upgrading to the latest snapshot there seems to be something wrong >> with the msdos filesystem driver. When I copy a binary file on a msdos >> (fat32) >> mounted partition the content changes e.g.: >

Re: Copying a file on msdos FS (fat32) changes content

2017-06-12 Thread Jacqueline Jolicoeur
> Please try if the attached patch fixes the problem. It reverts a likely > culprit. I sent my last email before I saw your patch. The patch resolves the issue for me. Thanks.

Re: Copying a file on msdos FS (fat32) changes content

2017-06-12 Thread Jacqueline Jolicoeur
> After upgrading to the latest snapshot there seems to be something wrong > with the msdos filesystem driver. When I copy a binary file on a msdos > (fat32) mounted partition the content changes e.g.: I seem to get similar results. It is consistent at char 4097 with every test. # mount /dev/sd2i

Re: Copying a file on msdos FS (fat32) changes content

2017-06-12 Thread Stefan Fritsch
On Mon, 12 Jun 2017, Martijn Rijkeboer wrote: > After upgrading to the latest snapshot there seems to be something wrong > with the msdos filesystem driver. When I copy a binary file on a msdos (fat32) > mounted partition the content changes e.g.: > > # cp refind_x64.efi bootx64.efi > # ls -l

Copying a file on msdos FS (fat32) changes content

2017-06-12 Thread Martijn Rijkeboer
Hi, After upgrading to the latest snapshot there seems to be something wrong with the msdos filesystem driver. When I copy a binary file on a msdos (fat32) mounted partition the content changes e.g.: # cp refind_x64.efi bootx64.efi # ls -l refind_x64.efi bootx64.efi -rw-r--r-- 1 root w