From owner-freebsd-questions@freebsd.org Mon Apr 24 09:44: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 DD1A9D4C686 for ; Mon, 24 Apr 2017 09:44:02 +0000 (UTC) (envelope-from christofer.c.bell@gmail.com) Received: from mail-qt0-x232.google.com (mail-qt0-x232.google.com [IPv6:2607:f8b0:400d:c0d::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 961651615 for ; Mon, 24 Apr 2017 09:44:02 +0000 (UTC) (envelope-from christofer.c.bell@gmail.com) Received: by mail-qt0-x232.google.com with SMTP id m36so108564279qtb.0 for ; Mon, 24 Apr 2017 02:44:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=kvFtZiPOazB6uV/U7MHgqmZng0dDirlt+2EoQMDnKK4=; b=tUxB0+WMN2OA+Q8J1lcapH2twsz5puO5UeXg7N75ip4hWuMwVsOoFerminzbZnw+ck eHp15I5bVMqablvVWz4aBWBXR9NBhNNaJec9fG1bVylsduvgb9yRY+Uu0i/gZaacyTqT n+2viS6ZIq34eeW8JhIbsRqei4PBqs34gBN1VPLOYnskpIaqMdTPnQFJQS6G/Qjw5s4G GI+qwQVOkxmKR21nRGOIyI2QCjHmel5m9qkcPSfleDbIWYyqSx53uujAmBlyjTjslKyE 3y0roMtR/vXOt29KfKAPkcZ+jbtczozPe8H4E/jYuFmg5NqhSJURJ4SmzNhk01+YJ2hb 0o3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=kvFtZiPOazB6uV/U7MHgqmZng0dDirlt+2EoQMDnKK4=; b=oGmekqDFKZxt/ytFWo//JUNMnhUM1MPs4I7d0/ZD3QKyJnIzN5DVdD5F4w8KCNG9DG QF1SAW6VoTUGM+Z4yLRzjhGJ61EIuazHykszjLVAEge5g55Ul1q/+cYb3Bz5tL6FQrmS xILYiCLgH5tAET6VhcXab9nw2WIxfl2JZHK6eN2U5x0nDpHMixqepw/IfeGXPtvOPqnD wEs4DMmUd1EixO3u9ShBR3iKxQBFqLD5T9RHCoECDDCa1qS5eC7RK51sN4iozt/sdSKi q0W2J4cuI8MSAGQqH101VqR2TUiL7460hsGy0QFIhT2Tj5nE8skPgCv7F6IKA5+DgnMe UTog== X-Gm-Message-State: AN3rC/6/uL6IOl4fa0yA6S6dRqjk/KfwnBjj0p34FAcrfzw6Ukokuy7e KB2oONWjKvY882WzH6RHF1aqjHZBtw== X-Received: by 10.200.45.167 with SMTP id p36mr27786755qta.265.1493027040745; Mon, 24 Apr 2017 02:44:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.150.157 with HTTP; Mon, 24 Apr 2017 02:43:40 -0700 (PDT) In-Reply-To: References: <20170420233840.N9330@sola.nimnet.asn.au> <20170421011323.Q9330@sola.nimnet.asn.au> From: "Christofer C. Bell" Date: Mon, 24 Apr 2017 04:43:40 -0500 Message-ID: Subject: Re: Accessing UFS partitions from a Macbook To: Tomek CEDRO Cc: Ian Smith , FreeBSD Questions Mailing List , Jon Radel Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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 09:44:03 -0000 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. 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. 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 -- Chris "If you wish to make an apple pie from scratch, you must first invent the Universe." -- Carl Sagan