From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bart Oldeman" Subject: Re: /dev/sd* on ubuntu Date: Mon, 3 Mar 2008 05:35:38 -0500 Message-ID: References: <47CB29ED.2020806@gmail.com> <47CBCED6.5050607@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=Ju+B/Hd6WahnKMRhOiPlb0CnfXYy/S0l1Qc9zE22LCo=; b=u8dI6qQ4V16Xkc5UlssLt42g09CnPNRbekQ57EkZXM3HSOkrgdaczZKZvPvNGuceilTdOr7LE34pAjeQw1luC9wYl7XLu0GBSdNVbhBtL5iI58xZx3xyppjHbhf/+JilE4LTRLXeAGawBmry+W2tJ6GQTwiBkj4J9YYYkH+n0WI= In-Reply-To: <47CBCED6.5050607@gmail.com> Content-Disposition: inline Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="iso-8859-1" To: =?ISO-8859-1?Q?K=E9vin_REDON?= , dosEmu-list On Mon, Mar 3, 2008 at 5:11 AM, K=E9vin REDON wrot= e: > even as root it doesn't work, but no error when starting. > it recognises sdb1, because it complains when it's mounted (in linux= ) > and if it's not connected it doesn't start. > here all the infos : > dosemu : > [...] > E: HD3, Pri[ 1], CHS=3D 0-1-1, start=3D 0 MB, size=3D 1906 M= B [...] > E: =3D LINUX\FS/MEDIA/CDROM CDROM:1 attrib =3D READ ONLY Ok, this means /dev/sdb1 is recognized, as non-root too (it has the right size where 1 MB=3D1024*1024 bytes), but autoexec.bat calls lredir= : the CDROM at E: overrides it. You can fix that by either doing "lredir del e:" at the DOS prompt which uncovers the CDROM so that E: is your /dev/sdb1. Or you can, in Linux, create an empty "E:" drive: mkdir ~/.dosemu/drives/e so that drives/* has three drives and /dev/sdb1 will be F: for real. HTH Bart -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html