home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / disk / ejectForNS.README < prev    next >
Encoding:
Text File  |  1994-06-15  |  837 b   |  45 lines

  1.  
  2. NAME
  3.     eject
  4.  
  5. WHAT IS IT FOR?
  6.     Small shell program to eject (and unmount!), from ANY shell, the
  7.     internal floppy disk of a NeXTstation.
  8.  
  9.  
  10. HOW DOES IT WORKS?
  11.     See the code.
  12.  
  13.  
  14. HOW DO I INSTALL IT?
  15.     log as root
  16.     run 'make eject'
  17.  
  18.  
  19. FILES
  20.     eject.src/
  21.         eject.c
  22.           makefile
  23.         eject.README
  24.  
  25.  
  26. PROGRAMMINGIMPORTANT NOTES
  27.         I first tried
  28.       [[Application workspace] unmountAndEjectDeviceAt:argv[1]];
  29.     but I didn't manage that command to run.
  30.  
  31.     I also tried the 'unmount(name)' C command but this one doesn't
  32.     change anything in the mount table (/etc/mtab file).
  33.  
  34.  
  35. COMMENT
  36.     This program is, of course, for free, but also without any guaranty!
  37.     Just send me an e-mail to tell me that you're using it. Thanks. 
  38.  
  39.  
  40. AUTHOR
  41.     Eric Smeesters :  June 15 1994
  42.     Laboratoire de Telecommunications de Louvain (Belgique)
  43.     e-mail: smeester@tele.ucl.ac.be
  44.  
  45.