From owner-freebsd-questions@freebsd.org Mon Apr 24 15:49:02 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 232DDD4DB02 for ; Mon, 24 Apr 2017 15:49:02 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77B35BA6 for ; Mon, 24 Apr 2017 15:49:01 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id v3OFmnpO005598; Tue, 25 Apr 2017 01:48:49 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 25 Apr 2017 01:48:49 +1000 (EST) From: Ian Smith To: "Christofer C. Bell" cc: Tomek CEDRO , FreeBSD Questions Mailing List , Jon Radel , Felix Friedlander , Thomas Mueller Subject: Re: Accessing UFS partitions from a Macbook In-Reply-To: Message-ID: <20170425010036.Q34672@sola.nimnet.asn.au> References: <20170420233840.N9330@sola.nimnet.asn.au> <20170421011323.Q9330@sola.nimnet.asn.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Mon, 24 Apr 2017 16:49:54 +0000 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2017 15:49:02 -0000 On Mon, 24 Apr 2017 04:43:40 -0500, Christofer C. Bell wrote: > On Thu, Apr 20, 2017 at 10:56 AM, Tomek CEDRO wrote: > > > > > Remember about native SSH on macOS (see System Preferences / Sharing / > > Remote Login) that could give you nice way to get the job done > > remotely :-) > > > > Tomek has already mentioned it here, but in case it wasn't clear, turning > on Remote Login under Sharing (you can use your Daughter's account) enables > scp/sftp (and, of course, ssh). So instead of plugging in the backup > drive, you can just upload the files from your own computer using scp or > sftp. Since your backup drive is UFS and you're posting here, I assume > it's FreeBSD. You can just use the command line tools in FreeBSD to send > the files over. Exactly, as I figured from Tomek telling me where to go to set it up :) Definitely my preferred environment where available. > Alternatively, if you're already running Samba on your FreeBSD machine, > note that macOS can act as a client to that. You'd just connect in Finder > (smb://ip.address/share_name/) and copy the files over using Finder. Thanks for another useful clue Chris, and also to Felix and Tom for further discussion. So many halpful and cluey people on this list .. > While macOS can't read FreeBSD's UFS, it's a nifty little UNIX[1] server in > its own right. It's been a certified UNIX(r) since 2007's Leopard release > (version 10.7). > > [1] https://www.opengroup.org/openbrand/register/brand3627.htm OTOH, it doesn't bother me at all that FreeBSD is not so blessed :) I had a lot of fun in my 30 or so minutes, learning three-finger swiping and such to get around, and once running Terminal, I felt quite at home. She's since said "Dad, no more than 10 gigs, please!" so I find my 40GiB msdosfs partition is more than enough anyway, as is a 16GB memstick, but I've learned a lot from this thread. thanks, Ian