From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: Word 6 for DOS - "Disk is full" Date: Mon, 20 Dec 2004 00:11:48 +0300 Message-ID: <41C5EE94.8040804@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Luke Ravitch wrote: >> uses the partition larger than 2Gb, which >> is not properly handled by DOS (or by the >> program itself?) > What could I do to test this? First make sure the partition you use really exceeds 2Gb. If not - skip the tests. Create an empty file of, say, 100Mb (with dd from /dev/zero for example). Create the FS on it (with mke2fs for example). Mount it as a loop device. lredir to it and copy your DOS stuff there. See if it works. (no, don't use mkfatimage16 instead of the loop-mount - mkfatimage16's image access will most likely solve your problems, but as a test it would be completely useless).