VOGONS


First post, by Miasmark

User metadata
Rank Newbie
Rank
Newbie

Some links of what I have found so far:
Overview of MO "Helper" 32
http://www.microstaff.co.jp/info/mohelp32.html
MSDRVR.sys switches for config.sys
http://www.microstaff.co.jp/foruser/options/msdrvr.html
A partial driver. No format or ASPI Device scanner and may be not final version 1.10 since it appears to be unable to access FAT 32 under DOS "7.1"
https://www.driverguide.com/driver/detail.php?driverid=78320
Download Page for Microstaff:
http://www.microstaff.co.jp/shop/index.html#shop_mohelp32

So far I have been able to use the DOS drivers that were for LF-DXXX DVD-RAM above to create 2 drives. Unable so far to read but I haven't found a way to format DVD-RAM discs FAT16(Not that I really want to since 2gb limitation on a 4.7gb disc.

I think the MO "helper" 32 above is a later release of the same sort of drivers and can read FAT 32 but it's behind a username and password locked program. At the very least a removable disk formatter compatible with DVD RAM disks in DOS would be more useful.

Hopefully somebody can help either get into the installer above or provide an unprotected archive the files contained.

Thanks for all you do.

Reply 1 of 4, by Miasmark

User metadata
Rank Newbie
Rank
Newbie

whoops forgot to update this.
I managed to get a hold of someone by the name of [google translated]Yoshiken Sakamoto[end] who answered the email from the Microstaff website and was able to provide me the driver/software I was looking for. it was a little rough but I believe he agreed to allow this to be on the internet free and unsupported. So I uploaded it to Archive.
https://archive.org/details/dvdramdosfat32

edit: whoa, hold on! I barely even put in why any of this happened. so why did I[should you] care? This allows you to put roughly 9.4gb[4.7 per side] of data on a storage disc. Most of my DOS systems can be backed up on a single side of a double sided disc without compression. On top of that, if you have an optical drive on your modern computer it can read and write to DVD RAM discs formatted FAT32.

The double sided caddy feels like flippies to me too.

Reply 2 of 4, by DOSShark

User metadata
Rank Newbie
Rank
Newbie

Hiho -sry to revive this old topic. I have a SCSI DVD RAM drive and i can't get these drivers to work. I successfully used the formatting tool that came with this driver pack to format the dvd, but i have no clue what files to load / use and how to write files on the disk.

Could you tell me how and give appropriate config.sys and autoexec.bat lines?
Thank you 😀

Reply 3 of 4, by geekMasa

User metadata
Rank Newbie
Rank
Newbie

Hello, VOGONS members.

DOSShark wrote on 2025-07-05, 07:00:

Could you tell me how and give appropriate config.sys and autoexec.bat lines?

I tried this driver a couple of month ago and have seen some success.
My drive is an IDE ATAPI device "MATSHITA DVD-RAM SW-9576-C", on Secondary Master (thus device #2. Use MASCAN.EXE to know your device id.)

Here's excerpt from my CONFIG.SYS. Without -L+ option no drive letter for DVD-RAM appeared.

DEVICE=C:\OLS\DRV\JEMMEX.EXE X=TEST I=TEST
DEVICEHIGH=C:\OLS\DRV\ATAPIDV.EXE
DEVICEHIGH=C:\OLS\DRV\DVDHOOK.EXE
DEVICEHIGH=C:\OLS\DRV\MSDRVR.SYS -O2K -i2:L+,D1,VAR
DEVICE=C:\OLS\BIN\JLOAD.EXE C:\OLS\BIN\XCDROM32.DLL /D:XCDROM

ATAPIDV.EXE: ASPI Manager for IDE devices. Should be unneeded if you use SCSI HBA.
DVDHOOK.EXE: enables DVD-RAM support.
MSDRVR.SYS: adds support for FAT32, etc.
XCDROM32.DLL: CD-ROM device driver. Not from MOHelper32 package but from JEMM.

And This from my AUTOEXEC.BAT.
Use Q: to access for media not DVD-RAMs.

LH SHSUCDX /D:XCDROM,Q

Hope this helps.

Reply 4 of 4, by geekMasa

User metadata
Rank Newbie
Rank
Newbie

I think I found why "-L+" option is required.
In their ASPI Manager implementation, the DVD-RAM drive has two logical unit, i.e. CD-ROM and MO.
Here's "MASCAN -L" output, with a DVD-RAM medium inserted.

[0:2:0]:CD-ROM     , "MATSHITA DVD-RAM SW-9576S AYOJ" メディア未挿入
[0:2:1]:光ディスク , "MATSHITA DVD-RAM SW-9576S AYOJ" 4368.5 MB

And with a CD-R medium inserted.

[0:2:0]:CD-ROM     , "MATSHITA DVD-RAM SW-9576S AYOJ" 400.4 MB
[0:2:1]:光ディスク , "MATSHITA DVD-RAM SW-9576S AYOJ" メディア未挿入

"メディア未挿入" means "No medium inserted".
"光ディスク" looks ridiculous, as it literally means "Optical disc".
But the word used to mean "Magneto-optical disc" on NEC PC-9800 series.