home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / cd32 / buildcd / buildcd-1.33 / isomount / isomount.doc < prev    next >
Text File  |  1994-05-05  |  1KB  |  35 lines

  1.  
  2. s/isomount script and devs/fmsdisk.device
  3. =========================================
  4.  
  5. The files here are a modified Dillon fmsdisk.device (original sources on
  6. Fish Disk 94) and script called "isomount".
  7.  
  8. Used with the Amiga V40 CDFilesystem, you can easily mount an ISO image
  9. file for examination without having to rename the file to "Unit<n>" or
  10. assign "FMS:"  (I modified fmsdisk.device to first look for an environment
  11. variable called FMSUnit<n> containing the full path to the ISO file you
  12. wish to mount. The isomount script creates that env variable and a mountlist,
  13. and mounts the ISO file)
  14.  
  15. To use:
  16. Put fmsdisk.device in devs: and isomount in s: (and CDFilesystem should
  17. already be in L: - I have only tested this under V40)
  18.  
  19. Simple usage (mounts your ISO file as ISO2: fmsdisk.device unit #2):
  20.  
  21.      isomount isofilename
  22.  
  23. If you want to mount additional ISO images, you must supply a unit
  24.    number other than the default of 2, for example:
  25.  
  26.      isomount isofilename unitnum=3
  27.  
  28. NOTE - the mount may take a while with harddisk light on (FS or WB
  29. reading file or something - who knows).  Wait until HD light goes off
  30. before accessing ISO2: or its volumename.
  31.  
  32. NOTE - It is possible that isomount does not work properly on files
  33. in RAM: or files with spaces in their names or files on volumes with spaces
  34. in their names.  Symptom is "No disk in drive"
  35.