From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 4 16:17:22 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26B1416A417 for ; Thu, 4 Oct 2007 16:17:21 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from s200aog10.obsmtp.com (s200aog10.obsmtp.com [207.126.144.124]) by mx1.freebsd.org (Postfix) with SMTP id 58D0013C494 for ; Thu, 4 Oct 2007 16:17:11 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from source ([217.206.187.80]) by eu1sys200aob010.postini.com ([207.126.147.11]) with SMTP; Thu, 04 Oct 2007 16:17:09 UTC Received: from [10.0.0.89] (bill.mintel.co.uk [10.0.0.89]) by rodney.mintel.co.uk (Postfix) with ESMTP id 6B84D18141C; Thu, 4 Oct 2007 17:17:09 +0100 (BST) Message-ID: <47051204.6020905@tomjudge.com> Date: Thu, 04 Oct 2007 17:17:08 +0100 From: Tom Judge User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: Sharad Chandra References: <200710041725.00842.sharadc@in.niksun.com> In-Reply-To: <200710041725.00842.sharadc@in.niksun.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: SCSI and SAN X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 16:17:22 -0000 Sharad Chandra wrote: > Hello, > > How to distinguish if /dev/da* devices are internal scsi drivers or LUNs of > external SAN? > > Is there any tool? > > Thanks for any advice. > Sharad Chandra > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" Once you have identified the devices (using methods already suggested) you may want to take a look at geom_label to give friendly names to your partitions that are more descriptive than the da... names you have at the moment. Tom