Linux filesystem development
 help / color / mirror / Atom feed
* Fwd: udf folders pointing to self and above
@ 2003-09-29 21:53 Pat LaVarre
  0 siblings, 0 replies; 7+ messages in thread
From: Pat LaVarre @ 2003-09-29 21:53 UTC (permalink / raw)
  To: linux-fsdevel

[-- Attachment #1: Type: text/plain, Size: 912 bytes --]

linux-scsi kindly suggests linux-fsdevel@vger.kernel.org folk may wish
to discuss:

-----Forwarded Message-----

From: Pat LaVarre <p.lavarre@ieee.org>
To: linux-scsi@vger.kernel.org
Subject: udf folders pointing to self and above
Date: 29 Sep 2003 13:37:42 -0600

To create a place to collect what you & Google teach me over time, I
will go ahead and mention:

Often I find if I create an initially zero + `mkudffs` disk of 1 GiB,
the Philips udf verifier udf_test complains as follows.

...
    309 read block
EFE  file type DIR    name: "lost+found"
EFE  28  icbtag error: parentICBLocation: (34,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
...


[-- Attachment #2: zlxudf.udfct_1.0r2.txt.bz2 --]
[-- Type: application/x-bzip, Size: 3939 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re:  Fwd: udf folders pointing to self and above
@ 2003-10-21 23:37 Pat LaVarre
  2003-10-22 13:25 ` Pat LaVarre
  0 siblings, 1 reply; 7+ messages in thread
From: Pat LaVarre @ 2003-10-21 23:37 UTC (permalink / raw)
  To: linux-fsdevel

Courtesy the linux-fsdevel "editable udf metadata" thread, specifically:
http://marc.theaimsgroup.com/?l=linux-fsdevel&m=106677828430258
we now have this same error printed in Linux.

In the example tty log below I override the --udfrev 0x0201 default of
mkudffs, and still I get much the same error.

Pat LaVarre

$ dd of=dd.bin bs=1M seek=15 count=1 if=/dev/zero
1+0 records in
1+0 records out
$
$ sudo losetup /dev/loop0 dd.bin
$
$ sudo mkudffs --udfrev 0x0201 /dev/loop0
start=0, blocks=16, type=RESERVED
...
start=8191, blocks=1, type=ANCHOR
$
$ 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
$



^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re:  Fwd: udf folders pointing to self and above
@ 2003-10-23  4:31 Steve Jobs
  0 siblings, 0 replies; 7+ messages in thread
From: Steve Jobs @ 2003-10-23  4:31 UTC (permalink / raw)
  To: linux-fsdevel

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
%
% cvs login
(Logging in to anonymous@cvs.sourceforge.net)
CVS password:
%
% cvs co udftools
cvs server: Updating udftools
U udftools/.cvsignore
...
U udftools/wrudf/wrudf.h
%
% cvs logout
(Logging out of anonymous@cvs.sourceforge.net)
%

Pat LaVarre


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-10-23 18:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-29 21:53 Fwd: udf folders pointing to self and above Pat LaVarre
  -- strict thread matches above, loose matches on Subject: below --
2003-10-21 23:37 Pat LaVarre
2003-10-22 13:25 ` Pat LaVarre
2003-10-23  1:04   ` Pat LaVarre
2003-10-23  2:41     ` Pat LaVarre
2003-10-23 18:35       ` Pat LaVarre
2003-10-23  4:31 Steve Jobs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox