From owner-freebsd-questions@freebsd.org Sun Jul 26 13:39:31 2015 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 6D0EB9AAA14 for ; Sun, 26 Jul 2015 13:39:31 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4C82C91C for ; Sun, 26 Jul 2015 13:39:31 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 4B6D59AAA13; Sun, 26 Jul 2015 13:39:31 +0000 (UTC) Delivered-To: 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 4AFD69AAA11 for ; Sun, 26 Jul 2015 13:39:31 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (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 C6C8091B for ; Sun, 26 Jul 2015 13:39:30 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: by laah7 with SMTP id h7so35477811laa.0 for ; Sun, 26 Jul 2015 06:39:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=+yd++kb5iVmXStGcV4WuF/W1NWs0rdiUcBPG8WPvxbU=; b=dO7eYKLfONqQZSi7aPHN3P8sOfzFNaD970+UQiqGLXJWjLNlSUdC668yOUoiQi/xK0 WMkFJth14MIBdEy/+6DUo3KpiEo9TmmtvXwPwoYF6NjDBbtseUtSgtioMOC5wL9uasnz ZiA51rX2yfgmr0+loi/tZB+CbNiaR5UH9i4BBalZ/Xnm6hqFSz1ZqPfkug753tNuMydg h0P56iAiA0KIELgdoy7zxVJm0zd/PbO47ZrYJy9CXPXvMp77/b908Pyuy1q/aNSSKpP9 4RdOIpLcHPqskULLwdWS2a4ZuhTNCiXvSRti7i5PW8iyKwhY6B6Y7mXG3AlPlWzE04ap UzpQ== MIME-Version: 1.0 X-Received: by 10.152.182.194 with SMTP id eg2mr22392440lac.71.1437917968839; Sun, 26 Jul 2015 06:39:28 -0700 (PDT) Sender: tomek.cedro@gmail.com Received: by 10.152.45.5 with HTTP; Sun, 26 Jul 2015 06:39:28 -0700 (PDT) In-Reply-To: <20150726092034.6303fab3@atomizer> References: <20150726072156.6b72ddaf@atomizer> <20150726092034.6303fab3@atomizer> Date: Sun, 26 Jul 2015 15:39:28 +0200 X-Google-Sender-Auth: vlmhuedUXWgzi4Xhd2SvSLMEu-k Message-ID: Subject: Re: Sharing file between OSes with UDF From: CeDeROM To: Rod Person Cc: "questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2015 13:39:31 -0000 On Sun, Jul 26, 2015 at 3:20 PM, Rod Person wrote= : > On Sun, 26 Jul 2015 15:10:23 +0200 > CeDeROM wrote: > >> Here is a nice comparison of UDF support. I was also wondering about >> that some years ago :-) >> >> https://en.wikipedia.org/wiki/Universal_Disk_Format >> > > Thanks. I was fearing that FreeBSD was read only. OS X even > newfs_udf. Would how hard it would be to port NetBSD's version? I've > maintained a few ports...but this one might be a little beyond me :( I guess newfs works on a file, so it should be possible to port it easily. UDF support would be nice, even as part of FUSE... The newfs utility is used to initialize and clear file systems before first use. The newfs utility builds a file system on the specified sp= e=E2=80=90 cial file. (We often refer to the =E2=80=9Cspecial file=E2=80=9D as t= he =E2=80=9Cdisk=E2=80=9D, although the special file need not be a physical disk. In fact, it need not ev= en be special.) Typically the defaults are reasonable, however newfs has numerous options to allow the defaults to be selectively overridden. --=20 CeDeROM, SQ7MHZ, http://www.tomek.cedro.info