From owner-freebsd-fs@FreeBSD.ORG Fri May 20 08:47:18 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 C3B081065670; Fri, 20 May 2011 08:47:18 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-px0-f176.google.com (mail-px0-f176.google.com [209.85.212.176]) by mx1.freebsd.org (Postfix) with ESMTP id 94B118FC0A; Fri, 20 May 2011 08:47:18 +0000 (UTC) Received: by pxi11 with SMTP id 11so2855633pxi.7 for ; Fri, 20 May 2011 01:47:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=blirRTQCZDD6c1UGFgvOxQW4gvPoZVsdDCV4Gsm7AgU=; b=tWUFD3NBDGpWpf0hCcX75uN2DFFBOP5kv1rc1xIPhDX3sLcUM4JNQq8Ssghkm+zYcj 5oR8qH9GVrjTlBu3k5YaCmOPdBa3o1fHxIxJosEyql3gIiKXLa9KVrkEntum8y3AHSEe LvAkHP1hsRzv7W3pNAvzxJcJYy7W69Xo+7j1E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=oXER/+4mOQC/cqQe85TJ7XrgW2hH9k44xDAi9elKhF8EXRKqZRyO/b+l+GSR1MIKxz gmB5kLQtdO1bQyjjjwqlTpWm4lbefEE0hc9prT+cDVLNiE3rJCaHzBAw6hqqBU8zn2Fm 1f0yxWrG/0z31OL9fxc0xKYw4Ub1ND649qxM4= MIME-Version: 1.0 Received: by 10.142.249.34 with SMTP id w34mr2435874wfh.301.1305881237993; Fri, 20 May 2011 01:47:17 -0700 (PDT) Received: by 10.142.157.2 with HTTP; Fri, 20 May 2011 01:47:17 -0700 (PDT) In-Reply-To: References: Date: Fri, 20 May 2011 04:47:17 -0400 Message-ID: From: grarpamp To: bf1783@gmail.com Content-Type: text/plain; charset=UTF-8 Cc: freebsd-fs@freebsd.org, freebsd-questions@freebsd.org Subject: Re: UDF and DVD's 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: Fri, 20 May 2011 08:47:18 -0000 > Obviously, the base system UDF support is minimal and needs some work. > But you may find that ports like sysutils/cdrtools[-devel] or > sysutils/udfclient will allow you to do much of what you want to do. Hmm. perhaps I may be able to create and burn [both modes occurring in userland] with cdrtools. But certainly not to read or write in kernel mode yet AFAICT. I'll investigate udfclient, that is new to me as a userland tool. I was hoping for kernel level compatibility. As are, I suspect, we all :)