Re: Can’t mount CD image of Win95 game
- To: debian-user@lists.debian.org
- Subject: Re: Can’t mount CD image of Win95 game
- From: Kamil Jońca <kjonca@o2.pl>
- Date: Mon, 19 Dec 2022 15:25:12 +0100
- Message-id: <[🔎] 87y1r3jws7.fsf@alfa.kjonca>
- In-reply-to: <FEmYi-bI55-3@gated-at.bofh.it> (Yvan Masson's message of "Mon, 19 Dec 2022 13:00:02 +0100")
- References: <FEmYi-bI55-3@gated-at.bofh.it>
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
--
http://wolnelektury.pl/wesprzyj/teraz/
Reply to: