From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?S8OpdmluIFJFRE9O?= Subject: /dev/sd* on ubuntu Date: Sun, 02 Mar 2008 23:27:57 +0100 Message-ID: <47CB29ED.2020806@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; bh=Zun2yxohF92fWYm8NmxRai08ZrtzyoDsZzD97ZWJ4NY=; b=C2C5Wjkw6psiyv0uCaaTrp2+cZwwaoZggpJqLECgtG1YXDMnJRv5Ys9vIkPJKQ34rTgqQyGN5XPonLjKv18n+QhFUAhE1lhACJF71RjgaS8MO92yCg2OIDpdz/PIAwDuSiivh0dClgNCReQm/VDe+9Gy6Tvs+HpNpjhP9vYAKxw= Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Hi, Ubuntu 7.10 has dosemu 1.4.0.0 I modified the /etc/dosemu/dosemu.conf : $_hdimage = "drives/* /dev/sdb1" sdb1 existe, it's a FAT32 and it's unmounter but dosemu never mounts it (should be F:) lredit f: LINUX\FS/dev/sdb1 does not report errors but writing are reading files on it is impossible (not enough space/file does not exist) the same if I use .dosemurc Did a miss a config line ?