From owner-freebsd-questions@FreeBSD.ORG Sun Nov 11 23:38:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03CC016A468 for ; Sun, 11 Nov 2007 23:38:27 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id ACA3313C4B3 for ; Sun, 11 Nov 2007 23:38:26 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so934239pyb for ; Sun, 11 Nov 2007 15:38:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=CY3+ScjEysh/PwKX54wXkid3dUku08i8K9+yPPmdN9w=; b=B3grJOgHK4NHYVHWhRieHJctk4P/HS725hxUEP35WnkLV7idvHcyRqsp1gcima+hMOXJE57LM1NwhmUh36Td9dh9fx56+iM/Q95g7YLadnry8/9dWiCgwT8fmmIECwC2imqqU6yZPKOGjL5DVyFPPhwnMTp0pktKMfmIgKk6TcM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sRQQqo3xV1PRor7vJ2ZSFvZfn3co/qytLWDzLv04Ya69Tf+658NWjRxJlTqGp6rci2CtI0v9TjxkEngZ19bNVZ0zcszqFrVwdO7t8biFDPYtW6bDTvN5pNcmpWkQ1LHSCVfxjhDXo1tQ++ExP27JAEvW5W/QAnyKyX2wezEgehE= Received: by 10.35.90.1 with SMTP id s1mr5301282pyl.1194824288620; Sun, 11 Nov 2007 15:38:08 -0800 (PST) Received: by 10.35.57.12 with HTTP; Sun, 11 Nov 2007 15:38:08 -0800 (PST) Message-ID: <8cb6106e0711111538x7864254fibbb7d96ae055a890@mail.gmail.com> Date: Sun, 11 Nov 2007 18:38:08 -0500 From: "Josh Carroll" To: "Jonathan Horne" In-Reply-To: <200711111727.55766.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200711111727.55766.freebsd@dfwlp.com> Cc: freebsd-questions@freebsd.org Subject: Re: disk drive serial number X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Nov 2007 23:38:27 -0000 > is there a way to get the serial number from a drive from within the OS? im > trying to audit the drives in my file server, but without pulling the thing > from the rack and cracking it open. they are just standard sata drives, not > on any sort of raid controller (ie, i know 3ware cards are capable of pulling > the drive info). Check dmesg (or /var/run/dmesg.boot). The serial number should show, e.g.: ad8: 381553MB at ata4-master SATA150 Thanks, Josh