Searched hist:"49 abbd9cc309235895c9ff7ccb6ad75c40fca4a9" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/fs/fat/ |
| H A D | fat_write.c | 49abbd9cc309235895c9ff7ccb6ad75c40fca4a9 Thu Dec 15 20:52:53 UTC 2016 Philipp Skadorov <philipp.skadorov@savoirfairelinux.com> fat: fatwrite: fix the command for FAT12
The u-boot command fatwrite empties FAT clusters from the beginning till the end of the file. Specifically for FAT12 it fails to detect the end of the file and goes beyond the file bounds thus corrupting the file system.
Additionally, FAT entry chaining-up into a file is not implemented for FAT12.
The users normally workaround this by re-formatting the partition as FAT16/FAT32, like here: https://github.com/FEDEVEL/openrex-uboot-v2015.10/issues/1
The patch fixes the bounds of a file and FAT12 entries chaining into a file, including EOF markup.
Signed-off-by: Philipp Skadorov <philipp.skadorov@savoirfairelinux.com>
|