Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jun 2006 14:41:32 +0100
From:      Alex Zbyslaw <xfb52@dial.pipex.com>
To:        Nick <nick@skif.itcom.net.ua>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: Question in occasion of SCSI devices (the tape store)
Message-ID:  <4488290C.4060801@dial.pipex.com>
In-Reply-To: <4810525656.20060608162052@skif.itcom.net.ua>
References:  <986949843.20060608121530@skif.itcom.net.ua> <44882109.50507@dial.pipex.com> <4810525656.20060608162052@skif.itcom.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4488290C.4060801>