Re: [PATCH] fs: FAT: Add support for DOS 1.x formatted volumes

2014-03-29 Thread Conrad Meyer
On Sun, 30 Mar 2014 02:56:46 +0900 OGAWA Hirofumi wrote: > Conrad Meyer writes: > > Hi, > > > When possible, infer DOS 2.x BIOS Parameter Block from > > block device geometry (for floppies and floppy images). > > Update in-memory only. We only perform this update when > > the entire BPB region

Re: [PATCH] fs: FAT: Add support for DOS 1.x formatted volumes

2014-03-29 Thread OGAWA Hirofumi
Conrad Meyer writes: Hi, > When possible, infer DOS 2.x BIOS Parameter Block from block device > geometry (for floppies and floppy images). Update in-memory only. We > only perform this update when the entire BPB region is zeroed, like > produced by DOS 1.x-era FORMAT (and other OEM variations o