From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo Cardozo Subject: Accesing files from a mounted CIFS share - not working? Date: Fri, 13 Feb 2009 07:13:33 -0300 Message-ID: <200902130713.33138.hugoac2004@gmail.com> Reply-To: hugoac2004@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:from:reply-to:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=Zj8lFrbYHl8kWbG+Ha8ToLC5QFxchZuha+gjlJydYPc=; b=g7zGAKuBo3MYqxHOD64S8HqQB4Gg8UC2jnJl1VoT6GOtnreeN4ps9IRk8YagXNLzoL USfWz6TkIckjDHfICyzm9u30WI5b6nSVtKf501dIoCvElOpErP+JEOMeC6+PEHphYMqx JOy0/5YUtF3s7m/iU57870lExWQaF3AzQym44= Content-Disposition: inline Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Hi to all; I'm using various GNU/Linux distros, specifically Debian Etch and Ubuntu Intrepid Ibex, both with Dosemu 1.4.0 installed and running. I have a CIFS share, which both distros mount as /mnt/remote (with full R/W permissions), and contains some DOS-programs and files used by those programs. I setup my "C drive" like this: c:\--- |---freedos |---remote |---local the dir "freedos" containing the OS, the dir "local" just for testing purposes, and "remote" being a symlink to /mnt/remote. In Debian, I can cd into "c:\remote" and run the DOS-programs and edit my DOS-files in the share just fine. But not in Ubuntu. I can cd into "c\remote", but when I try to run any DOS-program in the share, it just shows the prompt again. And, when I try to edit the DOS-files, or even try a "type DOS-file.txt", I get a "File not found" error. Note that I get those errors working with the files in the share, but when I copy the same files out of "c:\remote" (into my local disk, let's say into "c:\local"), everything works! Then I can edit my files and run my programs. A Dosemu/CIFS/Ubuntu related problem? Any pointing in the right direction will be apreciated :-) Hugo Segovia