From: Johann Klammer <klammerj@a1.net>
To: linux-fsdevel@vger.kernel.org
Subject: iso9660: problems mounting japanese cdrom images
Date: Mon, 10 May 2021 09:05:24 +0200 [thread overview]
Message-ID: <6098DB34.1010007@a1.net> (raw)
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?
reply other threads:[~2021-05-10 7:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6098DB34.1010007@a1.net \
--to=klammerj@a1.net \
--cc=linux-fsdevel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.