From owner-freebsd-questions@FreeBSD.ORG Mon May 24 16:51:09 2010 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 023D7106564A for ; Mon, 24 May 2010 16:51:07 +0000 (UTC) (envelope-from prvs=0753365a84=johnl@iecc.com) Received: from gal.iecc.com (gal.iecc.com [64.57.183.53]) by mx1.freebsd.org (Postfix) with ESMTP id 4B5898FC17 for ; Mon, 24 May 2010 16:51:07 +0000 (UTC) Received: (qmail 28206 invoked from network); 24 May 2010 16:24:26 -0000 Received: from mail1.iecc.com (64.57.183.56) by mail1.iecc.com with QMQP; 24 May 2010 16:24:26 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:subject:in-reply-to:cc:mime-version:content-type:content-transfer-encoding; s=k1005; olt=johnl@user.iecc.com; bh=xCblJi06Arq/bc8+llMvkl5JhDPHT623lCq7u3WHbX4=; b=skw0aG5EcU8ZEmJQEB+7BXOSNCa8LAVlbaJHvhYRGtpz1M022TmBn3tVFm78Q/dcYMiI/5qkKAAXMfbukUguimw5HJVKQFsQW2GvfXZrbvqlbAv9vD5DbkzXhgx8eovhzm4+F6RI5ghx0byMB+3KlXfBHEmSvImkSNixQTUGSjw= Date: 24 May 2010 16:24:26 -0000 Message-ID: <20100524162426.20103.qmail@joyce.lan> From: John Levine To: freebsd-questions@freebsd.org In-Reply-To: <4BFA8AA4.5040100@bah.homeip.net> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Cc: bernt@bah.homeip.net Subject: Re: Tape changer/robot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 16:51:09 -0000 >Is there someway I can get it to auto change tape? Take a look at mtx, in the ports collection at misc/mtx, a SCSI media changer and device control package. R's, John