From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Oldeman Subject: Re: Accesing files from a mounted CIFS share - not working? Date: Wed, 16 Dec 2009 23:01:06 -0500 Message-ID: References: <200902130713.33138.hugoac2004@gmail.com> <838f4dc10902130622l7487eeefgf85135e1e5648d70@mail.gmail.com> <200902130736.35528.hugoac2004@gmail.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=XBkEGiNwup3KJDE892HB7vLgWzEHmY+VwcVICF+QhQI=; b=lV/EiGlZSYBdOlFxMBgnanOQVhhV+N9VBDRGPPaysM07xZLxAagpxkoFlgMCJqzO5Z l4XIPqyPLZBK8omF4+wPQRr0kseSYYd5/R29QM9yUk+sNZU/SCfCcyfo7nzCfb4WOHr9 QrM8t2d4MTH0+ZEZln3B/9PgVxcNrgRJVeD/4= In-Reply-To: Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alejandro Mery Cc: linux-msdos@vger.kernel.org 2009/11/15 Alejandro Mery : > I have the same problem since I upgraded from Ubuntu 9.04 to 9.10. Using -D+d9 I > see it fails to stat() the directory. Weird because I started `dosemu` from > within that directory. If I bind a drive to that directory dosemu fails to start > claiming the directory doesn't exist. It has to do with DOSEMU not using 64-bit stat() (on i386, that is) see http://bugzilla.kernel.org/show_bug.cgi?id=14647 http://sourceforge.net/tracker/?func=detail&atid=457448&aid=2915601&group_id=49784 DOSEMU SVN r1998 now fixed it; alternatively you can specify the noserverino option when mounting the share. Bart