Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
DOSbox - jak zamontować obraz ISO gry jako CD?
#1
0
Wytłumaczy ktoś jak 3-latkowi, jak to zrobić?
Próbowałem tego w DOSbox-ie

Kod:
Z:\>IMGMOUNT E C:\Images\MyImage.iso -t iso

ale dostaję komunikat, że plik ISO jest nieprawidłowy.
Linux go z kolei montuje na desktopie jako archiwum.
"Polityka zmieni się w kicz, miłość w pornografię, muzyka w hałas, sport w prostytucję, religia w naukę, nauka w wiarę." - Tadeusz Róźewicz
Odpowiedz
#2
0
Spróbowałbym tak:
Kod:
Z:\>IMGMOUNT E: C:\Images\MyImage.iso -t cdrom -fs iso

RTFM
https://www.dosbox.com/DOSBoxManual.html...alPrograms
Cytat:IMGMOUNT

A utility to mount disk images and CD-ROM images in DOSBox.



IMGMOUNT DRIVE [imagefile] -t [image_type] -fs [image_format]

-size [sectorsbytesize, sectorsperhead, heads, cylinders]

IMGMOUNT DRIVE [imagefile1 imagefile2 .. imagefileN] -t cdrom -fs iso



imagefile

Location of the image file to mount in DOSBox. The location can be on a mounted drive inside DOSBox, or on your real disk. It is possible to mount CD-ROM images (ISOs or CUE/BIN or CUE/IMG) too. If you need CD swapping capabilities, specify all images in succession (see the next entry).
CUE/BIN pairs and cue/img are the preferred CD-ROM image types as they can store audio tracks compared to ISOs (which are data-only). For the CUE/BIN mounting always specify the CUE sheet.



imagefile1 imagefile2 .. imagefileN

Location of the image files to mount in DOSBox. Specifying a number
of image files is only allowed for CD-ROM images.
The CD's can be swapped with CTRL-F4 at any time.
This is required for games which use multiple CD-ROMs and require the CD
to be switched during the gameplay at some point.



-t

The following are valid image types:

floppy:

Specifies a floppy image. DOSBox will automatically identify the disk geometry (360K, 1.2MB, 720K, 1.44MB, etc).

cdrom:

Specifies a CD-ROM image. The geometry is automatic and set for this size. This can be an iso or a cue/bin pair or a cue/img pair.

hdd:

Specifies a harddrive image. The proper CHS geometry must be set for this to work.



-fs

The following are valid file system formats:

iso: Specifies the ISO 9660 CD-ROM format.
fat: Specifies that the image uses the FAT file system. DOSBox will attempt to mount this image as a drive in DOSBox and make the files available from inside DOSBox.
none: DOSBox will make no attempt to read the file system on the disk. This is useful if you need to format it or if you want to boot the disk using the BOOT command. When using the "none" filesystem, you must specify the drive number (2 or 3, where 2 = master, 3 = slave) rather than a drive letter.
For example, to mount a 70MB image as the slave drive device, you would type (without the quotes):

"imgmount 3 d:\test.img -size 512,63,16,142 -fs none"
Compare this with a mount to be able to access the drive
within DOSBox, which would read as:
"imgmount e: d:\test.img -size 512,63,16,142"



-size
The Cylinders, Heads and Sectors of the drive. Required to mount hard drive images.



An example how to mount CD-ROM images (in Linux):

imgmount d /tmp/cdimage1.cue /tmp/cdimage2.cue -t cdrom
or (which also works):

mount c /tmp
imgmount d c:\cdimage1.cue c:\cdimage2.cue -t cdrom
(in Windows):

imgmount d f:\img\CD1.cue f:\img\CD2.cue f:\img\CD3.cue -t cdrom
imgmount d "g:\img\7th Guest CD1.cue" "g:\img\7th Guest CD2.cue" -t cdrom

Don't forget that you can also use MOUNT with images, but only if you use external program, for example (both are free):

Daemon Tools Lite (for CD images)
Virtual Floppy Drive (for floppy images)
Although IMGMOUNT can give better compatibility.
Odpowiedz
#3
0
(03-01-2024, 09:53)dedito napisał(a): Spróbowałbym tak:
Kod:
Z:\>IMGMOUNT E: C:\Images\MyImage.iso -t cdrom -fs iso

Niestety, to samo: 

MSCDEX: Failure: File is either no iso/cue image or contains errors.

Obraz ISO jest w porządku, w windows montował się bez problemu. Nawet mu nazwę skróciłem do 5 liter.
"Polityka zmieni się w kicz, miłość w pornografię, muzyka w hałas, sport w prostytucję, religia w naukę, nauka w wiarę." - Tadeusz Róźewicz
Odpowiedz


Skocz do:




Użytkownicy przeglądający ten wątek: 1 gości