[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What version(s) of ISO 9660 does the IIgs CDROM driver support?
- Subject: Re: What version(s) of ISO 9660 does the IIgs CDROM driver support?
- From: rubywand@swbell.net
- Date: 1997/05/07
- Newsgroups: comp.sys.apple2
- Organization: Southwestern Bell Internet Services
- References: <5ko0v9$b00@bmerhc5e.bnr.ca>
Jeffrey Robertson writes ...
>
> ....
> Like the subject line says, I'm wondering which of the three
> versions of ISO 9660 the IIgs's CD-ROM driver supports.
>
> Level 1 supports only ABCDEFGH.123 type filenames, but
> Levels 2 and 3 support 30 character names, with greater
> flexibility in the characters used.
>
> Anyone know about this? I fear only level 1 is supported,
> but it would be much nicer if levels 2 or 3 are.
>
> What does the Golden Orchard CD use? (What are the file
> names like?)
>
Golden Orchard has one ProDOS volume (which can be booted) and six
HFS volumes. (HFS file names can be long and may include
non-letter/number characters.)
According to the GS/OS Reference, the High Sierra Group and ISO 9660
formats are nearly identical. It does not mention ISO 9660 version.
The High Sierra File System Translator supports long file names
which can contain upper-case letters, digits 0-9, and the underscore
character. Non-directory file identifiers can have three parts: file
name, name extension, version number. The file name, a period, and the
name extension can sum to 31 characters. HS.FST allows a non-directory
file identifier to consist of just the file name or just the name
extension.
Subdirectories and associate files (e.g. resources) are supported.
Multiple volumes and multi-session are not supported. HS.FST supports
reads but not writes.
Rubywand