From owner-freebsd-stable@FreeBSD.ORG Thu May 12 21:56:37 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D3E4106564A for ; Thu, 12 May 2011 21:56:37 +0000 (UTC) (envelope-from freebsd-stable@chef-ingenieur.de) Received: from mail.webmatic.de (mail.webmatic.de [212.78.101.66]) by mx1.freebsd.org (Postfix) with ESMTP id 1B3598FC19 for ; Thu, 12 May 2011 21:56:36 +0000 (UTC) Received: from [127.0.0.1] (p54B7F369.dip.t-dialin.net [84.183.243.105]) by mail.webmatic.de (Postfix) with ESMTPSA id 146366D840 for ; Thu, 12 May 2011 23:38:31 +0200 (CEST) Message-ID: <4DCC5358.4050705@chef-ingenieur.de> Date: Thu, 12 May 2011 23:38:32 +0200 From: Thomas Krause User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: setting usb disc to da1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 21:56:37 -0000 Hello, I've plugged a USB disc to a FreeBSD System and it's dedected as da1: da1: Fixed Direct Access SCSI-2 device But when rebooting the machine, it becomes da0 and I cannot boot the system. What's the trick to set the USB disc to da1 permanent? Thanks, Tom.