From owner-freebsd-questions Tue May 30 0:33:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sense-gold-134.oz.net (sense-gold-134.oz.net [216.39.162.134]) by hub.freebsd.org (Postfix) with ESMTP id 9AEC037BD4A for ; Tue, 30 May 2000 00:33:10 -0700 (PDT) (envelope-from al@sense-gold-134.oz.net) Received: from localhost (al@localhost) by sense-gold-134.oz.net (8.9.3/8.9.3) with ESMTP id AAA00795; Tue, 30 May 2000 00:32:11 -0700 Date: Tue, 30 May 2000 00:32:11 -0700 (PDT) From: Al Goldstein To: cjclark@home.com Cc: questions@FreeBSD.ORG Subject: Re: dos partition In-Reply-To: <20000529161339.J58958@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 29 May 2000, Crist J. Clark wrote: Hi Crist, I found the answer to my problem in the Linux man page of fdisk. The first 512 bytes of the dos partition must contain all zeros. So: dd if=/dev/zero of=/dev/wd0s1 bs=512 count=1 fixed the dos partition. The newfs_msdos formatted it OK. Thanks and Cheers! Al > On Mon, May 29, 2000 at 11:09:29AM -0700, Al Goldstein wrote: > > Help please. > > > > My dos partition is not accessible by dos (C: not available from A:) > > or mountable by freebsd. > > OK. > > > The partition table looks like this > > DISK GEOMETRY 13328 cyl/15 heads/63 sectors=12594960 sectors > > > > Offset Size End Name PType desc Subtype Flags > > > > 0 63 62 - 6 unused 0 > > 63 61362 61424 wd0s1 2 fat 6 > > 61425 6142445 6204869 wdos2 3 freebsd 165 C> > > ............................................ > > > > I'm not able to delete and create dos to start at 0 > > That first partition is the MSDOS "Master Boot Record (MBR)." You > cannot use it in another parition if you are slicing the disk. > > Was there a questions somewhere in here? What do you want to do? It > sounds like you need to put a filesystem on the first slice. If you > had data on it you wanted to get at... Might be time to go to your > backups. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message