Re: [bug report] umsdos ruins ext2 file system

Theodore Ts'o (tytso@MIT.EDU)
Sun, 16 Jul 1995 18:04:31 +0500


Date: Mon, 10 Jul 1995 12:41:16 +0200 (MSZ)
From: Michael Weller <eowmob@exp-math.uni-essen.de>

> I think either mount or the kernel should check wether a DOS FAT file system
> is present when mounting a partition as umsdos.

This is easier said as done. mke2fs doesn't touch the devices boot sector.
This is required as mke2fs's job is not to think about booting. Actually
it might be required to not look there as some partition info might lurk
there. The bootsector is simply not part of a partition.

Actually, due to complaints about this issue, 0.5b mke2fs will zap the
boot sector when creates the filesystem.

- Ted