9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] weird file names
Date: Fri,  3 May 2002 11:14:30 -0400	[thread overview]
Message-ID: <fe8e324316f9582121706de20e01e4ad@plan9.bell-labs.com> (raw)

> 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


             reply	other threads:[~2002-05-03 15:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-03 15:14 Russ Cox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-05-03  7:01 Taj Khattra
2002-05-03  7:16 ` William Josephson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe8e324316f9582121706de20e01e4ad@plan9.bell-labs.com \
    --to=rsc@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).