From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 13 15:30:35 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E1A36C8; Thu, 13 Feb 2014 15:30:35 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4AB931FF7; Thu, 13 Feb 2014 15:30:34 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s1DFUXLQ078554 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 13 Feb 2014 08:30:33 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s1DFUX4G078551; Thu, 13 Feb 2014 08:30:33 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 13 Feb 2014 08:30:33 -0700 (MST) From: Warren Block To: Christian Brueffer Subject: Re: FreeBSD UDF support In-Reply-To: <52FC8E61.5050200@FreeBSD.org> Message-ID: References: <52FA94BF.80304@gwdg.de> <52FC8E61.5050200@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 13 Feb 2014 08:30:34 -0700 (MST) Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 15:30:35 -0000 On Thu, 13 Feb 2014, Christian Brueffer wrote: > On 2/13/14 10:14 AM, Wojciech Puchar wrote: >>> His project comes from NetBSD and modernises the UDF standard towards >>> 2.5x. With this driver, you would be able to read modern not encrypted >>> Blu-rays and DVDs. The driver works in principle, some minor issues have >>> to be solved. >>> >>> Unfortunately there is only very little interest to integrate this >>> driver into base. >>> >> i need RW support so it is not much use for me. > > NetBSD has newfs_udf(8), but it doesn't look like anyone has ported it > to FreeBSD yet, GSOC candidates have been requested. That might be perfect.