All of lore.kernel.org
 help / color / mirror / Atom feed
* iso9660: problems mounting japanese cdrom images
@ 2021-05-10  7:05 Johann Klammer
  0 siblings, 0 replies; only message in thread
From: Johann Klammer @ 2021-05-10  7:05 UTC (permalink / raw)
  To: linux-fsdevel

Good morning,

I had tried to mount the SP2.BIN image found in this archive.
<https://archive.org/details/SequencePalladium2>

there's also a .CUE file wot has:
FILE "SP2.BIN" BINARY
  TRACK 01 MODE1/2352
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    PREGAP 00:02:00
    INDEX 01 69:29:06

I've tried the following:

mount -o loop -t iso9660 /mnt/sda1/images/SP2.BIN ./test
mount -t iso9660 -o sbsector=2352 -o loop /mnt/sda1/images/SP2.BIN ./test
mount -t iso9660 -o cruft -o sbsector=2352 -o loop /mnt/sda1/images/SP2.BIN ./test
mount -t iso9660 -o session=0 -o loop /mnt/sda1/images/SP2.BIN ./test
mount -t iso9660 -o session=1 -o loop /mnt/sda1/images/SP2.BIN ./test
mount -t iso9660 -o norock -o loop /mnt/sda1/images/SP2.BIN ./test
mount -t iso9660 -o session=1 -o norock -o loop /mnt/sda1/images/SP2.BIN ./test
mount -t iso9660 -o session=0 -o norock -o loop /mnt/sda1/images/SP2.BIN ./test
mount -t iso9660 -o nojoliet -o loop /mnt/sda1/images/SP2.BIN ./test
mount -t iso9660 -o nojoliet,norock -o loop /mnt/sda1/images/SP2.BIN ./test

dmesg has:
[208088.506869] loop: module loaded
[208088.653563] ISOFS: Unable to identify CD-ROM format.
[208095.914710] ISOFS: Unable to identify CD-ROM format.
[208119.748715] ISOFS: Unable to identify CD-ROM format.
[208347.191915] ISOFS: Unable to identify CD-ROM format.
[208493.553881] ISOFS: Unable to identify CD-ROM format.
[209441.613811] ISOFS: Invalid session number or type of track
[209441.613822] ISOFS: Invalid session number
[209441.615161] ISOFS: Unable to identify CD-ROM format.
[209446.118334] ISOFS: Invalid session number or type of track
[209446.118344] ISOFS: Invalid session number
[209446.119287] ISOFS: Unable to identify CD-ROM format.
[212424.794984] ISOFS: Unable to identify CD-ROM format.
[212435.664533] ISOFS: Invalid session number or type of track
[212435.664544] ISOFS: Invalid session number
[212435.665578] ISOFS: Unable to identify CD-ROM format.
[212439.839751] ISOFS: Invalid session number or type of track
[212439.839762] ISOFS: Invalid session number
[212439.841020] ISOFS: Unable to identify CD-ROM format.
[212478.808366] ISOFS: Unable to identify CD-ROM format.
[212485.561928] ISOFS: Unable to identify CD-ROM format.

Kernel Version is 3.14.15
What else to try?



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-10  7:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-10  7:05 iso9660: problems mounting japanese cdrom images Johann Klammer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.