Computing.Net > Forums > Disk Operating System > enable usb hd+usb cdrom+ide cdroms

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

enable usb hd+usb cdrom+ide cdroms

Reply to Message Icon

Name: karpazoo
Date: August 15, 2005 at 17:15:49 Pacific
OS: dos
CPU/Ram: p4/1GB Ram
Comment:

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




Sponsored Link
Ads by Google

Response Number 1
Name: plainandsimple
Date: August 15, 2005 at 23:07:17 Pacific
Reply:

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


0

Response Number 2
Name: karpazoo
Date: August 17, 2005 at 11:17:55 Pacific
Reply:

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:USBCD001

i 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.



0

Response Number 3
Name: Rick McNabb
Date: August 17, 2005 at 12:31:47 Pacific
Reply:

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 adapter

Rule #1: Good Computers don't go down.
Rule #2: There is no such thing as a good computer.


0

Response Number 4
Name: karpazoo
Date: August 17, 2005 at 16:19:50 Pacific
Reply:

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.


0

Response Number 5
Name: plainandsimple
Date: August 17, 2005 at 22:57:12 Pacific
Reply:

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/


0

Related Posts

See More



Response Number 6
Name: plainandsimple
Date: August 17, 2005 at 22:59:31 Pacific
Reply:

...........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


0

Response Number 7
Name: plainandsimple
Date: August 17, 2005 at 23:40:44 Pacific
Reply:

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???


0

Response Number 8
Name: Rick McNabb
Date: August 18, 2005 at 13:50:40 Pacific
Reply:

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.


0

Response Number 9
Name: karpazoo
Date: August 18, 2005 at 16:04:11 Pacific
Reply:

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.


0

Response Number 10
Name: karpazoo
Date: August 18, 2005 at 16:19:31 Pacific
Reply:

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.


0

Response Number 11
Name: plainandsimple
Date: August 19, 2005 at 01:22:49 Pacific
Reply:

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


0

Response Number 12
Name: karpazoo
Date: August 19, 2005 at 03:15:20 Pacific
Reply:

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=z

and 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!


0

Response Number 13
Name: plainandsimple
Date: August 19, 2005 at 05:23:15 Pacific
Reply:

??

LH MSCDEX.exe /D:mscd001 /L:X
LH MSCDEX /d:USBCD001

try:

LH MSCDEX.exe /D:mscd001 /d:USBCD001 /L:X

http://www.vfrazee.com/ms-dos/6.22/help/mscdex.htm


0

Response Number 14
Name: karpazoo
Date: August 19, 2005 at 14:47:52 Pacific
Reply:

Thanks for all your help plainandsimple
it's working very well!


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

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


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: enable usb hd+usb cdrom+ide cdroms

Boot from Usb-cdrom www.computing.net/answers/dos/boot-from-usbcdrom/13537.html

USB cdrom driver that support OHCI? www.computing.net/answers/dos/usb-cdrom-driver-that-support-ohci/8211.html

how to make boot from usb cdrom cd www.computing.net/answers/dos/how-to-make-boot-from-usb-cdrom-cd/15621.html