From owner-freebsd-fs@FreeBSD.ORG Sat Apr 16 02:06:01 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85A5E106564A for ; Sat, 16 Apr 2011 02:06:01 +0000 (UTC) (envelope-from dan@3geeks.org) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4A3848FC14 for ; Sat, 16 Apr 2011 02:06:00 +0000 (UTC) Received: by ywf7 with SMTP id 7so492358ywf.13 for ; Fri, 15 Apr 2011 19:06:00 -0700 (PDT) Received: by 10.236.170.69 with SMTP id o45mr1421712yhl.488.1302919560527; Fri, 15 Apr 2011 19:06:00 -0700 (PDT) Received: from [10.0.1.237] (99-126-192-237.lightspeed.austtx.sbcglobal.net [99.126.192.237]) by mx.google.com with ESMTPS id l30sm1398586yhn.6.2011.04.15.19.05.58 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 15 Apr 2011 19:05:59 -0700 (PDT) References: <945861089.125242.1302917134332.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <945861089.125242.1302917134332.JavaMail.root@erie.cs.uoguelph.ca> Mime-Version: 1.0 (iPhone Mail 8G4) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <380C2890-68F4-4153-9306-965543F622EF@3geeks.org> X-Mailer: iPhone Mail (8G4) From: Daniel Mayfield Date: Fri, 15 Apr 2011 21:05:54 -0500 To: Rick Macklem Cc: FreeBSD FS Subject: Re: question on extended attributes X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2011 02:06:01 -0000 > Oh, I don't know if this might help, but... >=20 > The Mac OS X NFS client will create a bunch of .XXX files to store > the resource forks. So, if you NFS mounted the FreeBSD volume on > your Mac and then copied the subtree to the NFS mount point, Mac OS X > "might" create the fake resource fork files for you? (I'm not sure > which Mac copy programs know about resource forks.) If this works, > you'll see a bunch of stuff in the directories with names that start > with ._ if I recall correctly. Not sure what you can do with them on > FreeBSD though? I've seen that behavior too. My goal is have this work over ssh, as I am of= ten accessing things remotely. I want to be able do work on the freebsd sid= e(read, write, move or delete files) without leaving nfs droppings all over m= y filesystem. Think more along the lines of active/active working hosts than as a backup f= ile repository. I'm looking for least surprise when using the freebsd side.= Daniel=