From owner-freebsd-questions@FreeBSD.ORG Thu Jun 8 17:33:43 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F4C416CA94 for ; Thu, 8 Jun 2006 15:48:44 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D9B43D49 for ; Thu, 8 Jun 2006 15:48:44 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 61A065DA7; Thu, 8 Jun 2006 11:48:43 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sbbh2HGyaqxb; Thu, 8 Jun 2006 11:48:41 -0400 (EDT) Received: from [192.168.1.251] (pool-68-160-201-170.ny325.east.verizon.net [68.160.201.170]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 4D02E5CB2; Thu, 8 Jun 2006 11:48:41 -0400 (EDT) Message-ID: <448846CF.40307@mac.com> Date: Thu, 08 Jun 2006 11:48:31 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Nick References: <986949843.20060608121530@skif.itcom.net.ua> In-Reply-To: <986949843.20060608121530@skif.itcom.net.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Question in occasion of SCSI devices (the tape store) 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: Thu, 08 Jun 2006 17:33:45 -0000 Nick wrote: > Help please with connection sa0 devices. > I try to make the following: > mount/dev/sa0/mnt/type > The system gives out: > Block device required A tape drive isn't mountable as a filesystem because it is not a block device, ie, the tape drive is sequential access, not random access. Try using dump/restore or tar to access the tape drive. -- -Chuck