From owner-freebsd-questions@FreeBSD.ORG Fri Apr 2 09:01:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5048D16A4CE for ; Fri, 2 Apr 2004 09:01:36 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E4D143D41 for ; Fri, 2 Apr 2004 09:01:35 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i32H3Fdu014136; Fri, 2 Apr 2004 18:03:26 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <406D9CD3.1050905@circlesquared.com> Date: Fri, 02 Apr 2004 18:03:15 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040326 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Panna References: <406D3128.3060907@gmx.de> In-Reply-To: <406D3128.3060907@gmx.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: OSX and Freebsd : what could be a good setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2004 17:01:36 -0000 Panna wrote: > I've purchased a new emac with OSX 10.3. > It's soon to arrive and so I'm thinking about a good way of > interacting the emac - which will be my main desktop - with my 5.2.1 > server. > Until now I used a windows laptop with xp and the files where shared > with samba. > So I thought that using an unixoid os would bring some advantages :-) > I think that I'll use hfs+ on the emac. > I've read about the hfs and hfs+ port but I doesn't want to take a risk. > > The freebsd server should act as mail and news-server and also as file > server. > Do I have to put the data on a fat32-slice? No. > If I setup a nfs-mount on the freebsd server and copy data from OSX to > it, is the data readable from Freebsd without the hfs port? Yes. A computer only needs filesystem support for drives that are physically mounted in it. When two machines talk across a network, they transfer data using network protocols, not mutual filesystem support. But it might also be worth considering installing the net/netatalk port. That way, the mac will be able to mount a network share on its desktop and you'll be able to use it just like the local hard drive. PWR.