Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
hello everyone.
i'm quite new here,but i found this forum very useful,and i wanted to say thanks to everyone.
i want to enable to use both my IDE cdroms and usb hard disk+usb cdr/w as well.
I enabled the usb hd & cdr/w, but when i try to assign drive letter to the ide cdroms they are trying to get the same drive letters (e and f) that are already taken by the usb devices.i'm using the"USBASPI.SYS from panasonic to enable my usb devices,and the OAKCDROM.SYS to enable the ide cdroms(separately they are working fine).can someone tell me how can i assign a drive letter to all the devices without an irq conflict,or a parameter that i can use to specify a drive letter to the usb devices so they will be recognized as drive letters G and H.
thanks from advance.
karpazoo

If possible please can you post the Version of Standalone DOS you are using, how many drives you have in total and the contents of CONFIG.SYS and AUTOEXEC.BAT

i'm using pc-dos(this disk was originally norton ghost 2003 boot disk).my config.sys and autoexec.bat NOW intent to load only drivers that concern usb devices.
[config.sys]
DOS=HIGH,UMB
lastdrive=Z
device=HIMEM.SYS
rem The following line loads Panasonic's universal USB- controller driver
devicehigh=USBASPI.SYS /v /w /e
rem the following is an aspi mass storage driver for usb- connected HDs and compactflash memory cards
devicehigh=DI1000DD.SYS
rem The following one loads CD-ROM driver
devicehigh=USBCD.SYS /d:USBCD001[autoexec.bat]
@echo off
REM the following line adds a drive letter to the usb cd(rom/r/rw) mounted
LH MSCDEX /d:USBCD001i want to enable to use two ide cdroms,one USB hard drive and one USB dvd-rw.if you need more information just write it down.
thank you.

Try this from MSG 14719 in DOS forum.
DI1000DD.SYS
ASPI Disk Driver v2.00 from Novac Co., Ltd
device=[{path}]DI1000DD.SYS [/hN] [/dL]If USBASPI.SYS detects multiple mass storage devices on multiple host adapters, use
/hN Host, to specify which host adapter to map drive letter(s), where N would be the 3rd number set reported for the USB controller in USBASPI.SYS with the /v switch.To specify the starting drive letter for detected mass storage devices, use
/dL Drive_letter, where L is the first assigned letter for this host adapterRule #1: Good Computers don't go down.
Rule #2: There is no such thing as a good computer.

i realy tried to understand what you wrote but i didn't.i'm not experienced with dos at all.lets say that i want to assign the H letter to the hard drive and the I letter to the cdrom,can you please write the DI1000DD.SYS switches for me?.the other thing that i don't understand is how its going to help with an irq conflict i'm having, because as soon as i use the ide cdrom oak driver they will assign the same resources as the usb devices.thanks from advace.

Lets get down to basics, you have used the PC-DOS from GHOST, ie Windows Software, this version of DOS uses the base files licensed from IBM and incorporated is limited FAT32 support, it is buggy and would not recommend using it, and is not even remotely a Standalone DOS, it was specifically written to support Windows Software and has been used by both Iomega and Symantec.
Yes it is obvious you are trying to use DOS to re-install GHOST IMAGES, and you have no conception of how diffferent STANDALONE DOS ie "MS-DOS6.xx and compatibles" are to Windows, whilst drive letter assignment can be different.
I would highly recommend you use Linux/Windows Software like ACRONIS TRUE IMAGE:
http://www.acronis.com/homecomputing/products/trueimage/

...........if I am wrong and you feel that FAT16 16bit "MS-DOS and compatibles" are what you require then take a look at:
http://83.67.55.228/index.htm

Lastly IRQ assignment conflict is usually a Windows P'n'P problem, in "MS-DOS6.xx and compatibles" each piece of hardware can be assigned an IRQ, usually by jumpers or software. You did turn off P'n'P in BIOS did you not???

Use device=DI1000DD.SYS /dH
Where "H" is the first letter for USB devices.
NOTHING should be using any of the IDE interupts (14 & 15) except IDE. Computers usually do not assign anything but IDE to these interupts.
Rule #1: Good Computers don't go down.
Rule #2: There is no such thing as a good computer.

thanks for your help Rick McNabb.
when i use these switches i'm getting an unrecognizes command in config.sys,pointing to the line you wrote.
maybe i need to change the dos version i'm using.if enyone got an idea what version of dos is recommendable i'll be happy to use it.
thanks enyway.

by the way,i'm not using my boot disk just to extract images of ghost.i want to make one universal boot disk that i can use in different situations.
plainandsimple:you are Absulutely right,trueimage is a lot better than ghost, and i'm using the acronis trueimage server edition 7.0 for quite some time.

http://www.onecomputerguy.com/install/floppies.htm
http://www.computing.net/dos/wwwboard/forum/15568.html
http://www.windowsnetworking.com/articles_tutorials/dosclflp.html
http://www.weethet.nl/english/hardware_bootfromusbstick.php

thanks, plainandsimple
i made a new bootdisk from http://www.onecomputerguy.com/install/floppies.htm and added the files necessary for the usb devices.now my config.sys looks like this:
device=himem.sys /testmem:off
device=emm386.exe /noems
device=oakcdrom.sys /D:mscd001
files=10
buffers=10
dos=high,umb
stacks=9,256
devicehigh=usbaspi.sys /v /w /e
devicehigh=DI1000DD.sys
devicehigh=USBCD.SYS /d:USBCD001
lastdrive=zand my autoexec.bat looks like this:
@ECHO OFF
cls
set temp=c:\
set tmp=c:\
path=a:\
smartdrv
LH MSCDEX.exe /D:mscd001 /L:X
LH MSCDEX /d:USBCD001
doskey /insert
smartdrv
now dos recognize the two cdroms as x:\ and y:\
my USB hard drive as e:\
but it won't give the USB CDRW a driveletter.
can you see what do i need to add or change to make the CDRW get a driveletter?
thanks!

??
LH MSCDEX.exe /D:mscd001 /L:X
LH MSCDEX /d:USBCD001try:
LH MSCDEX.exe /D:mscd001 /d:USBCD001 /L:X
http://www.vfrazee.com/ms-dos/6.22/help/mscdex.htm

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |