From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RAnpX-00050x-GH for garchives@archives.gentoo.org; Mon, 03 Oct 2011 19:05:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6B8621C1D7; Mon, 3 Oct 2011 19:05:01 +0000 (UTC) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by pigeon.gentoo.org (Postfix) with ESMTP id AE8C121C1C5 for ; Mon, 3 Oct 2011 19:03:02 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 66A3A2B73B for ; Mon, 3 Oct 2011 15:03:02 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute3.internal (MEProxy); Mon, 03 Oct 2011 15:03:02 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:mime-version:to :subject:references:in-reply-to:content-type; s=smtpout; bh=cJfU 3CvZl50rBal12J963OtNY1k=; b=YXRmquKoW0wvZeZL3ulKS094YpI4sfjwXOD9 VZ2griZ1bCtJ0+tP7NxVBirizlslsBQpY82Nw18C99nE3ZIc7zLFHXE0KsQ/VaHU lI18iYkBgmX23ISPITTpxjwwavz208G7xWzWh6J01x+9C1+WRiCJXC7Rz++KSus1 Vm03PNo= X-Sasl-enc: Lx/agUkskgmVu8Dno3JrUb+b6SLy1oJrqtFOY3kDDB5p 1317668581 Received: from [192.168.5.18] (serv.binarywings.net [83.169.5.6]) by mail.messagingengine.com (Postfix) with ESMTPSA id 5C591D001DE for ; Mon, 3 Oct 2011 15:03:01 -0400 (EDT) Message-ID: <4E8A067C.8070507@binarywings.net> Date: Mon, 03 Oct 2011 21:01:16 +0200 From: Florian Philipp User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110925 Lightning/1.0b3pre Thunderbird/3.1.12 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Hard drives not detected in repeatable order. References: In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC45A70E8DA6925AE2462E434" X-Archives-Salt: X-Archives-Hash: fdb30518ccef5a3598ae94ddfabe145f This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC45A70E8DA6925AE2462E434 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Am 03.10.2011 20:40, schrieb Grant Edwards: > Just recently I've run in to problems because my hard drives are not > detected in a predictable order, so my fstab that mount /dev/sdb1 and > /dev/sdc1 sometimes result in directory trees in the wrong places > (/dev/sda seems consistent, but I don't know why). >=20 > What's the recommended way to fix this? >=20 Mount by UUID or label. In /etc/fstab, specify UUID=3Dfoo or LABEL=3Dbar instead of /dev/sdx1. You can current UUIDs and labels with `ls -l /dev/disk/by-uuid` and `ls -l /dev/disk/by-label`, respectively. Hope this helps, Florian Philipp --------------enigC45A70E8DA6925AE2462E434 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6KBoQACgkQqs4uOUlOuU9iPwCfRYL+jg+seNUbUfTa2DNYThfJ 548An2Qx/FvSFPOjBSpM+uQv6KjRnvo5 =T8GZ -----END PGP SIGNATURE----- --------------enigC45A70E8DA6925AE2462E434--