From owner-freebsd-questions Wed Jan 17 10: 5:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 031AE37B402 for ; Wed, 17 Jan 2001 10:04:49 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id UAA07584; Wed, 17 Jan 2001 20:11:52 +0100 Message-ID: <3A65DEFF.BB5469E5@i-clue.de> Date: Wed, 17 Jan 2001 19:05:51 +0100 From: Christoph Sold Reply-To: christoph.sold@server.i-clue.de Organization: i-clue interactive X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Bill Moran Cc: questions@FreeBSD.ORG Subject: Re: Netatalk, NFS and Samba References: <3A64ABD7.DE69A9B9@mail.iowna.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bill Moran schrieb: > > Recently set up a file server that services Mac, Windows & SGI clients. > (Using Netatalk, Samba and NFS - respectively) > Using FreeBSD 4.2-STABLE, > netatalk-1.4b2+asun2.1.3_1, > Samba-2.0.7 > > Just about everything works great. Everyone is sharing one big volume > where they can put their various project files. > > The problem is this: If someone creates a directory on either the NT or > SGI machines, the Macs can't delete it. That's it, every other > imaginable combination of file operations works fine. > > It appears that Netatalk creates dotfiles for each directory it > accesses. But for some reason, if the directory was created thru Samba > or UN*X, Netatalk can't delete these dotfiles, therefore the directory > isn't empty and can't be deleted. > All users, whether Netatalk, samba or NFS are mapped to "nobody" and > although permissions differ, perms for user "nobody" on any > file/directory are rwx - and all files/directories belong to "nobody". > > Is this a known bug? Is there a workaround? Should I be posting on the > Netatalk mailing list? Who's idea was it to put 13 in a baker's dozen? > Do I ask too many questions? From the netatalk afpd man page: Unix files beginning with '.' are not accessible from the mac. Hence you cannot delete directories containing dot files, since the Mac Finder does not know there are still files to delete in the directory you want to kill. There is no workaround. You should post to the netatalk list, too. I have no idea ;) Definitely. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message