home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / workspace / eject.README < prev    next >
Encoding:
Text File  |  1995-11-22  |  2.7 KB  |  73 lines

  1. AUTHOR:     Timothy J. Luoma
  2.  
  3. EMAIL:         luomat@capitalist.princeton.edu
  4.         476tjl@ptsmail.ptsem.edu
  5.  
  6. DATE:         21 Nov 1995
  7.  
  8. WARRANTY:    "  " (this space blank on purpose)
  9.  
  10. PURPOSE:    Allows (root) user to eject a disk at the
  11.          command-line.
  12.  
  13. RULES FOR USE: 
  14. Use at your own risk.  This has only been tested by me under limited, 
  15. specific usage.  Don't charge someone else money for it.  If you improve 
  16. it, let me know.  If you redistribute it after improving it, please keep 
  17. my name on their somewhere, even if just to say "This idiot did this all 
  18. wrong, so I fixed it."
  19.  
  20. This is a simple /bin/sh script which ejects a floppy disk or CD (maybe 
  21. even an optical disk?) from the command-line.  It must be run as root 
  22. unless 'umount' and 'disk' are made SETUID root (chmod 4755 or 4711).
  23.  
  24. AN IMPORTANT NOTE: 
  25. NeXT computers could eject disks mechanically, but the Intels I have seen 
  26. all have an 'eject' button on the machine itself, right under where the 
  27. disk is inserted.  What I'm saying is that I've only used this on NeXT 
  28. hardware, so be careful if you're using it on Intels, HP, or SPARCs.  I 
  29. don't know what is different on them.  I hope you can use this to some 
  30. extent, or at least modify it.
  31.  
  32. All users really should read the code, I've commented it rather
  33. obsessively.  This will probably require you to define some things
  34. yourself.  If you can type 'mount -p' you can figure out how to define
  35. things here.  I've actually made it so that you have to make the script
  36. executable yourself, and you have to comment out a line in the code to
  37. execute the program.  Why?  Because it is setup to work on my system, and
  38. if you want to use it, you will have to 'tweak' it a little. 
  39.  
  40. I'd be happy to help anyone who has trouble getting this to work, as much 
  41. as possible.  If you want my help, please include the output of 'mount 
  42. -p' executed when disks are in all your drives.  
  43.  
  44. Hope it is helpful.
  45.  
  46. TjL
  47.  
  48. I can be reached at:
  49. luomat@capitalist.princeton.edu (MIME fine!  NeXTMail if necessary) 
  50. 476tjl@ptsmail.ptsem.edu (UGH!  DOS!  Yuck.... Don't use this)
  51.  
  52. PS I've submitted this to 
  53. ftp://ftp.cs.orst.edu/pub/next/submissions/eject.README
  54. ftp://ftp.cs.orst.edu/pub/next/submissions/eject.NIHS.bs.tar.gz
  55.  
  56. which should migrate to:
  57. ftp://ftp.cs.orst.edu/pub/next/binaries/util/eject.README
  58. ftp://ftp.cs.orst.edu/pub/next/binaries/util/eject.NIHS.bs.tar.gz
  59.  
  60. and/or
  61.  
  62. ftp://ftp.cs.orst.edu/pub/next/binaries/tools/eject.README
  63. ftp://ftp.cs.orst.edu/pub/next/binaries/tools/eject.NIHS.bs.tar.gz
  64.  
  65.  
  66. I also sent it to peanuts, where it should end up as:
  67.  
  68. ftp://peanuts.leo.org/pub/comp/platforms/next/Tools/workspace/
  69. eject.NIHS.bs.tar.gz
  70.  
  71. ftp://peanuts.leo.org/pub/comp/platforms/next/Tools/workspace/                  
  72. eject.README
  73.