From owner-freebsd-questions@FreeBSD.ORG Thu Jun 8 15:03:02 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 2707116E25C for ; Thu, 8 Jun 2006 13:07:29 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE45B43D62 for ; Thu, 8 Jun 2006 13:07:26 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.136] (helo=anti-virus01-07) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1FoKEM-0003yU-U3; Thu, 08 Jun 2006 14:07:23 +0100 Received: from [80.192.2.223] (helo=[192.168.0.2]) by asmtp-out4.blueyonder.co.uk with esmtp (Exim 4.52) id 1FoKEM-0005yY-Bt; Thu, 08 Jun 2006 14:07:22 +0100 Message-ID: <44882109.50507@dial.pipex.com> Date: Thu, 08 Jun 2006 14:07:21 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en 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 15:03:03 -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 > >I can not understand that occurs. It is simple I the first time on FreeBSD work with tape stores > > Why are you trying to mount a tape as if it contained a filesystem (which seems highly unlikely)? You don't need to "mount" anything to use a tape drive; just put the tape in and specify /dev/sa0 /or /dev/nsa0 (non-rewinding device) to whatever software needs to use the tape. What is it you are actually trying to do? Read the tape? Write something to it? Perform backups? Without that basic information it's hard to actually help. --Alex