From owner-freebsd-questions@FreeBSD.ORG Thu Mar 15 01:11:21 2012 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 DA08F106564A for ; Thu, 15 Mar 2012 01:11:21 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-pz0-f45.google.com (mail-pz0-f45.google.com [209.85.210.45]) by mx1.freebsd.org (Postfix) with ESMTP id B2EDE8FC20 for ; Thu, 15 Mar 2012 01:11:21 +0000 (UTC) Received: by dadp14 with SMTP id p14so10427904dad.18 for ; Wed, 14 Mar 2012 18:11:21 -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=erPApsh9hsthWpzSwb0QkrO2n9icZQ69TixopjrVNbI=; b=bORvuveUlfic0DEjPQV7yc+S5WKC6FJ11kcmIy2M3o6t5vjLzd7p9tfMI8YPn9iUZX I81ggmXP+n8zZxNd7o/SfiNSQNm36vbR5J+jB9rT418yH7MbwoTdxqi9MDsIJZdvneMG ubsVLKMcOqhxjwsVt8CI2SsOzbim1Q2Ku8wotOSDnAxBsesKCWx2p3MnPkCuRpuYVMoV B14ImzjBt1/mt/B1wGLRlJjddy+pJ0pAr9WUfwdC2QMqxSLOZd//1amfmCVhQXWxPf33 HmI2dcMixJ/1P0Hzh9dKkKcHrXKuqvAie5ZZnOUKLh4p7RvVAcEjyNRI/UoZhZSDsoPq 50mQ== MIME-Version: 1.0 Received: by 10.68.239.195 with SMTP id vu3mr534117pbc.49.1331773881281; Wed, 14 Mar 2012 18:11:21 -0700 (PDT) Received: by 10.142.116.2 with HTTP; Wed, 14 Mar 2012 18:11:21 -0700 (PDT) In-Reply-To: References: Date: Wed, 14 Mar 2012 21:11:21 -0400 Message-ID: From: "illoai@gmail.com" To: David Walker Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Moved drives ... 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: Thu, 15 Mar 2012 01:11:21 -0000 On 14 March 2012 17:39, David Walker wrote: > Hey. > > I had installed 9.0 to a SATA drive (ada1 I think) and went to install > Windows on a higher numbered drive but Windows doesn't like that or so > I gathered. > Anyway, I moved drives around and installed Windows - FreeBSD is now > ada2 I think. > I'm used to OpenBSD where fixing this is a vi fstab ... > What's the procedure on FreeBSD? > Yes, you can change the fstab (if you can get in via mountroot: at the boot prompt, I believe) from single user mode. If you'd've used labels (either glabel or tunefs -L) you'd not have to change your /etc/fstab at all. -- --