Kenneth J. Davis schreef:
I have committed what I believe to be the fix for this, though I still
need to look into the FAT32 reserved sectors some more to make sure sys
does not need to do any other modifications. FYI the fix implemented:
just a check if FAT32 and if so also write the boot sec
Alain wrote:
Eric wrote:
> FAT32 has usually 32 reserved sectors where FAT16 has only one, the
> boot sector. In those 32 reserved sectors, you have a lot of free
> space and two copies of: boot sector, second stage boot sector (used
...
I copied Sector 0 to sector 6 and now fosfsck doen't n
Alain wrote:
...
> space and two copies of: boot sector, second stage boot sector (used
> if the boot loader is bigger than 512 bytes) and filesystem info
> (statistics...) sector. So 6 sectors of the first 32 sectors of the
> partition contain all that stuff. Usually sectors 0, 1, 2, 6, 7, 8
Eric wrote:
> FAT32 has usually 32 reserved sectors where FAT16 has only one, the
> boot sector. In those 32 reserved sectors, you have a lot of free
> space and two copies of: boot sector, second stage boot sector (used
> if the boot loader is bigger than 512 bytes) and filesystem info
> (statis