From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: commandline switch for changing $_hdimage settings? Date: Fri, 04 Mar 2005 22:27:48 +0300 Message-ID: <4228B6B4.9020709@aknet.ru> References: <4227E684.2030403@aknet.ru> <200503041054.29893.Christian.Fischer@fischundfischer.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit In-Reply-To: <200503041054.29893.Christian.Fischer@fischundfischer.com> Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Christian Fischer Cc: linux-msdos@vger.kernel.org Hello. Christian Fischer wrote: > running > # xdosemu -I 'disk { directory > "/data/imports/nfsroot/dosimages/khk_mufi/drives/c" }' > starts dosemu but without my drive "c". bootlog shows the following: Try setting $_hdimage="" in your dosemu.conf. -I 'disk... stuff only appends the drive to the end of your $_hdimage list, so it won't be c: unless you set $_hdimage to "". There is probably a better way of doing that of course. > but i haven't the content of my drive in D: What do you have there? Have you tried the same with lredir? >> "something" should be a "directory" in >> your case. Can also be "hdimage", ^^^^^^^^^^ >> "partition" and "wholedisk". > "hdimage" don't work because drives/c is a directory and no image, "partition" > don't work because it is no partition and "wholedisk" don't work because > drives/c is a directory. As stated above, it should be a "directory" *in your case*, this is pretty obvious.