From owner-freebsd-questions@FreeBSD.ORG Fri May 20 05:32:08 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FDCE106564A for ; Fri, 20 May 2011 05:32:08 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 34D308FC12 for ; Fri, 20 May 2011 05:32:07 +0000 (UTC) Received: by vws18 with SMTP id 18so3326842vws.13 for ; Thu, 19 May 2011 22:32:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:date:message-id:subject :from:to:cc:content-type; bh=IRvRePyx14hJhHOFdTqcHERjoeNNtdFkDt5yPxbErDk=; b=RAe6kGuDu4YvhlKIFOHb74blzXHvHoZEI3neQFHum3RnGMAjQog4Zkdc+ny+0Tm71x 1lMq9A6zHy6tXT2ED/dnNfnIFVHesyG+h07OL2UT6o6LEVcfoNA36SQlAaDZLLPIcswP 8+YLXjd0KnOENsqn+xqjvv+jUN0jLE1OdCMM4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=nN+XvlGtbw4Gfzs06Qo/j96zTL3DwB7h0n9h8yKMWPl2AIaYRbr6W7+Uwy4ZlwJYE0 M+QGFFKqxWm+9LnNbdN9xT8rqcto/bOruVcDZVcH+zoSXHw5tDl9G6I9XQg5cLOyMF7+ 8dMHRJh1Xqal9hQUgI1ygp5/4ML1rE0G5K5Lw= MIME-Version: 1.0 Received: by 10.52.97.7 with SMTP id dw7mr5762671vdb.109.1305869527287; Thu, 19 May 2011 22:32:07 -0700 (PDT) Received: by 10.52.110.231 with HTTP; Thu, 19 May 2011 22:32:07 -0700 (PDT) Date: Fri, 20 May 2011 01:32:07 -0400 Message-ID: From: "b. f." To: freebsd-questions@FreeBSD.org, freebsd-fs@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: grarpamp Subject: Re: UDF and DVD's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2011 05:32:08 -0000 grarpamp wrote: ... > I'm guessing the current state within FreeBSD means that I can > neither read, nor create, or write, readable (compatible) images > at this, or any given, UDF level? ... > > Is this a blocker for FreeBSD? > > For me, at least, minimally, that seems to be the case... as I now > have no way to rip, mount and add the files to this DVD that I would > like to add. Except to use Windows, which I consider to be unreliable > at best. 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. b.