9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] weird file names
@ 2002-05-03 15:14 Russ Cox
  0 siblings, 0 replies; 3+ messages in thread
From: Russ Cox @ 2002-05-03 15:14 UTC (permalink / raw)
  To: 9fans

> if i mount the plan9.iso archive on linux, i see some weird file
> and directory names.  e.g.
>
> /rc/bin/a: -> /rc/bin/D001139
> /rc/bin/b: -> /rc/bin/F001146
> /rc/bin/c: -> /rc/bin/D001140
> /rc/bin/9fat: -> /rc/bin/F001142
>
> i noticed a similar problem on a cdrom i had burned on solaris.
> is there any way to fix this ?

As William correctly guessed, the CD image has
ISO9660, Plan 9, and Joliet (MS Windows Unicode
long names) file tables.  No Rock Ridge, because
Plan 9 and Rock Ridge are somewhat incompatible.

You're seeing the Joliet names, or else you'd
see a lot more [DF]xxxxxx names.  The ones in
/rc/bin are unfortunate: even in Joliet they
have to be rewritten since they contain reserved
characters (the colons).

There's no way around this unless you implement
the Plan 9 extensions in your iso9660 reader.

(I could try to make Plan 9 and Rock Ridge extensions coexist,
but I'm really quite happy with Joliet, which has
the advantage of having a clear definition for dealing
with Unicode.)

Russ


^ permalink raw reply	[flat|nested] 3+ messages in thread
* [9fans] weird file names
@ 2002-05-03  7:01 Taj Khattra
  2002-05-03  7:16 ` William Josephson
  0 siblings, 1 reply; 3+ messages in thread
From: Taj Khattra @ 2002-05-03  7:01 UTC (permalink / raw)
  To: 9fans

if i mount the plan9.iso archive on linux, i see some weird file
and directory names.  e.g.

/rc/bin/a: -> /rc/bin/D001139
/rc/bin/b: -> /rc/bin/F001146
/rc/bin/c: -> /rc/bin/D001140
/rc/bin/9fat: -> /rc/bin/F001142

i noticed a similar problem on a cdrom i had burned on solaris.
is there any way to fix this ?

thanks

-taj


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

end of thread, other threads:[~2002-05-03 15:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-03 15:14 [9fans] weird file names Russ Cox
  -- strict thread matches above, loose matches on Subject: below --
2002-05-03  7:01 Taj Khattra
2002-05-03  7:16 ` William Josephson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).