Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2008 08:21:27 -0600
From:      Scott Long <scottl@samsco.org>
To:        Andriy Gapon <avg@icyb.net.ua>
Cc:        Jeremy Chadwick <koitsu@freebsd.org>, Stefan Lambrev <stefan.lambrev@moneybookers.com>, freebsd-stable@freebsd.org, Zoran Kolic <zkolic@sbb.co.yu>
Subject:   Re: udf
Message-ID:  <48318CE7.10507@samsco.org>
In-Reply-To: <48318B97.5090200@icyb.net.ua>
References:  <1210965790.00070991.1210954202@10.7.7.3>	<1210965791.00070995.1210954203@10.7.7.3> <1210965792.00070997.1210954803@10.7.7.3> <1210969383.00071003.1210956601@10.7.7.3> <48318B97.5090200@icyb.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Andriy Gapon wrote:
> on 16/05/2008 19:48 Scott Long said the following:
>> There is no write support in UDF in FreeBSD.  When I wrote the fs code,
>> packet writing was the only way to do discrete writes, and it's very
>> hard to make that work with a traditional VM system.  Now with DVD+R,
>> it's probably worth someone's time to look at it (though the append-only
>> nature of +R means that there are still some nasty VM complications to
>> deal with).  Until that happens, mkisofs can be used to create a static
>> UDF filesystem.
> 
> BTW, Remko has kindly notified me that Reinoud Zandijk has completed his
> long work on UDF write support in NetBSD. I think that porting his work
> is our best chance to get write support in FreeBSD too.
> 

I think you'll find that implementing VOPs and filling in UDF data
structures will be easy, while interacting with the VM will be many
orders of magnitude harder.  Still it should be a fun challenge for
someone to do.

Scott




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48318CE7.10507>