Logo Background RSS

Advertisement

» Hardware

  • The difference between DVD-R, DVD+R, DVD+RW and DVD-RW
    By ÑûGîÉ on March 19th, 2009 | No Comments Comments

    There’s DVD+R, DVD+RW, DVD-R, DVD-RW, and even DVD-ROM! So what’s the difference between all of these different names, aren’t all DVDs the same? Well, it’s not quite that simple.

    Let’s first start with the most obvious difference: some have R and some have RW. The “R” stands for readable, while the “W” stands for writeable.

    The main difference between DVD-R and DVD-RW, or DVD+R and DVD+RW is that the R disc formats can only be written to once, and then it is only readable and can’t be erased for the rest of its digital life. While RW discs are can be written to and erased many times, they are both readable and writeable.

    “R” discs are perfect if they are only needed to be written to once, such as giving some files to a friend or transferring them between PCs. “RW” discs have their strength in the ability to be used many times over, which is great for routine system backups, etc. And naturally, the RW discs are slightly more expensive than the R discs, but you’ll have to decide if the trade offs are worth the money. (more…)

    Popularity: 1% [?]

  • Hard drive Gone Bad
    By ÑûGîÉ on March 16th, 2009 | No Comments Comments

    Hard drive gone bad

    The most common problems originate from corruption of the master boot record, FAT, or directory. Those are soft problems which can usually be taken care of with a combination of tools like Fdisk /mbr to refresh the master boot record followed by a reboot and Norton disk doctor or Spinneret.

    The most common hardware problems are a bad controller, a bad drive motor, or a bad head mechanism.

    1. Can the BIOS see and identify the hard drive correctly? If it can’t, then the hard drives onboard controller is bad.

    2. Does the drive spin and maintain a constant velocity? If it does, that’s good news. The motor is functioning.

    3. If the drive surges and dies, the most likely cause is a bad controller (assuming the drive is cool). A gate allowing the current to drive the motor may not be staying open. The drive needs a new controller. (more…)

    Popularity: 1% [?]

  • 10 Reasons Why PC’s Crash U Must Know
    By ÑûGîÉ on March 13th, 2009 | No Comments Comments

    Fatal error: the system has become unstable or is busy,” it says. “Enter to return to Windows or press Control-Alt-Delete to restart your computer. If you do this you will lose any unsaved information in all open applications.”

    You have just been struck by the Blue Screen of Death. Anyone who uses Mcft Windows will be familiar with this. What can you do? More importantly, how can you prevent it happening?

    1. Hardware conflict

    The number one reason why Windows crashes is hardware conflict. Each hardware device communicates to other devices through an interrupt request channel (IRQ). These are supposed to be unique for each device.

    For example, a printer usually connects internally on IRQ 7. The keyboard usually uses IRQ 1 and the floppy disk drive IRQ 6. Each device will try to hog a single IRQ for itself.

    If there are a lot of devices, or if they are not installed properly, two of them may end up sharing the same IRQ number. When the user tries to use both devices at the same time, a crash can happen. The way to check if your computer has a hardware conflict is through the following route:

    * Start-Settings-Control Panel-System-Device Manager.

    Often if a device has a problem a yellow ‘!’ appears next to its description in the Device Manager. Highlight Computer (in the Device Manager) and press Properties to see the IRQ numbers used by your computer. If the IRQ number appears twice, two devices may be using it.

    Sometimes a device might share an IRQ with something described as ‘IRQ holder for PCI steering’. This can be ignored. The best way to fix this problem is to remove the problem device and reinstall it. (more…)

    Popularity: 1% [?]