*BSD News Article 34649


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!agate!howland.reston.ans.net!swrinde!cs.utexas.edu!uunet!zib-berlin.de!irz401!uriah!not-for-mail
From: j@uriah.sax.de (J Wunsch)
Newsgroups: comp.os.386bsd.bugs
Subject: Re: FreeBSD 1.1.5 crash bugs...
Date: 19 Aug 1994 19:28:04 +0200
Organization: Private U**X site; member IN e.V.
Lines: 21
Message-ID: <332q34INN8bn@bonnie.sax.de>
References: <CuL5p9.3x3@agora.rdrop.com>
NNTP-Posting-Host: bonnie.sax.de

erich@uruk.org (Erich Boleyn) writes:

>The first is reproducable very easily.  I put in support for
>the Floppy tape drive (a Colorado, they are all the same
>mechanism, so I understand).  If you try to create a tar archive
>on the tape using "tar -cf /dev/ft0 <filename>", it causes
>a kernel panic, then reboots.  I haven't tried reading,
>since I haven't been able to create a tape.

Though i admit that it's not supposed to be a good response to fall
into panic, the ft device is not yet ready to be read from and written
to. All the data transfer has to be done via ioctl's.  This is mainly
due to the braindead architecture of those drives.  I don't remember
exactly the command, but there must be something like qtar of ftar to
backup/restore on floppy tapes.

-- 
cheers, J"org                             work:    joerg_wunsch@tcd-dresden.de
                                          private:   joerg_wunsch@uriah.sax.de
Steinbach's Guideline for Systems Programming:
        Never test for an error condition you don't know how to handle.