Computing.Net > Forums > Windows 95/98 > Missing CD-ROM icon

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.

Missing CD-ROM icon

Reply to Message Icon

Name: wayne russell
Date: July 3, 2003 at 20:17:09 Pacific
OS: win98se
CPU/Ram: pentium166/128MB
Comment:

Dear group:

When I click "My Computer" I see all the drives except my CD-ROM icon.

Any ideas?

Thanks!

wayne



Sponsored Link
Ads by Google

Response Number 1
Name: DAVEINCAPS
Date: July 3, 2003 at 20:26:20 Pacific
Reply:

How long has this been going on?

Go to system in control panel and click on performance. Is anything running in msdos compatibility mode?


0

Response Number 2
Name: wayne russell
Date: July 3, 2003 at 20:53:56 Pacific
Reply:

Dear DAVEINCAPS:

This just started a couple of days ago.

Under the "Performance" tab I see...

-------------

Memory: 126MB of RAM
System Resources: 71% free
File System: 32-bit
Virual Memory: 32-bit
Disk Compression: Not installed
PC cards (PCMCIA): No PC Card sockets are installed.
Your system is configured for optimal performance.

-------------

I installed a 60 GBMaxtor and used their software so my computer could see the entire 60GB.

When I start my computer it looks for a disk in the A: drive and I don't know why.

Also when I boot my computer it displays a message about "EZ-Boot". What is that?

Also when I start the computer I have several options one of which is...

"Start computer with CD-rom drive support."

What do you recommend?

Thanks!

wayne


0

Response Number 3
Name: DAVEINCAPS
Date: July 3, 2003 at 21:06:05 Pacific
Reply:

You installed the EZbios overlay which apparently was needed so the hard drive would be properly recongized.

The boot menu you're getting indicates you may have copied config.sys from the floppy disk to the hard drive. Post back contents of config.sys so we can check that.

There's some additional info on your problem here:

http://www.mesich.com/cdrommissing.html

but let's check the config.sys before you go through that. It may be an easy fix.


0

Response Number 4
Name: wayne russell
Date: July 3, 2003 at 21:37:14 Pacific
Reply:

Dear DAVEINCAPS:

Here is the contents of the config.sys

-------------------

rem Moved by Windows Setup - please do not load any drivers above the following line
device=aspi4dos.sys

rem Moved by Windows Setup - please do not load any drivers above the following line

[menu]
menuitem=CD, Start computer with CD-ROM support.
menuitem=NOCD, Start computer without CD-ROM support.
menuitem=HELP, View the Help file.
menudefault=CD,30
menucolor=7,0

[CD]
device=C:\WINDOWS\himem.sys /testmem:off
device=oakcdrom.sys /D:mscd001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:mscd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:mscd001

[NOCD]
device=C:\WINDOWS\himem.sys /testmem:off

[HELP]
device=C:\WINDOWS\himem.sys /testmem:off

[COMMON]
dos=high,umb
devicehigh=C:\WINDOWS\ramdrive.sys /E 2048
lastdrive=z

-------------------

Thanks for the rapid replies!

wayne


0

Response Number 5
Name: DAVEINCAPS
Date: July 3, 2003 at 21:48:13 Pacific
Reply:

Yeah, that's what you did. Go ahead and delete that. Also post back contents of autoexec.bat because you probably copied that also. (I assume you're bringing it up in something like notepad and then doing a copy and paste.)


0

Related Posts

See More



Response Number 6
Name: wayne russell
Date: July 3, 2003 at 22:06:47 Pacific
Reply:

Dear DAVEINCAPS:

You want me to delete my config.sys file from the root dir? I thought I had to have a config.sys for the computer to start.

And you are right. I am using Notepad to copy and paste.

Here is what is in my Autoexec.bat.

------------------

@ECHO OFF
set EXPAND=YES
SET DIRCMD=/O:N
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=C:\WINDOWS;C:\WINDOWS\COMMAND;%RAMD%:\;a:\;%CDROM%:\
rem - By Windows Setup - copy command.com %RAMD%:\ > NUL
REM - By Windows Setup - set comspec=%RAMD%:\command.com
rem - By Windows Setup - copy extract.exe %RAMD%:\ > NUL
rem - By Windows Setup - copy readme.txt %RAMD%:\ > NUL

:ERROR
IF EXIST ebd.cab GOTO EXT
echo Please insert Windows 98 Startup Disk 2
echo.
pause
GOTO ERROR

:EXT
C:\WINDOWS\COMMAND\extract /y /e /l %RAMD%: ebd.cab > NUL
echo The diagnostic tools were successfully loaded to drive %RAMD%.
echo.

IF "%config%"=="NOCD" GOTO QUIT
IF "%config%"=="HELP" GOTO HELP
rem - By Windows Setup - LH C:\WINDOWS\COMMAND\MSCDEX.exe /D:mscd001 /L:%CDROM%
echo.
GOTO QUIT

:HELP
cls
call help.bat
echo Your computer will now restart and the startup menu will appear.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
restart.com
GOTO QUIT

:QUIT
echo To get help, type HELP and press ENTER.
echo.
rem clean up environment variables
set CDROM=
set LglDrv=

C:\PROGRA~1\COMMON~1\NETWOR~1\VIRUSS~1\40~1.XX\scanpm.exe C:\
@IF ERRORLEVEL 1 PAUSE

------------------

Thanks for the support!

wayne


0

Response Number 7
Name: DAVEINCAPS
Date: July 3, 2003 at 22:22:23 Pacific
Reply:

Windows doesn't need either config.sys or autoexec.bat to run. Sometimes software you install will add things in autoexec.bat. In your autoexec.bat file a virus scan was added. That's all you need in it:

C:\PROGRA~1\COMMON~1\NETWOR~1\VIRUSS~1\40~1.XX\scanpm.exe C:\
@IF ERRORLEVEL 1 PAUSE

If you want, you can rename both those file with a different extension--like config.xxx and autoexec.xxx--so they'll still be there but not used. Then you could create a new autoexec.bat with notepad and only put in the above lines. That way you'd have your old versions if you needed them.

If you create a new autoexec.bat, the full file path would need to be there. So the file name you would use would be:

c:\autoexec.bat

that way it will be put in the root directory.


0

Response Number 8
Name: wayne russell
Date: July 3, 2003 at 22:26:57 Pacific
Reply:

Dear DAVEINCAPS:

Thanks for all the help!

wayne


0

Response Number 9
Name: DAVEINCAPS
Date: July 3, 2003 at 22:32:54 Pacific
Reply:

You're welcome. Go ahead and rename config.sys and autoexec.bat and make the new autoexec.bat. Then reboot and see if the cdrom shows up in 'my computer'. If not we'll check some other stuff.


0

Response Number 10
Name: wayne russell
Date: July 4, 2003 at 19:12:05 Pacific
Reply:

Thanks DAVEINCAPS!

It works fine now!


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 Windows 95/98 Forum Home


Sponsored links

Ads by Google


Results for: Missing CD-ROM icon

no cd rom icon www.computing.net/answers/windows-95/no-cd-rom-icon/169308.html

CD Rom Icon Missing www.computing.net/answers/windows-95/cd-rom-icon-missing/24256.html

Missing CD Rom Icon - HELP! www.computing.net/answers/windows-95/missing-cd-rom-icon-help/41901.html