From owner-freebsd-questions@FreeBSD.ORG Mon Dec 31 10:58:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DE5E16A417 for ; Mon, 31 Dec 2007 10:58:19 +0000 (UTC) (envelope-from cdanza335@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 8F6F113C45D for ; Mon, 31 Dec 2007 10:58:18 +0000 (UTC) (envelope-from cdanza335@googlemail.com) Received: by ug-out-1314.google.com with SMTP id y2so2928337uge.37 for ; Mon, 31 Dec 2007 02:58:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=LL9UCnWMX2vfO+7/aT1PHZAcISgoVpJ8padVhcBwPto=; b=iVgBmqC6N9ONqmMBJQahwuPfEwxMYuUieqzwHj00z3zIbELNQHaxiEsZDaEkQe1o2IW8wfSITKk3L3eTd5Q9U2tF4auOKdOmM8LHExRWs5etkkkTX66B+fsmoVXaHOwIGTCEKO9+n8bqmwuBcUEvtSneRgjR0z93aoMMfTe7dYY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=xy2bvtv6omMtZbRySFfjQYKSpaIq5HwUg78USzh5wMDX8ZQrB75gRFVZI4dYQeuFWTRYMJw4Qs2jXJVKbQ5K1Owtp3P4mf3oPG5Ws/QEOx6RPk9/wYrStUYoH5yyxiLM5XacJyitAS1feqtNXNcM4Q92Yte7vE2aK/cZMl5+tnU= Received: by 10.67.106.13 with SMTP id i13mr11810216ugm.49.1199098697264; Mon, 31 Dec 2007 02:58:17 -0800 (PST) Received: by 10.67.30.16 with HTTP; Mon, 31 Dec 2007 02:58:17 -0800 (PST) Message-ID: <9e671c830712310258q42c7bc59h913bc3a5fd9c1814@mail.gmail.com> Date: Mon, 31 Dec 2007 11:58:17 +0100 From: "Seth Brundle" To: freebsd-questions@freebsd.org In-Reply-To: <9e671c830712310221s53aa0181g849d10baf974cae1@mail.gmail.com> MIME-Version: 1.0 References: <9e671c830712310221s53aa0181g849d10baf974cae1@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Is it possible to mount OpenBSD FFS partitions in 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: Mon, 31 Dec 2007 10:58:19 -0000 [Second try, first email disappeared in the way to the list server...?] Hi list, I'm in the mid of migrating my workstation from OpenBSD/amd64 to FreeBSD/amd64. I have three hard discs installed in it (two identical 250GByte SATA300, and one 500GByte SATA300 drive). When still running OpenBSD, I copied all data I want to transfer to the 500GByte drive; I plan to run the two 250GByte HDs as RAID1 when running FreeBSD. Prior to installing FreeBSD on this machine, I grabbed the 500GByte HD (with one single OpenBSD FFS partition on it, 'wd2a' in OpenBSD speak) and tried to mount it on a FreeBSD machine. Unfortunately, this doesn't work, but I'm pretty sure it should. I probably don't use the right parameter: # mount /dev/ad8s1a /mnt/ mount: /dev/ad8s1a : No such file or directory (I thought that the first -- and only -- partition on OpenBSD would show up as 'slice 1' on FreeBSD.) Help greatly appreciated -- thank you! Seth