Adding directory as Harddisk

Page 2/4
1 | | 3 | 4

By Manuel

Ascended (19461)

Manuel's picture

31-03-2023, 21:48

Grauw wrote:
giuseve wrote:

What is max size of the .dsk image? I tried using 4096M with no results. Maybe it works only with fat12 images?

Currently it supports FAT12 only, next release adds FAT16 support.

Feel free to try it out in a recent development build.

By giuseve

Paladin (786)

giuseve's picture

02-04-2023, 10:54

Manuel wrote:
Grauw wrote:
giuseve wrote:

What is max size of the .dsk image? I tried using 4096M with no results. Maybe it works only with fat12 images?

Currently it supports FAT12 only, next release adds FAT16 support.

Feel free to try it out in a recent development build.

I would try, but I need an help.
Where can I find a ready-to-use beta version?

Fixato site is off
I gave a look to github, but I'm not skilled in compiling and I didn't find what to do...

By Manuel

Ascended (19461)

Manuel's picture

02-04-2023, 19:02

Fixato's site has returned! Please check it out.

By Accumulator

Champion (327)

Accumulator's picture

02-04-2023, 19:41

Do you think exFAT implementation is possible for MSX?

By giuseve

Paladin (786)

giuseve's picture

02-04-2023, 19:46

Manuel wrote:

Fixato's site has returned! Please check it out.

Done.
I installed 18.0608 on my WINDOWS11 PC in the customized path:
F:\NEWMSX3\_OPENMSX

I launched OpenMSX as Administrator and input
diskmanipulator create zemhdd.dsk 4096M
And a 4gb HDD .dsk image appears.

But when i try to mount the image with

set power off
ext ide
hda zemhdd.dsk

It says
Can't change hard disk image: zemhdd.dsk not found in this context

Maybe IDE is not the right extension to use?

By Manuel

Ascended (19461)

Manuel's picture

02-04-2023, 23:07

No, it cannot find the file. Without path it searches the current folder.

By Grauw

Ascended (10767)

Grauw's picture

18-04-2023, 00:29

Also you must use ext SunriseIDE_Nextor and diskmanipulator create zemhdd.dsk -nextor 4096M for FAT16 support.

Edit: fixed argument order.

By giuseve

Paladin (786)

giuseve's picture

03-04-2023, 07:21

I tried with adding the full path with no results.
I will try Grauw suggestion.

By Manuel

Ascended (19461)

Manuel's picture

03-04-2023, 08:00

Note that openMSX expects forward slashes as directory separators in a path specification.

By giuseve

Paladin (786)

giuseve's picture

15-04-2023, 08:28

Hi guys.
I did this:
- downloaded from Konamiman the "Nextor-2.1.1.SunriseIDE.MasterOnly.emulators.ROM"
- i renamed it in the way OpenMSX likes it : Nextor-2.1.1.SunriseIDE.ROM (as indicate in SunriseIDE_Nextor.xml file in extensions subdir of open msx)
- I correct the script with full path name
- I correct the script using "/" instead of "\"

This is the new script (creaZEMHDD.txt)

set power off
ext SunriseIDE_Nextor
diskmanipulator create -nextor zemhdd.dsk 4096M
hda F:/NEWMSX3/_OPENMSX/zemhdd.dsk
diskmanipulator import hda1 e:/*.*

This is what openmsx says

warning: SHA1 sum for 'Sunrise IDE ROM' does not match with sum of 'F:/NEWMSX3/_OPENMSX/share/extensions/Nextor-2.1.1.SunriseIDE.ROM'.
warning: While executing creaZEMHDD.txt: Invalid size: zemhdd.dsk

I'm sincerely thinking about give up

Page 2/4
1 | | 3 | 4