From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Henley Subject: Disk size Date: Sat, 02 Oct 2004 17:14:36 -0500 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <415F284C.2030807@kc.rr.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hi, I have a DOS application which says there isn't room to write a file. I get an "Insufficient disk space on destination drive" message. In fact there is plenty --too much-- room. I suspect it's making a DOS call to see what free space is available, probably getting an answer which it translates to a negative number; and then won't write out the file. I had this issue years ago when I ran this DOS application program in OS/2. Now it's here in DOSEmu/Linux. Anyone know how to tell the DOSEmu session it has only X amount of space; where X is some number DOS can deal with? Thanks! Joe Henley