Re: [Freedos-devel] SYS and DOSFSCK

2005-05-28 Thread Bernd Blaauw
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

Re: [Freedos-devel] SYS and DOSFSCK

2005-05-28 Thread Kenneth J. Davis
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

Re: [Freedos-devel] SYS and DOSFSCK

2005-05-26 Thread Kenneth J. Davis
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

[Freedos-devel] SYS and DOSFSCK

2005-05-25 Thread Alain
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