Hello<br><br>I want to create a .iso, I do<br><br>[root@testrh cdrom]# pwd<br>/tmp/cdrom<br>[root@testrh cdrom]# ls RedHat/RPMS/ | wc -l<br>562<br>[root@testrh cdrom]# mkisofs -o /tmp/file.iso -b isolinux.bin -c boot.cat -no-emul-boot  -boot-info-table -R -J -v -T /tmp/cdrom/isolinux/
<br>INFO:   UTF-8 character encoding detected by locale settings.<br>        Assuming UTF-8 encoded filenames on source filesystem,<br>        use -input-charset to override.<br>mkisofs 2.01 (i686-pc-linux-gnu)<br>Scanning /tmp/cdrom/isolinux/
<br>Excluded by match: /tmp/cdrom/isolinux/boot.cat<br>Excluded: /tmp/cdrom/isolinux/TRANS.TBL<br>Writing:   Initial Padblock                        Start Block 0<br>Done with: Initial Padblock                        Block(s)    16
<br>Writing:   Primary Volume Descriptor               Start Block 16<br>Done with: Primary Volume Descriptor               Block(s)    1<br>Writing:   Eltorito Volume Descriptor              Start Block 17<br>Size of boot image is 20 sectors -> No emulation
<br>Done with: Eltorito Volume Descriptor              Block(s)    1<br>Writing:   Joliet Volume Descriptor                Start Block 18<br>Done with: Joliet Volume Descriptor                Block(s)    1<br>Writing:   End Volume Descriptor                   Start Block 19
<br>Done with: End Volume Descriptor                   Block(s)    1<br>Writing:   Version block                           Start Block 20<br>Done with: Version block                           Block(s)    1<br>Writing:   Path table                              Start Block 21
<br>Done with: Path table                              Block(s)    4<br>Writing:   Joliet path table                       Start Block 25<br>Done with: Joliet path table                       Block(s)    4<br>Writing:   Directory tree                          Start Block 29
<br>Done with: Directory tree                          Block(s)    2<br>Writing:   Joliet directory tree                   Start Block 31<br>Done with: Joliet directory tree                   Block(s)    1<br>Writing:   Directory tree cleanup                  Start Block 32
<br>Done with: Directory tree cleanup                  Block(s)    0<br>Writing:   Extension record                        Start Block 32<br>Done with: Extension record                        Block(s)    1<br>Writing:   The File(s)                             Start Block 33
<br>Total translation table size: 5146<br>Total rockridge attributes bytes: 1388<br>Total directory bytes: 0<br>Path table size(bytes): 10<br>Done with: The File(s)                             Block(s)    2555<br>Writing:   Ending Padblock                         Start Block 2588
<br>Done with: Ending Padblock                         Block(s)    150<br>Max brk space used 0<br>2738 extents written (5 MB)<br>[root@testrh cdrom]# ls -al /tmp/file.iso<br>-rw-r--r--  1 root root 5607424 avr 13 13:16 /tmp/file.iso
<br>[root@testrh cdrom]#<br><br>But after burning, I see on the CD not a single directory<br><br><br>[root@testrh cdrom]# ls -al /mnt/cdrom<br>total 5112<br>dr-xr-xr-x  2 root root    4096 avr 13 09:56 .<br>drwxr-xr-x  3 root root    4096 avr 12 08:27 ..
<br>-r--r--r--  1 root root    2048 avr 13 13:02 boot.cat<br>-rwxr-xr-x  1 root root     292 avr 13 08:17 boot.msg<br>-rwxr-xr-x  1 root root    1034 avr 13 08:17 general.msg<br>-rwxr-xr-x  1 root root 3595163 avr 13 08:17 
initrd.img<br>-rwxr-xr-x  1 root root    9856 avr 13 13:00 isolinux.bin<br>-rwxr-xr-x  1 root root     673 avr 13 09:56 isolinux.cfg<br>-rwxr-xr-x  1 root root   12012 avr 13 08:17 ks.cfg<br>-rwxr-xr-x  1 root root   81860 avr 13 08:17 memtest
<br>-rwxr-xr-x  1 root root     788 avr 13 08:17 options.msg<br>-rwxr-xr-x  1 root root     872 avr 13 08:17 param.msg<br>-rwxr-xr-x  1 root root     490 avr 13 08:17 rescue.msg<br>-rwxr-xr-x  1 root root     549 avr 13 08:17 
snake.msg<br>-rwxr-xr-x  1 root root    6056 avr 13 08:17 splash.lss<br>-r--r--r--  1 root root    3098 avr 13 13:02 TRANS.TBL<br>-rwxr-xr-x  1 root root 1504146 avr 13 08:17 vmlinuz<br><br>Any idea what I am doing wrong ?
<br><br>Thanks for any hint.<br>