From mboxrd@z Thu Jan 1 00:00:00 1970
From: Pat LaVarre
Subject: Re: Fwd: udf folders pointing to self and above
Date: 23 Oct 2003 12:35:02 -0600
Sender: linux-fsdevel-owner@vger.kernel.org
Message-ID: <1066934102.2276.180.camel@patehci2>
References: <1066779468.2888.146.camel@patehci2>
<1066829113.7159.136.camel@patehci2> <1066871053.9105.50.camel@patehci2>
<1066876910.9105.145.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]:50897 "EHLO
email.iomega.com") by vger.kernel.org with ESMTP id S261614AbTJWSfT
(ORCPT );
Thu, 23 Oct 2003 14:35:19 -0400
Received: from royntex01.iomegacorp.com (unknown [147.178.90.120])
by email.iomega.com (Postfix) with ESMTP id 4DEEE1F4D
for ; Thu, 23 Oct 2003 12:35:18 -0600 (MDT)
To: linux-fsdevel@vger.kernel.org
In-Reply-To: <1066876910.9105.145.camel@patehci2>
List-Id: linux-fsdevel.vger.kernel.org
Solved! Indeed, solved by "use cvs udftools", precisely as hinted.
Thank you all.
Pat LaVarre
P.S. A tty log of the contrast follows ...
> > $ sudo udf_test /dev/loop0 | grep -i -B 1 -A 7 'error:'
> > EFE file type DIR name: "lost+found"
> > EFE 28 icbtag error: parentICBLocation: (3,0),
> > - recommended: (0,0) for strategy type 4.
> > - Icbtag Parent ICB Location shall not point to itself
> > - or to a higher parent in the directory hierarchy.
> > - ECMA 3rd edition 4/8.10.1, 4/14.6.7, UDF 2.3.5.3.
> > - icbtag: ECMA 4/14.6.*, 4/A.5, UDF 2.3.5.*, 6.6
> > - name: "lost+found"
> > EFE 216 Embedded data, 40 bytes
>
> Versus the 2002 Feb 9 1.0.0b2 udftools of
> sourceforge, I yield 2643 lines of diff -ur
> if I try:
>
> % setenv CVSROOT :pserver:anonymous@cvs.sourceforge.net:/cvsroot/linux-udf
$ find `which mkudffs` -printf '%l\n'
.../udftools-cvs/mkudffs/mkudffs
$
$ sudo losetup /dev/loop0 dd.bin
$
$ sudo mkudffs --udfrev=0x0102 /dev/loop0
$
$ sudo udf_test /dev/loop0 -udf 1.02 | egrep -i '(error|warning|note):'
$
$ sudo udf_test /dev/loop0 -udf 1.02 | egrep -i 'final udf rev'
Final UDF Revision range: 1.02 only
$