[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can’t mount CD image of Win95 game



Le 19/12/2022 à 15:25, Kamil Jońca a écrit :
Yvan Masson <yvan@masson-informatique.fr> writes:

Hi list,

I have a CD image of an old Win 95 game. I can mount it from dosbox
with the `imgmount` command (`imgmount D cdimage.iso -t iso`), but
could not mount it with Debian:

$ file cdimage.iso
cdimage.iso: data

$ sudo mount cdimage.iso /mnt -o loop
mount: /mnt/sshfs: wrong fs type, bad option, bad superblock on
/dev/loop0, missing codepage or helper program, or other error.
        dmesg(1) may have more information after failed mount system call.

The corresponding kernel logs:
loop0: detected capacity change from 0 to 542921

Any idea of the reason and how I could mount this ISO from Debian?

What if you issue:
--8<---------------cut here---------------start------------->8---
sudo mount -o loop -t iso9660 cdimage.iso /mnt
--8<---------------cut here---------------end--------------->8---

KJ

Hi,

Thanks for the suggestion but I have the same error. Unsurprisingly, I also have `ISOFS: Unable to identify CD-ROM format.` in kernel log.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


Reply to: