Re: [PATCH] fs/fat: fix FAT32 detection

2019-01-03 Thread Sascha Hauer
On Mon, Dec 24, 2018 at 10:16:42AM +, Alexander Kurz wrote: > From: Alexander Kurz > > Limits for the number of clusters were used to determine the FAT fs type. > This fails e.g. for FAT32 fs with low cluster number that can be found > in certain Android images. > Sync the FAT fs type detecti

[PATCH] fs/fat: fix FAT32 detection

2018-12-27 Thread Alexander Kurz
From: Alexander Kurz Limits for the number of clusters were used to determine the FAT fs type. This fails e.g. for FAT32 fs with low cluster number that can be found in certain Android images. Sync the FAT fs type detection to the method used in linux by checking the sectors/FAT entries at offset