From owner-freebsd-questions@freebsd.org Tue Sep 20 15:39:01 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C417BE2BDC for ; Tue, 20 Sep 2016 15:39:01 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from hz.citrin.ru (hz.citrin.ru [88.198.212.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7B03796 for ; Tue, 20 Sep 2016 15:39:00 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from [192.168.0.144] (c-24-60-168-172.hsd1.ct.comcast.net [24.60.168.172]) (Authenticated sender: citrin@citrin.ru) by hz.citrin.ru (Postfix) with ESMTPSA id 5FC4E286D67 for ; Tue, 20 Sep 2016 15:38:56 +0000 (UTC) Subject: Re: /dev/ad vs. /dev/ada To: "freebsd-questions@freebsd.org" References: From: Anton Yuzhaninov Message-ID: Date: Tue, 20 Sep 2016 11:38:41 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citrin.ru; s=s0; t=1474385936; bh=UiZRw0Yd9Jk2cSUwNPP6D7uDTiKNxscrEpniSuL+URw=; h=Subject:To:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Sb/o5jpf8DCPICu0c1ZXBvP20Iozf3XwDp34XSjqEwgPuHJDS38OWpQdDqHshA+kz+d6K811QXAd6/3CXKBbdsw49qNHzfxXivgt3vqUt5msoOAjcGmOHE+iHGWFNCn1VRQu5ANGuz5woXYxrK0qjPyVk6SxLJLwZcF/DSAZtOQ= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 15:39:01 -0000 On 2016-09-19 00:27, Olivier wrote: > I have been using /dev/ad for years, but now I notice there is also the > drivers /dev/ada. ad is not in the man anymore, but still working like > it used to. ad driver was removed and /dev/adX was an alias for /dev/adaY I recommend to update all your fstab and other config, because this aliases was removed and FreeBSD 11 has no this legacy aliases. See /usr/src/UPDATEING > 20151011: > Compatibility shims for legacy ATA device names have been removed. > It includes ATA_STATIC_ID kernel option, kern.cam.ada.legacy_aliases > and kern.geom.raid.legacy_aliases loader tunables, kern.devalias.* > environment variables, /dev/ad* and /dev/ar* symbolic links.