Questions tagged [iso9660]

ISO 9660 is a standard describing volume and file structure of a CD-ROM. A free available version is the ECMA 119 standard.

ISO 9660 is a standard that describes the file system of a CD-ROM volume.

The ISO 9660 standard is identical to the freely available ECMA 119 standard, which can be found on the ECMA website.

Extensions to the ISO 9660 standard include:

  • Joliet
    Adds support for longer file names and identifiers using the Unicode character set. (Wikipedia)
  • El Torito
    Enables computer systems to boot from the ISO 9660 disc. (Wikipedia)
  • Rock Ridge
    Adds POSIX file permissions and ownership information, symbolic links, and support for longer file names. (Wikipedia)
33 questions
0
votes
1 answer

Can I create bootable .iso file after kernel compilation for the customized kernel in Ubuntu

Is it possible to create ISO Image of our current running operating system of Ubuntu? And my goal is to compile new kernel and make an ISO file.
rammohan
  • 11
  • 1
  • 5
0
votes
1 answer

No such file or directory grub-eltorito.img

I have still problem with: grub-eltorito.img: No such file or directory Generating root filesystem image rootfs.iso9660 /usr/bin/install -D -m 0644 fs/iso9660/grub.cfg…
wolacinio
  • 128
  • 1
  • 10
0
votes
1 answer

How does Linux determine filename case on ISO 9660?

Here is a quote from this article: ISO 9660 is not a complex file system, but has a few quirks that are worth remembering. It seems that some operating systems also create non-compliant CDs, so beware! The main example of this is the …
Isaac D. Cohen
  • 797
  • 2
  • 10
  • 26
1 2
3