From owner-freebsd-questions@freebsd.org Sun Oct 4 20:59:45 2015 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 CDC20A0F7F0 for ; Sun, 4 Oct 2015 20:59:45 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 92D6C1A6D for ; Sun, 4 Oct 2015 20:59:45 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t94Kxh7p035232 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 4 Oct 2015 14:59:43 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t94KxhWE035229; Sun, 4 Oct 2015 14:59:43 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 4 Oct 2015 14:59:43 -0600 (MDT) From: Warren Block To: "William A. Mahaffey III" cc: FreeBSD Questions !!!! Subject: Re: atactl equivalent under FreeBSD 9.3R In-Reply-To: <5611903B.2050301@hiwaay.net> Message-ID: References: <56113D2D.7000604@hiwaay.net> <5611903B.2050301@hiwaay.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 04 Oct 2015 14:59:43 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2015 20:59:45 -0000 On Sun, 4 Oct 2015, William A. Mahaffey III wrote: > On 10/04/15 13:14, Warren Block wrote: >> On Sun, 4 Oct 2015, William A. Mahaffey III wrote: >> >>> i.e., no atactl command under FreeBSD 9.3R. Is there an equivalent command >>> under FreeBSD & if so, how's about tipping me off on what it is :-) ? TIA >>> & have a nice weekend. >> >> smartctl (sysutils/smartmontools) can get it, but wants privileged access >> to the device. Possibly a camcontrol(8) incantation can do it. >> > > *Aaaaaaaack* !!!! > > [root@kabini1, /etc, 10:44:35am] 889 % man smartctl > No manual entry for smartctl > [root@kabini1, /etc, 3:48:31pm] 890 % which smartctl > smartctl: Command not found. > [root@kabini1, /etc, 3:48:43pm] 891 % uname -a > FreeBSD kabini1.local 9.3-RELEASE-p24 FreeBSD 9.3-RELEASE-p24 #0: Sat Aug 22 > 01:54:44 UTC 2015 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > [root@kabini1, /etc, 3:48:48pm] 892 % It will not be present until the sysutils/smartmontools port has been installed.