From owner-freebsd-geom@FreeBSD.ORG Sun Oct 14 01:31:59 2007 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D6F116A417; Sun, 14 Oct 2007 01:31:59 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.ltdomains.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id EB5D313C46A; Sun, 14 Oct 2007 01:31:58 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.local (r74-193-81-203.pfvlcmta01.grtntx.tl.dh.suddenlink.net [74.193.81.203]) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id l9E1Vw8w008356; Sat, 13 Oct 2007 20:31:58 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <47117184.3030309@freebsd.org> Date: Sat, 13 Oct 2007 20:31:48 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Ivan Voras References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: freebsd-geom@freebsd.org Subject: Re: Disk mounting in recent Linuxes X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2007 01:31:59 -0000 Ivan Voras wrote: > Hi, > > I've installed a Linux (openSUSE) on a laptop and this is what I got by > default in fstab: > > /dev/disk/by-id/scsi-SATA_Hitachi_HTS5412_HP0400BEG1922A-part2 / > ext3 acl,user_xattr 1 1 > /dev/disk/by-id/scsi-SATA_Hitachi_HTS5412_HP0400BEG1922A-part4 /data > ext3 acl,user_xattr 1 2 > /dev/disk/by-id/scsi-SATA_Hitachi_HTS5412_HP0400BEG1922A-part3 swap > swap defaults 0 0 > > A similar option (to use a device by id instead of location) also exists > for network cards. > > (This is just a "FYI" post, I'm not complaining :) ). I was actually wondering if we should start labeling our filesystems at newfs time in the installer for this type of setup. There are a handful of potential 'gotchas' though. Eric