Date: Fri, 12 May 1995 19:38:47 -0400 From: Gene Stark <gene@starkhome.cs.sunysb.edu> To: "Steve Galle" <wavefront.wti.com!steveg@sbstark.cs.sunysb.edu> Cc: questions@FreeBSD.org Subject: Re: MSDOS Partition Message-ID: <199505122338.TAA03714@starkhome.cs.sunysb.edu> In-Reply-To: "Steve Galle"'s message of Fri, 12 May 1995 11:18:11 -0700
next in thread | raw e-mail | index | archive | help
>You have a time bomb on your hands. Mine just blew a few days ago. The problem >is that even though you did the fdisk and set the new partitioning, the >disklabel is still telling dos it has the whole disk to play with. Of course, a Does DOS have a "disklabel"? What seems to happen is the following: If you use FDISK to partition your disk, and then you format one slice under DOS, and then you change the MBR partition table with FDISK, you leave the DOS slice starting at the same place, but you reduce its size, and then you put good FreeBSD data in the area that used to be allocated to DOS, but isn't any more, and then you use DOS FORMAT to try to reformat the smaller slice, then DOS will quite happily and quickly ignore what the MBR says and format over your good FreeBSD data. The solution is to backup your DOS area, then use FreeBSD to write garbage (like a copy of /kernel, or something) over the beginning of the DOS slice so that it doesn't appear to be valid to DOS. Then you can reformat safely under DOS. - Gene Stark
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505122338.TAA03714>