From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 27 07:26:01 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2D6016A4CE for ; Sat, 27 Mar 2004 07:26:01 -0800 (PST) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0122343D39 for ; Sat, 27 Mar 2004 07:25:58 -0800 (PST) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (uucp@gwyn [127.0.0.1]) i2RFPtm3009700; Sat, 27 Mar 2004 16:25:55 +0100 Received: from saturn.UUCP (uucp@localhost)i2RFPtwQ009698; Sat, 27 Mar 2004 16:25:55 +0100 Received: (from nox@localhost) by saturn (8.11.4/8.8.5) id i2RFb9m17191; Sat, 27 Mar 2004 16:37:10 +0100 (CET) Date: Sat, 27 Mar 2004 16:37:10 +0100 (CET) From: Juergen Lock Message-Id: <200403271537.i2RFb9m17191@saturn> To: farrenkopf@mail.sub.uni-goettingen.de X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <29370000.1077528903@sub00261.sub.uni-goettingen.de> Organization: home cc: freebsd-emulation@freebsd.org Subject: Re: FreeBSD linux apps can not access mounted netware volumes X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 15:26:02 -0000 In article <29370000.1077528903@sub00261.sub.uni-goettingen.de> you write: >Hello, > >(I hope this is the appropriate group, I posted the question already to >"questions" and to some news groups.) > >I mount two NetWare shares within /etc/fstab at my FreeBSD desktop (using >mount_nwfs) and I >noticed in the past that linux applications like mulberry, acroread, etc. >can not access >these volumes. Instead they show an empty directory at the mount point and >nothing below. >Now I found that linux-mozilla-firebird (which is not my default browser) >is also not >able to access these shares, but it reports a permission problem: >"You don't have the permissions necessary to view this directory" > >The permissions are set to 755 for all directories and to 644 for all >files down the complete hierarchy. Owner and group are my local user:group. > >These are the lines from my /etc/fstab >/SERVER:USER/user /home/sfarren/.NW/user nwfs rw,noauto,\ >-A=SERVER 0 0 >/SERVER:USER/data /home/sfarren/.NW/data nwfs rw,noauto,\ >-A=SERVER 0 0 > >My colleagues with Linux boxes use ncpmount and do not encounter any >problems with the NetWare shares. All application which run FreeBSD native >have full access to the mounted NetWare volumes I could be wrong, but this sounds like you have empty directories under /compat/linux/home/sfarren/.NW... (or under /usr/compat/linux, depending on your system). That would at least explain this behaviour, because corresponding directories there are picked up before the real ones by the linuxulator. So the fix would be to just rmdir them... HTH, Juergen