Questions tagged [iso]

ISO 9660 is a filesystem designed for use on CD-ROMs. An “ISO image” is a file that contains an ISO 9660 filesystem and can be burnt to a CD.

ISO 9660 is the standard filesystem for use on data CDs. It is commonly known as “ISO” for short. An “ISO image” is a file that contains an ISO 9660 filesystem.

ISO 9660 has several restrictions that are similar to MS-DOS FAT, in particular with file names consisting of 8 characters, a dot and 3 characters (the details of the restrictions are different, though). There are two common extensions that among other things allow longer file names:

  • Joliet allows 64 Unicode characters in a file name (UCS-2 only). It is supported by most unices and by Windows.
  • Rock Ridge allows 255-byte file names and supports symbolic links, permissions and other traditional unix metadata. It is supported by most unices.

To create an ISO image, you can use mkisofs from cdrtools or other tools such as Debian's fork genisoimage. Most CD burning programs can burn a directory tree, or a pre-made image.

To access an ISO image, mount is with a or with a filesystem (FuseISO or fuseiso9660).

427 questions
53
votes
5 answers

Create iso image from folder via terminal commands

How to create a iso image from a folder or single files via terminal commands? Currently i am doing this via Braseros GUI, but i want to do it with a shell script.
klingt.net
  • 1,645
5
votes
3 answers

Extract the contents of an ISO image to a folder in one step

Is there a way to extract the contents of an ISO image file to a folder in one step? I have been doing this and want to do less typing, and not to have to do the mount -o loop as well as the need to be root to do the mount command to access the ISO…
ron
  • 6,575
3
votes
1 answer

Does converting directory to an iso file make it bootable image

I extracted an ISO file to a directory. Now I want to make that extract files bootable again. Will converting it to .iso make it bootable?
3
votes
0 answers

How to burn iso to a CF card?

Slax Linux installation file is only available in .iso format. How to burn it to a Compact Flash card? It also uses KDE, I think GNOME 2 or MATE might be more light weight. I want to install it on a one board computer, namely a PC Engine ALIX…
2
votes
2 answers

Create ISO from directory, but only one filetype

Say I have a directory structured as follows: Directory Subdirectory 1 file.png file.jpg Subdirectory 2 file.png file.jpg I'd like to burn this to an ISO, but only the .jpg's. I want to preserve the directory structure, though, so that…
Jake
  • 95
1
vote
2 answers

xorriso created ISO boots in VirtualBox but not physical laptop

I have created a modified Ubuntu 22.04 ISO image from recent desktop ISO images. It boots and installs correctly as an ISO in a new VirtualBox VM (if I don't enable UEFI); however, my relatively new laptop will not boot from a USB stick formatted…
Trevor
  • 123
1
vote
2 answers

how to find ISO label

I want to see the iso label info of an iso, for using in the kickstart, how to see the iso label in windows as well as in linux? example: am trying to find a iso image label for CentOS-8.1.1911-x86_64-dvd1.iso use this label in the kickstart file in…
snehid
  • 23
0
votes
0 answers

usbmon does not dump ISO packets continuously

In ubuntu 18.04, with usbmon, I can see ISO USB traffic on bus1 with: cat /sys/kernel/debug/usb/usbmon/1u This line shows an ISO packet: ffff8ac78a58d300 1916648463 C Zi:1:013:1 0:1:450:0 1 0:0:32 34 = 00000000 .... I can see the 32bytes sent from…
0
votes
0 answers

Would malware on a blank dvd-r prevent the burning of an .iso?

If the dvd-r can only be written to once, if malware gets on the dvd-r before I burn an iso to it, would the malware on the dvd prevent the burning from happening?
0
votes
4 answers

I've tried twice to write a debian ISO to a cd-r but there are write errors. Are the disks ruined?

I know that in Windows I was able to format blank cd-r to work as USB so I'm wondering if I can still do that even though they have corrupted iso images burned onto them. (Right now I'm in Ubuntu) I'm using k3b to burn the images and both times I…
-1
votes
1 answer

Where to download or install cent os 32 bit

i m unable to find 32 bit iso for CentOs. I tried on google it is giving me 64 bit only and in my virtual box 64 option is missing.
khanthegeek
  • 103
  • 3