Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!umd5!brl-adm!adm!rbj@icst-cmr.arpa From: rbj@icst-cmr.arpa (Root Boy Jim) Newsgroups: comp.unix.wizards Subject: transparent archiving Message-ID: <15029@brl-adm.ARPA> Date: 28 May 88 02:37:08 GMT Sender: news@brl-adm.ARPA Lines: 34 From: Chris Torek In article <5482@umn-cs.cs.umn.edu> randy@umn-cs.cs.umn.edu (Randy Orrison) writes: >I'm thinking of a scheme where files will be stored on tape without >user intervention, and will still appear in the directory where they >were, but when they are accessed, they are moved back from tape to >disk without the user knowing. Actually, I imagine the user will notice: % cat old-file {*yawn* Gosh the machine is slow today...} They certainly will. EXEC 8 does exactly that, rolling out old files to tape and rolling them back in when referenced. One of the first things I learned to do was assign all my files with the nowait option whenever I logged on. Gee, Chris, think of all the fun you missed :-) I know of at least one company who makes an NFS file server with real disks staged and destaged to optical disk. In that case, while the I/O is certainly slower, at least it's faster than waiting for an operator to find and mount the tape. In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163) Domain: chris@mimsy.umd.edu Path: uunet!mimsy!chris (Root Boy) Jim Cottrell National Bureau of Standards Flamer's Hotline: (301) 975-5688 The opinions expressed are solely my own and do not reflect NBS policy or agreement My name is in /usr/dict/words. Is yours?