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

ID: Q87684

The information in this article applies to:

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:

Last Reviewed: April 20, 1995