From mboxrd@z Thu Jan 1 00:00:00 1970
From: Pat LaVarre
Subject: Re: editable udf metadata
Date: 24 Oct 2003 15:40:12 -0600
Sender: linux-fsdevel-owner@vger.kernel.org
Message-ID: <1067031612.16779.51.camel@patehci2>
References: <1065553341.8172.45.camel@patehci2>
<20031007204951.A25423@falcon.csc.calpoly.edu>
<1065631289.6625.34.camel@patehci2> <1065631668.6625.48.camel@patehci2>
<1065635511.7602.38.camel@patehci2> <1066773266.2888.83.camel@patehci2>
<1066778250.2888.129.camel@patehci2> <1066925185.11813.21.camel@patehci2>
Mime-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Return-path:
Received: from email-out1.iomega.com ([147.178.1.82]:10737 "EHLO
email.iomega.com") by vger.kernel.org with ESMTP id S262613AbTJXVkd
(ORCPT );
Fri, 24 Oct 2003 17:40:33 -0400
Received: from royntex01.iomegacorp.com (unknown [147.178.90.120])
by email.iomega.com (Postfix) with ESMTP id 13EF11DC0
for ; Fri, 24 Oct 2003 15:40:33 -0600 (MDT)
To: linux-fsdevel@vger.kernel.org
In-Reply-To: <1066925185.11813.21.camel@patehci2>
List-Id: linux-fsdevel.vger.kernel.org
> 3: Where on the web does an already `make`able udf fsck appear?
>
> We haven't yet published how to make the cvs udf fsck.
> ...
Correction. By now we have explained how to make. Now the answer is
merely:
./bootstrap
./configure
make
However, as yet, not counting comments, the udffsck/udffsck tool we're
making is merely:
int main(int argc, char *argv[])
{
return 0;
}
So as yet the FAQ directing you to udfct udf_test (aka the Philips UDF
Verifier) still applies.
Pat LaVarre