Re: [U-Boot] [PATCH v2 3/5] fs: fat: allocate a new cluster for root directory of fat32

2019-05-29 Thread Tom Rini
On Fri, May 24, 2019 at 02:10:37PM +0900, AKASHI Takahiro wrote: > Contrary to fat12/16, fat32 can have root directory at any location > and its size can be expanded. > Without this patch, root directory won't grow properly and so we will > eventually fail to add files under root directory. Please

[U-Boot] [PATCH v2 3/5] fs: fat: allocate a new cluster for root directory of fat32

2019-05-23 Thread AKASHI Takahiro
Contrary to fat12/16, fat32 can have root directory at any location and its size can be expanded. Without this patch, root directory won't grow properly and so we will eventually fail to add files under root directory. Please note that this can happen even if you delete many files as deleted direct