- TRANS.TBL
TRANS.TBL is a file on
ISO 9660 (Compact Disc computer data)filesystem s, used to provide more flexiblefilename s than the basic ones allowed by the ISO 9660 standard. It was the most common way of providing "long filenames" on early computer CDs before the Rock Ridge and Joliet extensions became widespread.Strictly created ISO 9660 filenames can only contain up to 8 capital letters or digits, followed by a period and up to three more capital letters or digits. TRANS.TBL is simply a normal file each directory, containing the extended versions of file names in that directory; a system reading the filesystem can then use the extended filenames (sometimes called "long filenames") instead of the ISO ones.
The TRANS.TBL file is a plain
ASCII text file. Each line contains three fields, separated by an arbitrary amount ofwhitespace :
* the file type ("F" for file or "D" for directory);
* the ISO 9660 filename (including the usually-hidden ";1" for files); and
* the extended filename, which may contain spaces.Most implementations that create TRANS.TBL files put a single space between the file type and ISO 9660 name and some arbitrary number of tabs between the ISO 9660 filename and the extended filename.Native support for using TRANS.TBL still exists in many
ISO 9660 implementations, particularly those related toUnix . However, TRANS.TBL has long since been superseded by the Rock Ridge and Joliet extensions to ISO 9660, and modern utilities that createISO 9660 images either can't create TRANS.TBL files at all, or no longer create them unless explicitly requested by the user. Since a TRANS.TBL file has no special identification other than its name, it can also be created separately and included in the directory before filesystem creation.Example
A modified version of the TRANS.TBL file in the
root directory of aCentOS installation CD, showing the ISO 9660 and extended versions of each filename:D CENTOS CentOSF GENERIC.INS;1 generic.insF GPL.;1 GPLD HEADERS headersD IMAGES imagesF RELEASE_.;1 RELEASE-NOTESD REPODATA repodataF RPM_G000.;1 RPM-GPG-KEY-centos4F RPM_GPG_.;1 RPM-GPG-KEYD SRPMS SRPMSF YUMGROUP.XML;1 yumgroups.xmlF _DISCINF.;1 .discinfo
Wikimedia Foundation. 2010.