PRB: Dealing with the "Not Enough Disk Space" Error Message

Last reviewed: April 20, 1995
Article ID: Q87684
The information in this article applies to:
  • Microsoft FoxPro for MS-DOS, versions 2.0, 2.5, 2.5a, 2.5b

SYMPTOMS

A "Not enough disk space" error occurs in Microsoft FoxPro, even though the MS-DOS DIR command indicates that plenty of space is available.

CAUSE

An insufficient number of file handles is specified in the system configuration file (CONFIG.SYS), or not enough disk space exists to execute the command. This message may also occur if the owner of the file has limited space available on the network.

RESOLUTION

To address this situation, do the following:

  1. Modify the FILES statement in your CONFIG.SYS file to increase the number of file handles available.

  2. If your CONFIG.SYS file or AUTOEXEC.BAT file loads the SHARE program, increase the values specified in the /F and /L parameters.

  3. Close FoxPro and run the MS-DOS CHKDSK command (CHKDSK /F).

Additional Steps If You Are Using Novell NetWare

  1. In the Novell NetWare environment, modify the FILE HANDLES statement in the SHELL.CFG file to increase the number of file handles available.

  2. In the Novell NetWare environment, issue the NDIR command. If FoxPro had failed to access a file where the owner is listed as "N/A," give the file a proper owner.


Additional reference words: FoxDos 2.00 2.50 2.50a 2.x Fox Pro message
check disk out of diskspace 2.50b "not enough diskspace" novel
KBCategory: kbprg kbprb
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: April 20, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.