> From: "Eugene Wong" <[EMAIL PROTECTED]>
> Date: Fri, 15 Oct 1999 21:40:11 -0700
> How does one get more harddrive space on c: in dosemu? Also how do you get
> autoexec.bat to execute? Is this supposed to be answered in QuickStart?
It depends on what the C: is. If it is real harddrive partition,
only disk repartitioning can help :-(. If it is image file, you
can create another image (I suppose mkdosfs can be used, maybe
you need create large file using dd and mount it on loop device).
Another way is to boot DOS in DosEmu from directory, and in such
a case all space of Linux filesystem can be available.
I don't bother about space on C: myself - it contains startup
files only, and I use lredir to mount Linux filesystem on DOS.