Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!rill.news.pipex.net!pipex!newsfeed.nacamar.de!fu-berlin.de!irz401!orion.sax.de!uriah.heep!news From: j@uriah.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: /dev/ft0 "not configured" ???? Date: 27 Apr 1997 22:37:25 GMT Organization: Private BSD site, Dresden Lines: 27 Message-ID: <5k0kf5$g7@uriah.heep.sax.de> References: <FBCA38E052E290F2.3FCCFAD0B0A6DE20.8B17D7F4CEB2B9E9@library-proxy.airnews.net> Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) NNTP-Posting-Host: localhost.heep.sax.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: knews 0.9.6 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:39854 cazzi@usa.net (Ana) wrote: > The tape drive has ben recognised correctly - and I think tar cvf > /dev/ft0 works .. but tar xvf /dev/ft0 accesses the tape, then generates > the error message tape not configured - what am I doing wrong. As i wrote you already in private mail, i don't have an idea where you've got the misconception that a `tar cvf /dev/rft0' might have written anything. I'm pretty sure that it could have at most yielded an if (FDTYPE(minor(bp->b_dev)) & F_TAPE_TYPE) { /* ft tapes do not (yet) support strategy i/o */ bp->b_error = ENODEV; ^^^^^^ bp->b_flags |= B_ERROR; goto bad; } ...ENODEV (``Operation not supported by device''). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)