Home Products Support About SD Contact SD

dot

JAGUAR FAQs

Duplicating the Distribution Diskettes

The vibration application executable files are distributed on floppy diskettes. To prevent loss of the information if these diskettes are damaged at a later time, you may wish to make copies of these diskettes when you receive them. This procedure is for Solaris 2.5 systems.

  1. Formatting a DOS formatted diskette or an unformatted diskette into a UNIX formatted diskette:
    • Insert the diskette into the floppy drive slot.
    • Open an 'Xterm' window by positioning the mouse pointer on the blue background, clicking the right mouse button and then clicking the left mouse button on the 'Xterm' selection.
    • Inside the Xterm window, enter the following commands.

      % su
      Password: *******
      # fdformat -fHU
        (ignore messages)
      # newfs -m 0 /vol/dev/aliases/floppy0
        (ignore messages)
      y
        (ignore messages)
      # eject
      #
    • Remove the newly formatted blank diskette.
  2. Duplicating the diskette:

    • Insert the SOURCE diskette into the floppy drive slot
    • Open an 'Xterm' window by positioning the mouse pointer on the blue background, clicking the right mouse button and then clicking the left mouse button on the 'Xterm' selection.
    • Inside the Xterm window, enter the following commands.

      % su
      Password: *******
      # mkdir temp
      # volcheck
      # cp /floppy/floppy0/.* temp
      # cp -r /floppy/floppy0/* temp
      # eject
      #
    • Remove the SOURCE diskette from the floppy drive slot.
    • Insert the formatted blank DESTINATION diskette into the floppy drive slot.
    • Inside the same Xterm window, enter the following commands:

      # volcheck
      # cp temp/.* /floppy/floppy0
      # cp -r temp/* /floppy/floppy0
      # eject
      # rm -rf temp
      #
    • Remove the diskette containing the new application executable files.
dot

Spectral Dynamics, Inc. 2730 Orchard Parkway, San Jose CA 95134-2012, tel: 408-678-3500, fax: 408-678-3580