From owner-freebsd-questions@FreeBSD.ORG Thu Jun 8 15:22:42 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 3C14816C223 for ; Thu, 8 Jun 2006 13:41:38 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C41E43D55 for ; Thu, 8 Jun 2006 13:41:36 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.144] (helo=anti-virus03-07) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1FoKlS-0004Up-AM; Thu, 08 Jun 2006 14:41:34 +0100 Received: from [80.192.2.223] (helo=[192.168.0.2]) by asmtp-out2.blueyonder.co.uk with esmtp (Exim 4.52) id 1FoKlR-0006k5-D8; Thu, 08 Jun 2006 14:41:33 +0100 Message-ID: <4488290C.4060801@dial.pipex.com> Date: Thu, 08 Jun 2006 14:41:32 +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> <44882109.50507@dial.pipex.com> <4810525656.20060608162052@skif.itcom.net.ua> In-Reply-To: <4810525656.20060608162052@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:22:42 -0000 Nick wrote: > 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. >> >I try to build reserve copy of information on it actually I want read >and write information on it > > > And what format is this information in? If it had been tar'ed to the tape you would say something like: tar -tv -f /dev/sa0 to list the contents and tar -xv -f /dev/sa0 to extract. But if it had been written with, say, dd then something like dd if=/dev/sa0 of=/your/output/file might do to read it, but you'd probably want to set a blocksize with e.g. bs=32k or bs=64k but that depends on how the tape was written. So how was the tape written? --Alex You should copy freebsd-questions@FreeBSD.org on your replies. That way everyone sees the whole conversation, and someone else may have newer/better/brighter suggestions.