I know this isn't a Linux forum, but there are enough Linux users around here, so I post this in the hope that someone of you can help me out.
Here's the output from the Terminal of what I have done:
Code: Select all
Pikkunen:~# file SADVENTURE_DEMO.iso
SADVENTURE_DEMO.iso: ISO 9660 CD-ROM filesystem data 'SADVENTUREDEMO1 '
Pikkunen:~# file /media/cdrom/
/media/cdrom/: directory
Pikkunen:~# mount -o loop -t iso9660 SADVENTURE_DEMO.iso /media/cdrom/
mount: Not a directory
Pikkunen:~# dmesg | tail
File unit size != 0 for ISO file (1536).
Interleaved files not (yet) supported.
File unit size != 0 for ISO file (1536).
Interleaved files not (yet) supported.
File unit size != 0 for ISO file (1536).
UDF-fs: No VRS found
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
Interleaved files not (yet) supported.
File unit size != 0 for ISO file (1536).
Pikkunen:~#
Thanks in advance!