From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 04:12:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96BB016A4CF for ; Sun, 6 Jun 2004 04:12:55 -0700 (PDT) Received: from mta08-svc.ntlworld.com (mta08-svc.ntlworld.com [62.253.162.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06B9043D49 for ; Sun, 6 Jun 2004 04:12:55 -0700 (PDT) (envelope-from ben@spooty.net) Received: from m7-mp1.cvx4-c.pop.dial.ntli.net ([80.1.184.7]) by mta08-svc.ntlworld.comESMTP <20040606111248.XPUV21846.mta08-svc.ntlworld.com@m7-mp1.cvx4-c.pop.dial.ntli.net> for ; Sun, 6 Jun 2004 12:12:48 +0100 From: Ben Paley To: "freebsd -questions@" Date: Sun, 6 Jun 2004 12:13:17 +0100 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200406061213.17488.ben@spooty.net> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Dangerous file system / disk problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2004 11:12:55 -0000 Hello, I wanted to have FreeBSD on my first drive and Win98 on the second, but of course windows doesn't like being on the second disk, and began "preparing" my first drive which already had FreeBSD on it! Well, I swapped the drives over, put W98 on the first one, they both boot fine and I didn't lose any data. BUT - Windows now sees my BSD disk (which has never happened before) and keeps offering to format it for me. Partition Magic gives its filesystem type as 'BAD' rather than 'FreeBSD/i386', as it used to. Weirdly, Boot Magic (bundled with Partition Magic) found both operating systems with no difficulty. Since this isn't actually causing me a problem, I wouldn't normally care what Windows thinks of my BSD disk, but I'm worried one of my kids will press 'Yes' to a format one day... ...any ideas? su-2.05b# bsdlabel /dev/ad1s1 # /dev/ad1s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 2097152 0 4.2BSD 0 0 0 b: 2097152 2097152 swap c: 156296322 0 unused 0 0 # "raw" part, don't edit d: 1048576 4194304 4.2BSD 0 0 0 e: 1048576 5242880 4.2BSD 0 0 0 f: 150004866 6291456 4.2BSD 0 0 0 su-2.05b# Thanks, Ben