From owner-freebsd-questions Tue Jan 23 14:51:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from utterlux.hq.communitconnect.com (unknown [206.28.215.90]) by hub.freebsd.org (Postfix) with ESMTP id 3E82837B400 for ; Tue, 23 Jan 2001 14:51:28 -0800 (PST) Received: from localhost (marius@localhost) by utterlux.hq.communitconnect.com (8.11.1/8.11.1) with ESMTP id f0NMpGV55816 for ; Tue, 23 Jan 2001 17:51:20 -0500 (EST) (envelope-from marius@mail.communityconnect.com) X-Authentication-Warning: utterlux.hq.communitconnect.com: marius owned process doing -bs Date: Tue, 23 Jan 2001 17:51:16 -0500 (EST) From: Marius X-Sender: marius@utterlux.hq.communitconnect.com To: questions@freeBSD.org Subject: File system access across multiple platforms Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG O.K. I have gotten in a bit deep here. What I essentailly want to do is allow a Mac (OS 9) user to access a legacy MS-DOS file system to manipulate some files. I am most of the way there. I have the old msdos hard drive in a FreeBSD 3.5-Stable box, the filesystem correctly mounts at boot time, and the Mac user can see the files system via netatalk. The old hard drive has been mounted on /mnt/dosc, and the entire file system is owned by the macuser. The problem is, though the macuser can login to the account via netatalk, and browse the filesystem in question, s/he can't copy any of the files to the local Apple hard drive, or manipulate any of the files. The Mac system complains that any given file "is already in use" and thus can't be manipulated. Anybody run into this before? Is there something I can do on the FreeBSD side to rectify things? The macuser can copy/modify things normaly in his/her home directory, which has the same permissions as the mounted file system. The UFS behaves as expected. Likewise I have no problems on the FreeBSD machine copying or moving things around, as the macuser. Important stats: (Just in case it matters) uname -a FreeBSD milux.ny.home 3.5-STABLE FreeBSD 3.5-STABLE #7: Sun Jan 7 12:40:17 EST 2001 marius@milux.ny.home:/usr/src/sys/compile/MILUX i386 netatalk-1.4b2+asun-2.1.3 ls -ld /mnt/dosc drwxr-xr-x 1 macuser macuser 16384 Jan 1 1980 /mnt/dosc ls -ld /home/macuser drwxr-xr-x 6 macuser macuser 512 Jan 16 18:32 /home/macuser -Marius M. Rex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message