A classical Unix tape gotchaHere's a classical Unix tape gotcha:
If you're lucky when you make this mistake, you were The difference between normal and no-rewind tape devices is that one
rewinds the tape when you use it and the other doesn't. More precisely,
the tape is rewound when the tape device is closed for the last time
(usually as the device is closed; the The gotcha is that many people expect the tape device only to be opened
when you're reading or writing actual data to the tape. But on Unix,
just getting the tape's status or sending it commands like Life would be a lot simpler if the auto-rewind tape devices just didn't
exist, or failing that at least were not the default devices and took an
extra letter to use (' (So the safe thing to do is never actually use the auto-rewind names,
even if you want to rewind the tape and they're a letter shorter. Suck
it up, use the |
These are my WanderingThoughts GettingAround This is part of CSpace, and is written by ChrisSiebenmann. * * * Atom feeds are available; see the bottom of most pages. Categories: links, linux, programming, python, snark, solaris, spam, sysadmin, tech, unix, web |