Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 1995 12:56:09 -0400 (EDT)
From:      Mark Hittinger <bugs@ns1.win.net>
To:        questions@freebsd.org
Subject:   re: dat tape problems....
Message-ID:  <199510021656.MAA26509@ns1.win.net>

next in thread | raw e-mail | index | archive | help
> From: rjb@intac.com
> I'm trying to get my Conner 4gig dat tape drive to mount under 2.0.5. It's
> connected to an Adaptec SCSI controller. The st driver sees the drive at
> boot time with and without a tape loaded.
> I must confess that I don't have much experience with dat drives and was
> wondering how to mount the drive and write to tape using tar. Any help would
> be appreciated.

Well I use one here but I don't do anything like mounting.  It might be 
possible to make a read only file system out of one though - an interesting
thought.  I did that on an old VAX/VMS system with TK50 drives once.  Ugh!

To write to the tape.....

# cd /
# tar cvf /dev/rst0 ./bin

will write your /bin... to tape.  "man st" will tell you about some special
mode for closing/rewinding/notrewinding options for the /dev/rst0.#

The only potentially outstanding problem with doing a "tar cvf /dev/rst0 ./"
is that tar will attempt to save the /proc file system.  At one time this
was a bad thing to try :-)

Regards,

Mark Hittinger
Internet Manager
WinNET Communications, Inc.
bugs@win.net



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