home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.apple2
- Path: sparky!uunet!elroy.jpl.nasa.gov!nntp-server.caltech.edu!toddpw
- From: toddpw@cco.caltech.edu (Todd P. Whitesel)
- Subject: Re: Ramfast and Tape Backup units..
- Message-ID: <1992Sep2.051729.22054@cco.caltech.edu>
- Sender: news@cco.caltech.edu
- Nntp-Posting-Host: punisher
- Organization: California Institute of Technology, Pasadena
- References: <m0mOQFo-0000R6C@crash.cts.com> <behrenss.715307581@hphalle6> <1992Sep1.065420.5127@cco.caltech.edu> <behrenss.715394757@hphalle6>
- Date: Wed, 2 Sep 1992 05:17:29 GMT
- Lines: 28
-
- behrenss@Informatik.TU-Muenchen.DE (Soenke Behrens) writes:
-
- >I do not want Random Access. Did I ever say I did? No. 'tar' was never based
- >on random access. BTW, you can random access some tapes ... but that requires
- >vendor specific commands (and special drivers), of course.
-
- No argument there. What I am TRYING TO EXPLAIN is that the RF currently only
- supports GS/OS access to random access devices, and since most tapes aren't
- random access the RF has to fake it and slap on the read-only restriction so
- you can safely use the tapes from GS/OS.
-
- >Aha. A bit strange ... this entity called "OS" is usually supposed to handle
- >all peripherals. Oh well, never mind.
-
- No! You just revealed the problem. OS's cannot handle periphals they don't
- know how to use already. You teach an OS how to use a peripheral by installing
- a driver for that peripheral -- that's all a driver is! The tricky part here
- is that GS/OS supports two types of peripherals: block devices (which are
- random access) and character devices (which aren't). The RF only provides a
- block device driver, and to use the tape properly you need a character device
- driver like Apple's SCSITAPE.
-
- Anybody who was planning to write their own backup program should already have
- an understanding of the driver/device concepts, or they're gonna have to learn
- before they can get anywhere...
-
- Todd Whitesel
- toddpw @ cco.caltech.edu
-