From owner-freebsd-current@FreeBSD.ORG Thu Feb 3 09:43:57 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4503916A4CE for ; Thu, 3 Feb 2005 09:43:57 +0000 (GMT) Received: from ppp162-47.static.internode.on.net (ppp162-47.static.internode.on.net [150.101.162.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B7843D1D for ; Thu, 3 Feb 2005 09:43:56 +0000 (GMT) (envelope-from emikulic@dmr.ath.cx) Received: by ppp162-47.static.internode.on.net (Poofix, from userid 1001) id 63A5F613B; Thu, 3 Feb 2005 20:43:55 +1100 (EST) Date: Thu, 3 Feb 2005 20:43:55 +1100 From: Emil Mikulic To: freebsd-current@freebsd.org Message-ID: <20050203094355.GA4767@dmr.ath.cx> Mail-Followup-To: Emil Mikulic , freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-PGP-ID: 1024D/344A699F X-PGP-Fingerprint: EE97 2C84 6D07 E76C F075 C0BA ED2A 9319 344A 699F X-Written-On: dmr.ath.cx (FreeBSD 6.0-CURRENT i386) User-Agent: Mutt/1.5.6i Subject: Can't see OpenBSD's slices X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 09:43:57 -0000 ad1 is a hard-drive taken from an OpenBSD machine that had / and swap and /tmp and /var and /usr on it (at least). The machine it's now in is running FreeBSD 6-CURRENT and it only sees one slice: $ ls /dev/ad1* /dev/ad1 /dev/ad1s4 I can mount this without any issues and it turns out to be the old root filesystem. Is there any way to get at the other filesystems on that disk? --Emil