=================================================================== The HOWTO file of SCO UNIX Fixed tty Driver for MOXA NPort Server/Async Server Faimly =================================================================== Install from disk ================= 1. Create install disk with "makedisk.exe" which in the CD-ROM under Windows 9x/Me/NT/2000. 2. Create "/tmp/moxa" directory under your SCO UNIX host. # cd /tmp # mkdir moxa 3. Uncompress the driver into "/tmp/moxa". # cd /tmp/moxa # tar xvf /dev/fd0 4. Run "sh /tmp/moxa/mxinstall" to start the installation. 5. Follow the readme file to install driver. 6. End. - or - Install from host ================= 1. Create "/tmp/moxa" directory under your SCO UNIX host. # cd /tmp # mkdir moxa 2. Download/copy "sco.tar" from CD-ROM into /tmp/moxa. is version number. 3. Uncompress the driver into "/tmp/moxa". # cd /tmp/moxa # tar xvf sco.tar 4. Run "sh /tmp/moxa/mxinstall" to start the installation. 5. Follow the readme file to install driver. 6. End. HOWTO mount CD-ROM under SCO UNIX ================================== #mount -f ISO9660,filemode=444 Ex. To mount a CD-ROM on drive 0 to /mnt, use the command #mount -f ISO9660,filemode=444 /dev/cd0 /mnt