home *** CD-ROM | disk | FTP | other *** search
- AUTHOR: Timothy J. Luoma
-
- EMAIL: luomat@capitalist.princeton.edu
- 476tjl@ptsmail.ptsem.edu
-
- DATE: 21 Nov 1995
-
- WARRANTY: " " (this space blank on purpose)
-
- PURPOSE: Allows (root) user to eject a disk at the
- command-line.
-
- RULES FOR USE:
- Use at your own risk. This has only been tested by me under limited,
- specific usage. Don't charge someone else money for it. If you improve
- it, let me know. If you redistribute it after improving it, please keep
- my name on their somewhere, even if just to say "This idiot did this all
- wrong, so I fixed it."
-
- This is a simple /bin/sh script which ejects a floppy disk or CD (maybe
- even an optical disk?) from the command-line. It must be run as root
- unless 'umount' and 'disk' are made SETUID root (chmod 4755 or 4711).
-
- AN IMPORTANT NOTE:
- NeXT computers could eject disks mechanically, but the Intels I have seen
- all have an 'eject' button on the machine itself, right under where the
- disk is inserted. What I'm saying is that I've only used this on NeXT
- hardware, so be careful if you're using it on Intels, HP, or SPARCs. I
- don't know what is different on them. I hope you can use this to some
- extent, or at least modify it.
-
- All users really should read the code, I've commented it rather
- obsessively. This will probably require you to define some things
- yourself. If you can type 'mount -p' you can figure out how to define
- things here. I've actually made it so that you have to make the script
- executable yourself, and you have to comment out a line in the code to
- execute the program. Why? Because it is setup to work on my system, and
- if you want to use it, you will have to 'tweak' it a little.
-
- I'd be happy to help anyone who has trouble getting this to work, as much
- as possible. If you want my help, please include the output of 'mount
- -p' executed when disks are in all your drives.
-
- Hope it is helpful.
-
- TjL
-
- I can be reached at:
- luomat@capitalist.princeton.edu (MIME fine! NeXTMail if necessary)
- 476tjl@ptsmail.ptsem.edu (UGH! DOS! Yuck.... Don't use this)
-
- PS I've submitted this to
- ftp://ftp.cs.orst.edu/pub/next/submissions/eject.README
- ftp://ftp.cs.orst.edu/pub/next/submissions/eject.NIHS.bs.tar.gz
-
- which should migrate to:
- ftp://ftp.cs.orst.edu/pub/next/binaries/util/eject.README
- ftp://ftp.cs.orst.edu/pub/next/binaries/util/eject.NIHS.bs.tar.gz
-
- and/or
-
- ftp://ftp.cs.orst.edu/pub/next/binaries/tools/eject.README
- ftp://ftp.cs.orst.edu/pub/next/binaries/tools/eject.NIHS.bs.tar.gz
-
-
- I also sent it to peanuts, where it should end up as:
-
- ftp://peanuts.leo.org/pub/comp/platforms/next/Tools/workspace/
- eject.NIHS.bs.tar.gz
-
- ftp://peanuts.leo.org/pub/comp/platforms/next/Tools/workspace/
- eject.README
-