From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Oldeman Subject: Re: DOSEMU - writes to mounted vfat partition failing Date: Fri, 4 Oct 2002 20:19:07 -0400 (EDT) Sender: linux-msdos-owner@vger.kernel.org Message-ID: References: <20021004163711.7c08db04.cmetzler@speakeasy.net> Mime-Version: 1.0 Return-path: In-Reply-To: <20021004163711.7c08db04.cmetzler@speakeasy.net> List-Id: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Chris Metzler Cc: linux-msdos@vger.kernel.org On Fri, 4 Oct 2002, Chris Metzler wrote: > dosemu boots ok; but anything requiring a write fails, and dos > commands (e.g. mkdir) that write to that disk fail as well. It > appears that write access is not enabled. * check whether you can write to the partition (in Linux, using for instance, cp) as the same user as the one that runs dosemu * check $_bootdir in your dosemu.conf if it has ":ro". If that's the case then remove that. * if all else fails then type in dosemu lredir c: linux\fs/dosc or, say, lredir d: linux\fs/dosc to manually (re-)map a drive to your linux directory /dosc or wherever else your vfat mount point is. Bart