My computer, which is a pentiun with windows 98, sometimes does and
sometimes does not install my cdrom. I would like to find out what the
reason for this erratic behavior is and what I can do about it.
Maybe if somebody could explain to me how BIOS works and what the
various terms in BIOS are, or call my attention to a website which
explains this, I could figure out what is wrong.
When I press DEL after starting the computer a screen saying "Ambios
Simple Setup Utility Version 1.20 1988 American Megatrend" pops up
giving various options. Pressing the 1-st option "Standard CMOS
Setup" gives me a table which, below the date and time, lists the
following : 4 lines begining with:"Primay Master, Primary slave.
secondary master, secondary slave, each at the beginning of one of 4
lines.
Above the lines are the several headings as follows:
Type, Size, Cyl, Head Wpcom Sec LBA-mode, Blk-mode, Plo-mode, 32Bit
"type" can be toggled between"not insalled", "user", and "auto". If
pressing "enter" at "AUTO" in case of master and slave 1 the right
sizes for the corresponding disks appear under size, cylinder, head
and sec respectively. But for 2. master "not installed" appears. For
2-slave sometimes "cdrom" appears in which case cd rom is insalled,
and in other cases "not installed appears" in which case cdrom is not
installed.
Could anybady explain to me what "Wpcom" "LBA-mode", amd "Blk-mode",
and "Plo-mode" mean? I assume that "32 Bit" is the choice between
partitionig the disk into partitions or individual sectors. The other
terms are obvius.
My computer, which is a pentiun with windows 98, sometimes does and
sometimes does not install my cdrom. I would like to find out what the
reason for this erratic behavior is and what I can do about it.
Maybe if somebody could explain to me how BIOS works and what the
various terms in BIOS are, or call my attention to a website which
explains this, I could figure out what is wrong.
When I press DEL after starting the computer a screen saying "Ambios
Simple Setup Utility Version 1.20 1988 American Megatrend" pops up
giving various options. Pressing the 1-st option "Standard CMOS
Setup" gives me a table which, below the date and time, lists the
following : 4 lines begining with:"Primay Master, Primary slave.
secondary master, secondary slave, each at the beginning of one of 4
lines.
Above the lines are the several headings as follows:
Type, Size, Cyl, Head Wpcom Sec LBA-mode, Blk-mode, Plo-mode, 32Bit
"type" can be toggled between"not insalled", "user", and "auto". If
pressing "enter" at "AUTO" in case of master and slave 1 the right
sizes for the corresponding disks appear under size, cylinder, head
and sec respectively. But for 2. master "not installed" appears. For
2-slave sometimes "cdrom" appears in which case cd rom is insalled,
and in other cases "not installed appears" in which case cdrom is not
installed.
Could anybady explain to me what "Wpcom" "LBA-mode", amd "Blk-mode",
and "Plo-mode" mean? I assume that "32 Bit" is the choice between
partitionig the disk into partitions or individual sectors. The other
terms are obvius. |
Request for Question Clarification by
maniac-ga
on
20 May 2005 19:01 PDT
Hello Vaac,
I can directly answer part of what you ask, not quite all of it.
[1] The definitions follow:
Wpcom - Write Precompensation. Old disks (I am not sure if yours are
old enough) do not have a uniform data density. This is because the
center of the disk rotates more slowly than the outer part of the
disk. This setting tells the BIOS when to adapt (> the specified
cylinder number) how it writes the data to the disk; newer disks
ignore the setting, they compensate automatically.
LBA-mode - Logical Block Addressing mode. Instead of referring to a
location on a disk as cylinder, head, block, LBA mode uses a number
from 1 to the maximum number of blocks to refer to location on the
disk. This was introduced as one way to bypass one of the disk limits.
Blk-mode - Block mode. The disk generates an interrupt for every 8
or 16 blocks transferred. Using this reduces the overhead on the
computer.
Pio-mode - Programmed Input / Output mode. There are basically two
ways to transfer data to the disk (or any other high speed device).
The Direct Memory Access (DMA) mode is done using special hardware
(specify a memory location, size, and location on the disk). In
contrast, PIO mode requires the computer to copy the data to/from the
disk after setting up some registers indicating the location of disk
to write/read.
Describing the differences between Windows 98 and 2000 (or XP) will
take some time. There are some general guides (but not very
comprehensive) such as
http://www.cgc.maricopa.edu/winxp/faqs.html
or
http://www.infopackets.com/gazette/2004/20041202_key_differences_between_win98_me_and_xp.htm
or
http://labmice.techtarget.com/FAQ/winxpfaq.htm
Search for
differences windows 2000 98
differences windows xp 98
for more such sites.
Note in particular that XP may not likely run on your old hardware and
98 may not likely run on the new hardware. It may be "better" to keep
both systems running if you decide to get a new machine and set up a
small network.
The changes you made to the loadhigh command certainly looks OK. If
the hardware is reliable like this, then I suggest you leave it alone.
Reading
http://www.pcguide.com/ref/hdd/if/ide/confJumpering-c.html
indicates that the usual recommendation for a single drive on an IDE
cable is to set it as master (or in some cases as "single"). But
again, if your set up works, I would stick with it and change only if
you start to have inconsistent problems again.
Let me know if you need a more complete explanation or if I can post
this as the official answer.
--Maniac
|