1

I've been trying to mount a CD in Dosbox unsuccessfully after having followed various threads out there.

The problem seems to be not recognizing the directory where my CD is. When I look at the location of the CD, it states /media/andrew/CM (Championship Manager 2 game) so I've tried /media/CM, /media/andrew/CM etc., but always states the directory doesn't exist.

Any ideas please?

valiano
  • 1,985
  • 1
    For games you may have luck with mounting the CD ISO with CDemu as /dev/srX see https://askubuntu.com/questions/278912/mount-an-iso-image-in-wine – Takkat Jul 24 '18 at 12:01
  • Thanks but I think it's a specific Dosbox problem. – Ruudspark Jul 24 '18 at 12:06
  • Is this any help? https://askubuntu.com/questions/305030/how-to-mount-a-cd-dvd-in-dosbox it does look like it only mentions things which I'd assume to be obvious. – Arronical Jul 24 '18 at 12:26
  • Thanks I followed that and still same, don't think I'm daft but must be missing something? – Ruudspark Jul 24 '18 at 12:34

1 Answers1

0

Make a disk image from the CD, then:

Manually:

dosbox -c "imgmount D [isoList] -t iso" [exe] -fullscreen -exit

Automatically: