From owner-freebsd-fs@FreeBSD.ORG Fri Oct 4 14:34:10 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B0D372B0; Fri, 4 Oct 2013 14:34:10 +0000 (UTC) (envelope-from varanasisai@gmail.com) Received: from mail-vb0-x231.google.com (mail-vb0-x231.google.com [IPv6:2607:f8b0:400c:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F174211F; Fri, 4 Oct 2013 14:34:10 +0000 (UTC) Received: by mail-vb0-f49.google.com with SMTP id w16so2277891vbb.8 for ; Fri, 04 Oct 2013 07:34:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mhXtRfBP2DNqw48TywrkxtAVWHwVbQkPtf5e4Cw/eWw=; b=HUUN/SBIPS4A84u4t6BxDO+PHz9BPVS3zXmsWLiXU+u9kMijcg2OnKbPhDqFeOvUMP KKM9iX/FFsRJzMenvPFECk3KYgeUNbbyXe1jkajYDlNzBao29YRgheBPUHxj1rb2Y1xS ps0ypDciYc3CdYBVWslsnhfHczicmyzCeVKZRUv51IKso7SFMrQjx5VGhmWEwIZoQbx1 gtF0cwLVEgOQ0f5HbC5hD0WqFjAjEUpFgVo4fiM5hiXK0TtcoP5CrQqWTgds4yuEVf/s 7IMbWCKuYD+Zc364GuR9Nu2BDvHjL/PWMdcqJuDmPqQyP22ieVR/aP8H1xy6n7g0yLOn zKGg== MIME-Version: 1.0 X-Received: by 10.58.196.148 with SMTP id im20mr352677vec.28.1380897249461; Fri, 04 Oct 2013 07:34:09 -0700 (PDT) Received: by 10.52.30.75 with HTTP; Fri, 4 Oct 2013 07:34:09 -0700 (PDT) Date: Fri, 4 Oct 2013 20:04:09 +0530 Message-ID: Subject: gptid's in fstab while installing FreeBSD using ISO From: varanasi sainath To: freebsd-drivers@freebsd.org, freebsd-fs@freebsd.org, freebsd-questions@freebsd.org, abgupta@microsoft.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Oct 2013 14:34:10 -0000 Hi All, How do I get gptid's as default in fstab while installing using FreeBSD iso file (Virtual,machine installation) ? Is this possible currently? if not how do I achieve this? I use guided partitioning while installing - If I were to tweak in to the source code which files or drivers I should be focusing on? which drivers write the contents of fstab? PS: any reason why we use device names in the place of gptid's as default in fstab. Thanks, Sainath.