From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 17:27:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 BF01A16A41F for ; Tue, 27 Sep 2005 17:27:24 +0000 (GMT) (envelope-from kei-29ij@myamail.com) Received: from bkp.bsdhost.net (bkp.bsdhost.net [66.160.134.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C3D343D48 for ; Tue, 27 Sep 2005 17:27:24 +0000 (GMT) (envelope-from kei-29ij@myamail.com) Received: from c-24-147-173-140.hsd1.ma.comcast.net ([24.147.173.140] helo=[172.16.2.95]) by bkp.bsdhost.net with esmtpa (Exim 4.43 (FreeBSD)) id 1EKQxc-000Kn5-EA for freebsd-questions@freebsd.org; Tue, 27 Sep 2005 18:42:16 -0700 Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <4464smhav9.fsf@be-well.ilk.org> References: <4464smhav9.fsf@be-well.ilk.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7C079D45-1A89-4795-A6B0-586CB8D28BF6@myamail.com> Content-Transfer-Encoding: 7bit From: FC Date: Tue, 27 Sep 2005 13:27:21 -0400 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.734) Subject: Re: Mounting NetBSD disk under FreeBSD. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:27:24 -0000 On Sep 27, 2005, at 9:57 AM, Lowell Gilbert wrote: > *** > This message was sent to your KasMail disposable email address: > FC kei-29ij@myamail.com > *** > > FC writes: > > >> I am switching from NetBSD to FreeBSD and I have to get some data >> from a disk labeled on NetBSD 2.0. I would like to mount this disk on >> my new FreeBSD-5.4. But the only devices which shows on /dev are ad1 >> and ad1s1. The devices for each partitions are missing (ad1s1a, >> ad1s1b, ad1s1b, ...) In the good old days I was using MAKEDEV but >> that doesn't exist anymore on 5.4 >> >> Thanks for helping me switch... >> > > What does fdisk show for that disk? fdisk show that disk containing a NetBSD partition and bsdlabel show no slices. It's like if the disk was not labeled. I thing FreeBSD gets confused because NetBSD 2.x can have up to 16 slices and FreeBSD only 8 -fred-