From owner-freebsd-questions@freebsd.org Tue Oct 27 01:22:55 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5334B8DC7 for ; Tue, 27 Oct 2015 01:22:55 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E893F1D96 for ; Tue, 27 Oct 2015 01:22:54 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wicll6 with SMTP id ll6so138546334wic.0 for ; Mon, 26 Oct 2015 18:22:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IYbOuSdDLTRv7ak4MEeYFahIjVRartCKQcK9GZC1xQg=; b=xSE6Sz58PunAdVx4umCvqUra+XfVnKlDctF6N6lga30GKSnFkFc5k/Bmo+/FQqfaz0 wsAhHuCNJ/a2N82RppZDU8FafMNq52EBNdF8nmZbAMNNS86UPYL04Sk08PPh8I3wVNT9 FF3c4yKumdS9p2FRP8r91cJ47c4MaHH9/V48dpTgYi0pzl6ESbgNbJaW6P5R84A/PITF 8DVrOwSBBqcuBYWWxlkorUKIFs/IlvzfJnjUKaQUchhDrAGG228znWjUEpLc+Qzxzm3g 98Wiro1cBrzl57/Ab82mloPFsXAVIicPP3hFskzVg7WoqYA1hqx6QA2VlJgtXK4LL7gN DZOA== MIME-Version: 1.0 X-Received: by 10.194.86.98 with SMTP id o2mr11739761wjz.142.1445908973381; Mon, 26 Oct 2015 18:22:53 -0700 (PDT) Received: by 10.194.16.231 with HTTP; Mon, 26 Oct 2015 18:22:53 -0700 (PDT) In-Reply-To: <003001d11050$b36b8050$1a4280f0$@com.au> References: <003001d11050$b36b8050$1a4280f0$@com.au> Date: Mon, 26 Oct 2015 20:22:53 -0500 Message-ID: Subject: Re: Adding 9.1 disk to 10.2 machine From: Adam Vande More To: Ian Fitzgerald Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 01:22:55 -0000 On Mon, Oct 26, 2015 at 7:44 PM, Ian Fitzgerald wrote: > I have a second disk with data written on a FreeBSD 9.1 machine. I removed > the disk and used the first disk for a clean install of 10.2. > > Re-fitting the second disk, the second disk is recognised as ada1. > > > > I wish to mount it as /disk2 (created on /), without newfs as I wish to > retain the data on it. My attempts at placing an entry in /etc/fstab were > > /dev/ada1p2 /disk2 ufs rw 2 2 > > But at boot the OS reports disk labelling inconsistency > > > > I am aware that there is a change to the filing system boot procedure, but > I > am not sure whether it began at FBD 9.3 or FBD 10.1 > > > > Should I reinstall FBD 9.3 (available), look for a 9.1 download, or is > there > an easier way using 10.2 > What happens when you do mount -t ufs /dev/ada1p2 /data2 Please provide the console output, not an explanation. -- Adam