How to Specify Alternative Drive Name During Installation

Last reviewed: August 28, 1995
Article ID: Q118916
The information in this article applies to:
  • Microsoft FoxPro for UNIX, version 2.6

SUMMARY

FoxPro for UNIX installs through a UNIX installation script. It is possible to specify an alternative device name to be used during installation.

MORE INFORMATION

By default, FoxPro for UNIX uses /dev/install for the primary floppy disk drive. If a secondary floppy disk drive is used, /dev/install1 will probably be used during installation. If another device needs to be specified (if neither /dev/install nor /dev/install1 are suitable), the UNIX raw device name may be used. For example, if the primary (boot) floppy disk drive is a high-density 3.5-inch floppy disk drive, the UNIX raw device name would be /dev/rfd0135ds18. To install FoxPro for UNIX and explicitly specify the drive name, the following command would be used:

   custom -m /dev/rfd0135ds18

"custom" is an SCO UNIX and XENIX installation utility.

REFERENCES

SCO UNIX and SCO XENIX Operating System "System Administrator's Reference"


Additional reference words: FoxUnix 2.60 install setup alternate
KBCategory: kbsetup kbprg
KBSubcategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: August 28, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.