From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 3 07:10:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71F0C106566C for ; Tue, 3 Mar 2009 07:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5FCF38FC12 for ; Tue, 3 Mar 2009 07:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n237A3ss092088 for ; Tue, 3 Mar 2009 07:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n237A31n092087; Tue, 3 Mar 2009 07:10:03 GMT (envelope-from gnats) Date: Tue, 3 Mar 2009 07:10:03 GMT Message-Id: <200903030710.n237A31n092087@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Jin Guojun[VFF]" Cc: Subject: Re: bin/132237: msdosfs has problems to read MSDOS Floppy X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jin Guojun\[VFF\]" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 07:10:04 -0000 The following reply was made to PR kern/132237; it has been noted by GNATS. From: "Jin Guojun[VFF]" To: Garrett Cooper Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/132237: msdosfs has problems to read MSDOS Floppy Date: Mon, 02 Mar 2009 22:35:06 -0800 Garrett Cooper wrote: > The question is whether or not msdosfs properly supports FAT16 or > not, because that's what disks were formatted with under MSDOS 4.0 - > 6.22. What happened when you converted the disk via Win2k is that the > machine converted the filesystem to FAT32, which is a completely > different system from FAT16, and which is guaranteed to be supported > with FreeBSD and msdosfs. > HTH, > -Garrett To make this a little bit more clear. The floppy has about 7-8 files, three of them are created under dos Yesterday, and two are not recognized by FreeBSD MSDOS FS system. When putting the floppy in a Win2K machine, there is no disk format involved. Two un-recgnized files are copied to hard drive, and they are deleted from floppy (mark as erased). Then the two copies were copied back onto floppy, so the FAT table should be kept the same as before. Only the table entries are changed becasue the original entries are marked erased not freed. Thus, there is no file system change. If the FAT16 file system format is not supported, then we may not see other files either, yes/no? -Jin