home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mountfs.zip / mountfs.doc < prev   
Text File  |  1995-07-07  |  2KB  |  44 lines

  1. MOUNTFS.CMD           Documentation                    7/7/95
  2.  
  3. This is a Rexx Utility to unmount and remount NFS (Network File System) 
  4. drives under OS/2.  It is useful on OS/2 workstations using Warp Connect or 
  5. OS/2 2.x or Warp with IBM TCP/IP and the NFS kit.  
  6.  
  7. MOUNTFS is useful if some NFS drives have been unmounted or the FSTAB file 
  8. has been modified and the user then desires to mount only those drives 
  9. listed in the current FSTAB.  Rather than issue a series of UMOUNT and MOUNT 
  10. commands or restart TCP/IP, he/she can simply use MOUNTFS.  
  11.  
  12. Installation: copy the file MOUNTFS.CMD to a directory on your OS/2 path.
  13.  
  14. Usage:  simply type MOUNTFS. The program performs the following action:
  15.  
  16.    - Locates the FSTAB file by using the ETC environment variable.
  17.      The FSTAB file contains the default MOUNT commands for the
  18.      OS/2 NFS client.
  19.  
  20.    - Parses the FSTAB file to extract the relevant MOUNT commands.
  21.  
  22.    - Issues a "UMOUNT *" command to unmount all presently mounted NFS drives.
  23.  
  24.    - Remounts the drives listed in FSTAB.
  25.  
  26.  
  27. Remarks:
  28.  
  29. 1. MOUNTFS is freeware. Users are free to redistribute it, modify it, etc. 
  30.    If you modify and redistribute, please indicate yourself as the 
  31.    author and refer to this original program & author.
  32.  
  33. 2. MOUNTFS is offered with NO WARRANTY OF ANY KIND NOR ANY REPRESENTATION
  34.    THAT IT WILL BE USEFUL FOR ANY PURPOSE. THE USER IS RESPONSIBLE FOR
  35.    ASCERTAINING WHETHER MOUNTFS WILL BE USEFUL AND/OR HARMFUL TO HIS
  36.    OWN COMPUTER SYSTEM. The Rexx source is provided.
  37.  
  38. 3. MOUNTFS has been developed and used under Warp. Unless IBM has made
  39.    unexpected changes to the TCP/IP in Warp Connect, it should work fine 
  40.    there, also. If you find out it doesn't, please advise the author.
  41.  
  42. 4. If you have any comments, you can contact the author (Mike Prager)
  43.    at mikep@aurora.tib.nmfs.gov.
  44.