Slashdot Mirror


It's Never Done That Before

Graeme Williams writes "I really need something that will help me diagnose and fix problems with Windows PCs. I provide occasional support for more than a dozen PCs at my local church, as well as the systems at home, and those that arrive in the wake of my children. I don't do it regularly enough to have a clear model of how I should go about it. I really wanted It's Never Done That Before to provide that clear model, but unfortunately I was disappointed." Read the rest of Graeme's review. It's Never Done That Before / A Guide to Troubleshooting Windows XP author John Ross pages xix + 263 publisher No Starch Press rating 3 reviewer Graeme Williams ISBN 1-59327-139-5 summary Not organized well enough to help in a real crisis

After reading It's Never Done That Before, I've got a pretty good idea of what I'm looking for in a book about PC repairs. The first part of my ideal book would provide background information about how a PC works. For example, if you wanted to diagnose a problem that occurred during booting, it would help to know what was involved in the boot process, from the power and power supply to the BIOS and MBR and ultimately to Windows, the registry and the desktop.

The second part of my ideal book would explain basic techniques, such as how to change your BIOS settings. These techniques would form a library which could be referred to later in the book without further explanation. The third part of the book would explain things you could do before disaster strikes, such as backing up your data, and writing down your network configuration parameters, and most importantly, making sure you can actually follow the recovery procedures you'll need when disaster does strike. If you can't change BIOS settings when your machine is stable, you're certainly not going to be able to do it when you're terrified that a hard drive failure has lost Auntie Edna and Uncle Norman's pictures. My recommendation would be to permanently set your BIOS boot settings so that your system looks for a boot CD before booting from disk, but if the extra delay bothers you, you can always change it back. At least you'll know what to do.

Evaluating It's Never Done That Before against my ideal, the real book does better on content than it does on organization. For example, it has a useful chapter on what you can do before disaster strikes, and it has a pretty clear explanation of how to change BIOS settings, but they're not in the same place.

The fourth and final part of my ideal book would explain how to diagnose and repair problems. One of the reasons this isn't trivial is that a book should necessarily focus on the most common problems, but has to leave open the possibility that something unlikely is happening. One of the problems I have with my laptop at work is that when I eat lunch at my desk, the touchpad will interpret dropped crumbs as a continual touch, which immediately makes the cursor uncontrollable. Touchpads are not mentioned in It's Never Done That Before – but that's not necessarily an issue. Many more people will, say, have a hard drive failure than will have crumbs on the touchpad, and the book has plenty of material on hard drive failures. But too much of the book assumes you know what the problem is, instead of systematically going through possibilities – and leaving open the possibility that something odd or unlikely is happening.

One of my systems at home is an old hand-me-down desktop from my son. He had installed a firewire card, which remains, and a sound card, which he removed. I put in a new disk, which I partitioned as a dual-boot Linux and Windows XP system, and attached a external firewire drive. The first problem I noticed was that when Linux boots, it changes the BIOS to disable on-board sound. Perhaps this is some kind of "phantom limb syndrome" for the missing sound card? Some time ago, the firewire card became less reliable – at least, if the drive is on, Windows will black screen during boot. This can be avoided by leaving the drive off until Windows has settled down after booting. Lately, when Windows boots it has started to reset the network file sharing settings for the external drive. I fear that the Windows system on this machine is disintegrating, perhaps in anticipation of Vista.

It's not that It's Never Done That Before doesn't cover any of these areas. For example, it has a considerable amount of material on boot problems, including black screens. The problem is that it's not organized as a fault tree, where you start with no knowledge other than the immediate symptoms and proceed to collect data and rule out possibilities until you're left with the precise cause. One of the benefits of doing this carefully is that you won't prematurely decide whether the cause is hardware or software. Unfortunately, It's Never Done That Before just isn't organized this way.

The lack of organization also manifests itself as unnecessary and sometimes irritating repetition. For example, you get to the Windows Advanced Options menu by pressing F8 during startup. On page 46, the instructions are "When the results of the POST [power on self test] appear on the screen, press the F8 key until the Windows Advanced Options menu appears". On page 48, the instructions are to "immediately press F8 a few times" POST is not mentioned. On page 60, the instructions are to "press the F8 key several times".

The book just isn't clear about how a PC connects to the Internet and how that can fail. One indication is that the material is split between Chapter 13, "Internet Connection Problems" and Chapter 15, "Dealing with Hardware Problems", when there's no way you can know a priori whether a problem is hardware or software. Or for that matter whether the problem is yours or your ISP's.

Figure 13-3 on page 147 is the first of two diagrams related to Internet connectivity. The diagram shows something called a Wide Area Network which you connect to that is separate from the Internet Cloud. I suppose this might refer to the BGP AS you're connected to, but that hardly matters to most people. And having introduced the idea that you're connected to some equipment at your ISP, the diagram doesn't make clear that if you're directly connected to the Internet (without a router), your PC gets an IP address from the ISP's DHCP server, but if you're connected via a router, the PC gets its address from the router, and the router gets its address from the ISP. How do you recognize when your PC hasn't got an IP address from the appropriate DHCP server? This is needlessly hard in Windows XP, because the OS "helpfully" defaults to something plausible and wrong, but the book offers no help in digging you out of this one.

Figure 15-1 on page 169 includes a DSLAM (a piece of equipment at the local telephone company), which is a fascinating detail, but not really something you need to know even if you have a DSL connection. At least in the US, the key thing to know is that DSL wiring problems belong to one part of the telephone company (because it's the same wiring as your telephone) but Internet problems belong to a different part. If you live in the inner city, you're quite likely to have wiring problems (based on my experience with a sample of two and a failure rate approaching one per year), but if you have a problem with your line and you're talking to the wrong group within the telephone company you'll be rebooting your PC and checking network settings until you're blue in the face.

The popularity of wireless LANs has introduced a whole new set of problems. At home, my POSSLQ uses a laptop with a wireless PCMCIA card. As the the wireless router got older, the wireless connection on the laptop seemed to get less and less reliable. After avoiding the problem for a while, I stumbled across the length argument on the ping command, and discovered that the packet loss rate depended on the packet length. I adjusted the MTU and things immediately got a lot better. It's Never Done That Before ignores ping in favor of traceroute (which I find confusing for basic connectivity problems) and so would never solve this problem.

Even a simple LAN requires several systems to be up and communicating in order to connect to the Internet. A short time ago I upgraded the wireless router in my home from 802.11b to 802.11g. By systematically going though all the incorrect combinations first, I was able to verify that the procedure given in the router manual was both necessary and sufficient: power off the cable modem, router and PC, and power up the cable modem, router and PC in that order. I also support a local church with a local area network of about a dozen computers, which seems to have an endemic problem with IP address conflicts. In this case, I leave the PCs on and power cycle the router. These rules and especially the reasoning behind them aren't included in It's Never Done That Before.

I'm a little mystified why the author doesn't recommend making a live CD of your favorite Linux distro. If you have a problem that prevents Windows from booting, it's an easy way to connect to the Internet to look for resources. It's also an easy way to confirm more serious problems. I recently had a computer with a motherboard problem go into a reboot loop with a live CD, which was sort of terrifying, but immediately ruled out Windows as the source of the problem

I guess it's clear by now that I don't like It's Never Done That Before. There's a lot of information in the book which many people may find very useful in understanding more about how their PC works and how it fails. The book may very well help people with simple problems. However, the experience I've had fixing PC problems suggests to me that the book is not structured well enough to lead you through the process of diagnosing and repairing an unknown failure."

You can purchase It's Never Done That Before from bn.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.

194 comments

  1. Don't worry by Anonymous Coward · · Score: 2, Funny

    it'll do it again when the review is reposted in 3-4 days.

    1. Re:Don't worry by daskinil · · Score: 3, Informative

      #1 way to fix problems i would think www.google.com, for a list of comprehensive problems - with windows you just can't identify the problem all the time. Just put n a phrase consisely describing the problem and it'll see if anyone else has had a problem. however i'm not sure how this works for windows, i mostly run linux and use a compination of google searches, forum searches, and wikipedia. A very important piece of information no book can cover is hardware specific problems. If you believe your hard drive fails for instance, you need to visit the manufacturer web page on another computer and read support there, they often have a boot utility that can anylize your hard drive to see if its valid. Then you can rule out the hardware, and move on to possible filesystem corruption. Sorry if i didn't read the whole article just a glance while i'm at work- hope my response was on topic. However a good PC tech book that explains the basics of how components work could be valuable as well. However i'm sure there are many places on the internet to find that information as well.

    2. Re:Don't worry by Turn-X+Alphonse · · Score: 1

      That works perfectly for Windows. It's how I fix most problems people bring to me.

      Step 0 : Google for anything preventing me from getting to step 1.
      Step 1 : Virus scan
      Step 2 : Malware scan
      Step 3 : Google for anything that's left.

      --
      I like muppets.
    3. Re:Don't worry by Millenniumman · · Score: 1, Funny

      Here is another solution:

      1. Insert Ubuntu Linux CD
      2. Install/migrate data
      3. ???
      4. Profit!!!

      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    4. Re:Don't worry by Rob+T+Firefly · · Score: 3, Interesting

      Googling is useful, but not the sort of thing you'll find in a how-to book. For one thing, why buy a book that just tells you to go online and research the problem your damn self? No publisher wants to sell you a book that admits it's not necessary.

      Additionally, the main reason most seasoned geeks try to keep some hard copy reference material around, especially if you're in a single-computer situation, is there will eventually come a time when the whatever the problem is stops you from getting onto the Internet to find out what the problem is that is keeping you from getting onto the damn Internet to find out what the freaking problem is that.. etc.

    5. Re:Don't worry by OldeTimeGeek · · Score: 4, Insightful
      You missed two steps.

      5. Explain to them why none of the applications that they are used to using work any more (but the newer ones that you installed are so much better.)

      6. Run Away!

    6. Re:Don't worry by Fordiman · · Score: 1

      ~s/Ubuntu/Generic Live/

      --
      110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
    7. Re:Don't worry by Anonymous Coward · · Score: 0

      You forgot to add:

      5. Look for some useful apps.
      6. Get fed up with arcane '70s unix technology that should have been put to death in the '80s.
      7. ???
      8. Go back to Windows.

    8. Re:Don't worry by Tikkun · · Score: 1

      What kind of a geek only has one computer? Sorry to be a troll, but doesn't everyone have several computers just lying around collecting dust as they process data for SETI? BTW, I do have printed material too for when the Internet goes out or everything is destroyed by viruses or power surges.

    9. Re:Don't worry by booch · · Score: 3, Funny

      8. Go back to Windows.

      You misspelled "Switch to Mac".

      --
      Software sucks. Open Source sucks less.
    10. Re:Don't worry by Anonymous Coward · · Score: 0
      You misspelled "Switch to Mac".

      No, I most certainly did not.
    11. Re:Don't worry by Millenniumman · · Score: 1

      Most probably wouldn't notice if you put them in the same locations and with the same icons. Despite their resistance to change, people are smart.

      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    12. Re:Don't worry by Anonymous Coward · · Score: 0

      In case you didn't know, the "Applications->Add/Remove" entry you were looking for is right there, in the top menu bar. It allows you to install a whole bunch of pretty graphical apps by clicking a checkbox and pressing a button.

      Don't thank me, it's free advice.

    13. Re:Don't worry by recursiv · · Score: 1

      Most won't notice the difference, and they're smart? Intriguing case of cognitive dissonance.

      --
      I used to bulls-eye womp-rats in my pants
    14. Re:Don't worry by Millenniumman · · Score: 1

      The programs are very similar, and most people don't care.

      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    15. Re:Don't worry by PintoPiman · · Score: 1
      5. Look for some useful apps.
      6. Get fed up with arcane '70s unix technology that should have been put to death in the '80s.
      7. ???
      8. Go back to Windows.


      Careful there bucko. Like you, your heroes in Redmond fail to understand Unix. Those who fail to understand Unix are of course doomed to reimplement it. Remember when you got Windows 95 and discovered a home (My Documents) directory? Have you ever found Window's /etc/hosts file? Google around a bit and I'm sure you can hunt it down in the labyrinthine corridors of your WinXP install. Did you think that MS's just "innovated" user-mode access out of nowhere just for Vista? This isn't even a "standing on the shoulders of giants" situation. MS has been slowly, unevenly and somewhat haphazardly reimplementing UNIX features in Windows for years...

      As for useful software, the following is a list of really useful software that doesn't come with Windows:
      • rsync. It's how I do my automated backups to an external drive every night. How do you do yours?
      • A compiler.
      • ssh client or server. Great way to securely administer machines remotely. Combines with rsync for greatness.
      • A VCS. It's not just for programmers - I use the CVS install that came with my Mac to implement versioning on my documents folder and other important files. See also: OS X's Time Machine implementation.
      The list might be a tad geeky, but this is slashdot. The lack of a capable CLI in Windows combined with a lack of useful utilities that have been around for generations is a severe enough weakness that I don't mess with the platform at all. Perhaps you're in an industry that just *has* to have that Windows-only killer app, but most of us do "useful" things with an office package, an email app and a web browser. MS takes the first with OpenOffice coming in at "usable, but not there yet." The Unix world has more than enough email and web alternatives.

      Perhaps by "useful" you meant games? Viruses? Virus scanners? Spyware? Spyware scanners?
    16. Re:Don't worry by sihker · · Score: 1

      Not that I did any RTFA, but my steps would be 5. Pray (brief summary scanning revealed church and neighbourhood) to Ctulhu, Satan, Christ, Jahve, Allah... You could try to pray to all of them simultaneously or set up community service hours. E.g. 13.00-14.00 Satan, 14.00-15.00 Christ etc. 6. Spray their working computer with holy water. That should do the trick.

    17. Re:Don't worry by pedalman · · Score: 1
      He also forgot these steps:

      0: dban
      1: autonuke

      --
      Friends don't let friends line-dance.
    18. Re:Don't worry by CagedBear · · Score: 1

      why buy a book that just tells you to go online and research the problem your damn self

      That's my pet peeve with home improvement books. They tell how to do the simplest stuff. Then when you get into the meat and potatoes of it, every paragraph says "hire a professional to complete this step". Arrrggggg! I've since found that tradeschool textbooks are far better than anything sold at regular bookstores.

    19. Re:Don't worry by Anonymous Coward · · Score: 0

      Mod parent up. Please. Very much so.

      -Mr Trolley.

  2. I've read better books... by Durrill · · Score: 3, Funny

    I was once looking for something similar and instead came across the book (Format C, Install Linux) which saved my life!

    /sarcasm

    --
    If i wanted to hear bullshit, i'd go to church.
    1. Re:I've read better books... by normal_guy · · Score: 1

      I always thought "the problem is, is..." was a verbal tic. Now I see it recreated on screen. Amazing.

      --

      Linux: Free if your time is worthless.
    2. Re:I've read better books... by AuMatar · · Score: 0, Offtopic

      In other words- they need someone else to install linux for them.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    3. Re:I've read better books... by WED+Fan · · Score: 1, Troll

      Yes. Here, here.

      Remember, Linux was made to make developers lives more easy. Not users. What do you expect for free?

      Part of making it more easy is that developers can foist crappy UI, crap docs (if any), and a supreme case of L33Tism and to say, just RTFM.

      --
      Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong fix.
    4. Re:I've read better books... by Anonymous Coward · · Score: 0

      +4 Troll:

      1. Start with a false premise.
      2. Add a broad generalisation that shows you don't know what the fuck you're talking about.
      3. Add a statement that's so general as to be useless
      4. Forget how to use the language you're writing in - particularly with regards to punctuation and the use of the proper words (can't instead of cant, their instead of there)

      Makes you look smart and hip!

    5. Re:I've read better books... by Anonymous Coward · · Score: 0

      Gads, you really don't know what you're talking about, do you?

      In the early days, Linux was made to make the developers happy - they could play with an OS at the lowest levels.

      Today, Linux is installed by several manufacturers as a stock option on the machines they ship. Normal people use it to accomplish real jobs and to just use their machines. It's used for high-end workstation work (graphics in particular - it's popular in the moviemaking industry), POS systems, and thin client applications.

      Crappy UI? Try looking at something that was released within the last 3 years. The current state of UI on Linux is not what it was 5 or 10 years ago. There's actual HCI research being done that has improved the Linux end-user experience considerably - something MS hasn't done seriuosly for years.

      Ah, but what can I expect from a Microsoft fanboy/shill? Certainly drawing comparisons to the state of Linux from 5-10 years ago, that's nothing new.

    6. Re:I've read better books... by Fordiman · · Score: 1

      That's what the man said. Linux.

      Ubuntu or Slax would do the job, and Slax would install in minutes.

      But, hey. If you're looking for 'Just Works', try Linspire. It's costed, but it's pretty clean, so far as distros go.

      --
      110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
    7. Re:I've read better books... by Drakin020 · · Score: 0, Troll

      Micosoft does much more to make the end user's life easier. Sorry Linux just doesnt make the cut in the business world, and hopefully never will.

      --
      The greatest revenge in life is massive success.
    8. Re:I've read better books... by hahafaha · · Score: 1

      Actually, no. Microsoft ships a system which is easy for end-users but cannot be changed. There are several aspects of the Windows UI that are not at all obvious and can be confusing, but you cannot fix them. On GNU/Linux, however, everything can be changed. So in a business, when the sysadmin configures the computers, he can make them exactly like he wants them, in many cases easier than on Windows.

    9. Re:I've read better books... by Drakin020 · · Score: 0, Troll

      Windows: My Computer Linux: Your Computer Ok so you can change up a few icons and make some things look pretty. Thats nice...But what can it do for the business man? Tell me how Linux Beats Exchange server. Tell me how Linux beats SQL 2005. Sharepoint, Portalserver, CRM, Live communicator....Who cares about what the desktop looks like. What can it do to increase productivity?

      --
      The greatest revenge in life is massive success.
    10. Re:I've read better books... by hahafaha · · Score: 1

      Well, my question was an answer to the great-grandparent, which was about user-friendliness. The stuff that you mentioned is more from the sysadmin's point of view, since the user interface is either the same, or like I mentioned in my previous post, better. Do you really want to hear another description of why GNU/Linux is better from the sysadmin's point of view?

    11. Re:I've read better books... by Drakin020 · · Score: 0, Troll

      Having an interface that is user friendly is a great idea. If you really want the interface to make the user happy here is a good bit of advice...Don't change it. Users today are used to Windows. You say the word linux and they wont know what the hell your talking about. So esentually if you wanted to create a user friendly interface then you would want something like Windows. Then why not just use windows? Keeping the interface simple is a basic part of how to help make a business run better. Its a key point however you have to look beyond such simple things and look into things from a sysadmin's point of view.

      --
      The greatest revenge in life is massive success.
    12. Re:I've read better books... by sumdumass · · Score: 1

      It tried this once. It said command not found. I will copy paste your commant next time.

      does the coma mean to enter it seperatly?

    13. Re:I've read better books... by Anonymous Coward · · Score: 1, Interesting

      It's only easier for end-users because it's just about everywhere. Seems like well more than half of the trolls haven't actually tried Linux within the last few years, or have had the misfortune of a geek friend recommending them a k3wl distribution with an emphasis somewhere else than smooth desktop use.

      I've had considerably more problems with drivers in Windows (specifically, many drivers don't exist for 64-bit architectures), useful diagnostic information is hard to come by, the user interface is inconsistent. I actually have to look for and install software manually instead of having it easily available in a repository and the desktop environment in itself is featureless and archaic.

      If that's supposed to be the peak of desktop OS development on the PC, it's not going to be very difficult to improve on it.

    14. Re:I've read better books... by Anonymous Coward · · Score: 0
      So esentually if you wanted to create a user friendly interface then you would want something like Windows.

      You know, there's this fruit company that might be interested in hearing what you have to say.

    15. Re:I've read better books... by hahafaha · · Score: 1

      No, that's my point. Business people are used to certain aspects of Windows. They want to be able to close the window. Click a menu. However, there are certain other things that can be changed. As, for example, an AC mentioned, Apple's interface is MUCH more user friendly than that of Windows.

    16. Re:I've read better books... by hahafaha · · Score: 1

      I agree. Furthermore, Apple's interface, for example, is much more user-friendly. GNU/Linux can be made user-friendly. The ironic thing is, it is actually quite a lot harder for a newbie home user to use GNU/Linux than it is for a business user. A home user has to do everything themselves. Although they may get help from the Internet and friends, it will be harder for them to figure out how to do simple things, especially when it involves finding theme source files and editing raw XML to change it (yes, this is sometimes necessary). A business user, however, is usually given his computer by the company, and the computer has been configured by an admin first. This admin is not a newbie, but an expert, and can actually make the system very secure.

    17. Re:I've read better books... by Anonymous Coward · · Score: 1, Informative

      Considering that I work for a billion-dollar company that has over 1500 Linux desktops and a server infrastructure that's mostly Linux, I'd say you don't know what you're talking about, but that you come at the discussion from a bigoted MS-fanboy perspective. Open your eyes and actually take a look at what's out there.

      I've been a user of a Linux desktop for damned near 10 years now, and every time I go back to using Windows, I lose productivity because Windows really is just that counterintuitive in its design.

      Users don't care about the applications in use on the back-end - they care about being able to get their work done. "Linux" doesn't beat applications, it beats the Windows OS. It crashes less frequently. OpenOffice 2.x kicks MS Office's ass any day of the week and twice on Sunday.

    18. Re:I've read better books... by Drakin020 · · Score: 0

      Yeah...ok...I really just dont believe you honestly lol. Telling me that Linux allows for more productivity than windows? heh oooookay

      --
      The greatest revenge in life is massive success.
  3. Buy my book called "Computer Experience" by Dareth · · Score: 3, Funny

    Buy my book, but do not open it right away. Put it on a shelf somewhere, or even in a cardboard box. Go use,break,fix, work on computers for about 3 to 5 years, then come get the book, if you can find it.

    You will find the book to be completely worthless, same as if you had read it the first day you got it. But it will not matter, because more than likely the experience you got from owning it, and the years of working with computers will have given you the best "experience" possible.

    --

    I only look human.
    My mother is a halfling and my dad is an ogre, so that makes me an Ogreling
    1. Re:Buy my book called "Computer Experience" by andrewman327 · · Score: 4, Informative

      I agree that experience is the best solution. I troubleshoot lots of computers and I have certain tools based on my own experience. I carry memory key full of anti spyware software, an Ubuntu Live CD, a small cheap circuit tester, and other things depending on the need. There is a reason that A+ textbooks are so large: there is an awful lot to learn! You cannot hope the learn everything you need to know through one book. As you research different computer problems, you will learn more about those problems. Just remember to keep an open mind, look things up, and stay grounded when working on the guts of a computer.

      --
      Information wants a fueled airplane waiting at the hangar and no one gets hurt.
    2. Re:Buy my book called "Computer Experience" by QMO · · Score: 2, Insightful

      My perception of what the reviewer wanted was a book on How to Troubleshoot.

      Maybe he didn't mean it this way, but it seemed that what he wanted the book to do was teach him basic critical thinking and troubleshooting skills. If anyone knows of such a book, please let me know.

      (P.S. I already have pre-algebra through graduate math texts, they don't count.)

      --
      Exam 4/C again. Maybe I'll do better this time.
    3. Re:Buy my book called "Computer Experience" by nine-times · · Score: 2, Informative

      I was just about to post this. First of all, it's true that in most topics, fixing computers included, there's no substitute for experience. But especially when it comes to troubleshooting Windows.

      I'm not on a mission to bash Windows here, but I've been fixing Microsoft Windows systems since Windows 3.1, and there's just no sense in it. A service pack might change where settings are located. The registry is a mess if you're looking for a specific setting. And in Windows, more than any OS I've ever dealt with, weird things happen for no apparent reason. You just have to have a sense about how Microsoft designs these things, and an instrinct for how to fix them. This takes experience, no more, no less.

      And so my best advice is to get experience. Fix computers. If something is broken, don't wipe the disk and reinstall. Read error messages. In later versions of Windows, read your event viewer. Google for your answers. Microsoft Knowledge Base is useful, too. Befriend some computer geeks. Don't read books on troubleshooting.

    4. Re:Buy my book called "Computer Experience" by vertinox · · Score: 2, Insightful

      Truth be told, I learned 95% of what I know about computers from hands on at a local computer store. The other 5% was me trying to get games to play on a old POS computer which I slowly upgraded over time.

      The unique benefit of working at a small shop computer repair shop is that you get all sorts of computers coming in with all of them having mostly different problems. One of the games I loved to play is (and our motto of the store was) "Never format!"

      Believe it or not, many windows problems can be solved before going all the way to the final towell throw with the complete format... And never ever ever use the restore disks dell sends you... You won't learn much by formatting and reinstalling all the time.

      But if you look up and learn reg hacks and other tricks you can fix problems the hard way which leads to more experience.

      Besides... Customers get pissy when they bring their computer in to install a network card and you hand it back to them and said you had to format the box because it installing right.

      --
      "I am the king of the Romans, and am superior to rules of grammar!"
      -Sigismund, Holy Roman Emperor (1368-1437)
    5. Re:Buy my book called "Computer Experience" by vertinox · · Score: 1

      And to add to what you said (and I don't understand why they marked you as a troll) is that people often ask me what books I used to study or what classes I took and I often shock the people that ask by telling me "I never took a class on computer in my entire life nor do I read books on them!" (Ok... I took intro to C++ and Unix basics in college but we are talking about windows and reparing home PCs not programming)

      To learn computers, you need to get one and mess with it without fear of breaking and again... Put yourself in a situation where you can see as many problems as possible like working at a computer store, geek squad, or volunteer to repair whenever you can.

      Most problems will not be found on a book, but most of them are found on Google groups, but don't always use that for a reference because there are plenty of times in which you'll see a problem that was never reference by a book nor google groups.

      I did computer repair in the days before Google so we really didn't have that as a tool (or crutch) but sometimes it helps just to ask others who are willing to help and are familiar. Computers aren't predictable enough to be able to look their error messages up in a book. Sometimes you have to know the feeling and relate info together (you know... burning modem smell vs the sound of a dead hard drive) to get your solutions.

      --
      "I am the king of the Romans, and am superior to rules of grammar!"
      -Sigismund, Holy Roman Emperor (1368-1437)
    6. Re:Buy my book called "Computer Experience" by nmos · · Score: 1
      I did computer repair in the days before Google so we really didn't have that as a tool



      Back then it was called Dejanews.

    7. Re:Buy my book called "Computer Experience" by mrbcs · · Score: 1
      I would often try to fix without the format.. but more often than not, that's where I'd end up. I didn't want to waste 5 hours scouring the registry when the customer wouldn't pay for that time either.

      Wipe it, put on AVG, Netscape and Ad-aware and most times I'd never see the customer again unless they wanted an upgrade. They'd tell all their friends and I was busy.

      Hardware problems were pretty easy to fix after a bit of experience. The most challenging lesson I had to learn was with modems. I'd get these things that would install and test perfectly, yet wouldn't dial out. Finally had a customer come in complaining of a bad modem and a recent thunderstorm. Bingo. Same symptoms. That little lesson saved me hours later on, though it took a while to actually figure out.

      --
      I'm not anti-social, I'm anti-idiot.
    8. Re:Buy my book called "Computer Experience" by nine-times · · Score: 1

      Well, if you're a pro, you start developing techniques to speed trouble-shooting and resolution. Often, you'll get some sort of imaging technique (that will include a wipe/reinstall) that will be your best bet in many situations, especially if you're working on similar configs all the time.

      However, if you want to learn how to fix computers, reformatting isn't the advisable route. All you'll learn is how to reinstall Windows. Also, if you learn more, you'll find that you can fix more of the problems you see faster than it takes to back up user data, wipe/reinstall, and restore the data again.

      So, yes, if you're not very skilled, don't wish to be skilled, and just want a computer running well again, backup/wipe/install is great. Otherwise, it should generally be a last resort.

    9. Re:Buy my book called "Computer Experience" by smchris · · Score: 1

      I agree. It sounds like he needs a little more experience. Maybe just grazing PC tech reading or an A+ book as well.

      For me, I love having an inexpensive PowMax power supply tester so I can reduce my guessing on whether that is causing anomalies. Then, a download of the Ultimate Boot CD ISO for a number of tests. I always run a few passes of memtest in particular with all new memory. And, yes, a copy of an Ubuntu live disk (or Knoppix in my case). Do Windows people realize that there is a free bare-metal partition backup program in partimage? A GUI Partition Magic clone in QTPartEd? And a way to boot up and dig into their root partition. Recover data, etc.

      Other than that I guess just the boring recommendations to standardize and document as well as possible in a loose group like that.

    10. Re:Buy my book called "Computer Experience" by Bobby+Orr · · Score: 1

      You will find the book to be completely worthless, same as if you had read it the first day you got it. But it will not matter, because more than likely the experience you got from owning it, and the years of working with computers will have given you the best "experience" possible.

      Problem #1: Personal experience qualifies you only to solve problems you have personally solved before. If "it's never done that before" then you have a whole new problem. This is where outside help can SAVE TIME.

      Problem #2: It impossible for most of us to remember everything we have ever learned. If you haven't seen a problem in a few years, you may forget a particular step or registry key or command syntax or creative hack or...

      Problem #3: Isn't the transfer of written knowledge a hallmark of modern civilization? Why would computer repair not benefit from this important practice?

      Problem #4: People who favor their own experience at the expense others' are often also know-it-alls who can't help but make up crap when they don't know the answer. All present company excluded, to be sure :-)
      Besides, what if the book offers a better fix than you have discovered on your own? Isn't it possible that you personally have not always found the optimal solution?

      My Point: Don't criticize someone as unskilled when such person claims at the outset he/she is unskilled and would like to find a quality book to improve his/her understanding and skill set. This is the exact same attitude that yells "RTFM" then offers up an inaccurate and incomplete suite of whitepapers that confuse a newbie as much as helps them.

  4. Reviewer is an idiot... by Anonymous Coward · · Score: 0

    Clue: It HAS done that before. Just ask Google.

  5. Reviewer mentions Linux LiveCDs... by The+MAZZTer · · Score: 3, Informative

    [url=http://www.nu2.nu/pebuilder/]BartPE[/url] is the Windows equivalent, pretty nifty. Although something like Knoppix is infinitely more useful, BartPE is still neat.

    1. Re:Reviewer mentions Linux LiveCDs... by Anonymous Coward · · Score: 1, Funny

      You know what's more useful? Anchor tags.

    2. Re:Reviewer mentions Linux LiveCDs... by nmos · · Score: 1

      There is also UBCD (Ultimate Boot CD) which is basically BartPE + some additional tools. Good stuff although I still don't leave home without a Knoppix CD.

    3. Re:Reviewer mentions Linux LiveCDs... by Anonymous Coward · · Score: 0

      I actually like UBCD4Win. It uses BartPE but includes a slew of utilities that come in handy.

      It includes antivirus tools, email/internet browsers, cd burners, disk imagers/copiers, defrag tools, diagnostic tools, partitioning tools, security tools, disk wiping tools, file recovery tools (undeleters), malware tools, antispyware tools, network tools, ftp, vnc, password tools, registry tools, it lets you run dos programs, it lets you use your modem, it has stress testing and benchmarking, and others. All freeware and all included with the base download. To get those with BartPE you'd have to do a lot of your own downloading. Having them all in one place is great, and includes stuff you may not have known about or been unsure of it it'd work. I believe they also have it set up so the programs you run (like spybot or adaware) actually check your host computer and not the CD (i.e. needs a special launcher).

      http://ubcd4win.com.nyud.net:8090/

    4. Re:Reviewer mentions Linux LiveCDs... by Anonymous Coward · · Score: 1, Informative

      The "Ultimate Boot CD" you mention isn't running BartPE. It includes DOS tools and Linux tools. Disk based diagnostic tools and such.

      "You need the Ultimate Boot CD if you want to Run floppy-based diagnostic tools from CDROM drives, Free yourself from the slow loading speed of the floppy drive, or Consolidate as many diagnostic tools as possible into one bootable CD."

      http://ultimatebootcd.com.nyud.net:8090/

      I don't know what it's built with or runs on, but the full version includes an environment like Knnoppix. The basic version doesn't, but includes a basic menu driven system to run disk-based tools.

      The Windows version is called UBCD4Win, which I posted about below.

      Both are good options, both do different things. Both would be good additions to any troubleshooters collection. :)

      How long does Anonymous have to wait before posting again? ....Slow Down Cowboy!
      This /s/ucks. /b/astards!

    5. Re:Reviewer mentions Linux LiveCDs... by Anonymous Coward · · Score: 0

      We use HTML in these parts, son. BBCode is for punks.

  6. Right so let me get this straight by Timesprout · · Score: 2, Funny

    Someone who basically knows what they are doing doesn't like a book targeted at the clueless masses. Well color me surprised.

    --
    Do not try to read the dupe, thats impossible. Instead, only try to realize the truth
    What truth?
    There is no dupe
    1. Re:Right so let me get this straight by RingDev · · Score: 1

      I was actually more suprised that this is a review on /. that doesn't have a rating of 7 or 8.

      -Rick

      --
      "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
  7. Linux by Rob+T+Firefly · · Score: 4, Insightful
    I'm a little mystified why the author doesn't recommend making a live CD of your favorite Linux distro.
    I'm just guessing, here, but that might be because it's "A Guide to Troubleshooting Windows XP." Cheezy "lol, Linux" replies to Windows problems are normal here on Slashdot, but they're not as common in print media these days.
    1. Re:Linux by Evil+Shabazz · · Score: 1

      Well that, and that to the majority of the population, just [i]finding[/i] your "favorite Linux distro" is more effort than they're willing to put forth.

      Sure, to the truly tech-savvy crowd, Linux is a little more stable, a little more secure, a little more geeky... but the average PC owner doesn't care about that on their home system. Windows CAN be safe enough for the average user if you use it right.

      Dangerous thing to say on Slashdot, I know... but as a typical, home-user operating system, Linux is the last of the big three I'd ever recommend.

      Yes, Linux is great to run as your DNS server's OS. No, it's not so great for giving to Jenny on her 16th birthday so she can do her homework and play her games and chat with her friends.

      --
      Down with the career politician! SUPPORT TERM LIMITS
    2. Re:Linux by BFaucet · · Score: 1

      I think (s)he meant so you can boot up your linux CD and diagnose/fix problems with windows.

      It's a handy thing to have when Windows refuses to boot even into safe mode.

      --
      -Derick
    3. Re:Linux by Moofie · · Score: 1

      "Windows CAN be safe enough for the average user if you use it right"

      I belive the "use it right" part is precluded by the "average user" part.

      --
      Why yes, I AM a rocket scientist!
    4. Re:Linux by hclyff · · Score: 2, Insightful

      Maybe if you read just a sentence further, you would find out that the Linux CD was meant to help boot the system in case of Windows refusing to start at all (and maybe twiddle with system from there). Not as a replacement of Windows. I do this often even in cases of obvious hardware problems, because Linux often runs (be it with complains) in cases when Windows refuses to.

    5. Re:Linux by Tweekster · · Score: 2, Interesting

      No honestly windows cannot be safe in any fashion because of exactly what you said:

      You have to use it right.

      Ubuntu is a far better desktop than XP will ever EVER be. Because it lets you do some things and not everything. People dont need to be able to do every task a pc is capable of because they mess things up by doing so.

      Your average person needs restrictions and limits and a lack of options and the PC will run just fine for years.

      The average person doesnt even play games on their computer...they do IM, email, web, a little photo thing, and maybe maybe if they are a student type a paper. That is 90% of the general population...XP does all that and a billion other things very poorly.

      Make a pc that is an appliance not a general purpose "I can do everything but i have no reason, but im going to anyways platform"

      --
      The phrase "more better" is acceptable English. suck it grammar Nazis
    6. Re:Linux by Americano · · Score: 1

      I'd respectfully submit that if you're computer-savvy enough to:
      a) HAVE a "favorite" Linux distro;
      b) Keep a live CD of said distro on hand;

      then you probably don't need this book -- which, from the review, sounds like it's geared towards novices -- to troubleshoot your problems, as you're probably ALSO savvy enough to know how to use Google, and other online support resources, to find solutions to your problems.

    7. Re:Linux by fuzz6y · · Score: 1
      I'm a little mystified why the author doesn't recommend making a live CD of your favorite Linux distro.
      I'm just guessing, here, but that might be because it's "A Guide to Troubleshooting Windows XP."
      Yes, that would be why he suggested a live CD. Those are often valuable tools for troubleshooting Windows XP. Suggesting an install CD would be flippant, but a live CD is a perfectly good idea.
      --
      If you're going to be elitist, it would help to be elite.
    8. Re:Linux by Anonymous Coward · · Score: 0

      "Cheezy "lol, Linux" replies to Windows problems are normal here on Slashdot, but they're not as common in print media these days."

      Perhaps because print media these days usually resorts to the "This (hopefully) will be better in Vista" approach.

    9. Re:Linux by silas_moeckel · · Score: 1

      Perhaps he should go into PE, bartpe and the like are easy to setup and still a windows envirnment for fixing/testing windows.

      --
      No sir I dont like it.
    10. Re:Linux by sootman · · Score: 1

      And not reading is normal on Slashdot, too, because if you would have read the next two sentences, you would have seen the reason for his suggestion. Yes, the book is about Windows XP, but since it also covers problems that can occur before Windows even loads, or that cause Windows to not load, having another environment handy would be a Good Thing. I'm unable to use the installed OS on about 1/4 of the machines I fix and bootable CDs often come in handy. Since Windows is neither a) freely redistributable or b) available as a live CD, a Linux live CD is actually a very good idea. It wasn't a "cheezy 'lol linux'" knee-jerk response answer, it was a well thought out, appropriate answer.

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
  8. Yawn... by Ponga · · Score: 1
    I really need something that will help me diagnose and fix problems with Windows PCs...

    ...I'm sorry, what is it that you were saying? Uhh, a call just came in, I've gotta go. :/
  9. Re:No Digg by AuMatar · · Score: 0, Offtopic

    I don't know, but I know when the phrase "jump the shark" jumped the shark. It was the time it was used to describe an actual jumping of a shark. Its already hit its peak, please stop using it.

    --
    I still have more fans than freaks. WTF is wrong with you people?
  10. Simple answer to your needs by alexhs · · Score: 1, Flamebait

    I really need something that will help me diagnose and fix problems with Windows PCs.

    Just take the red pill: install an open-source OS. The answers will be revealead to you :P

    --
    I have discovered a truly marvelous proof of killer sig, which this margin is too narrow to contain.
  11. Future versions? by saboola · · Score: 5, Funny

    I need a It's Never Done That Before: Bodily Functions. I can't go into detail.

    1. Re:Future versions? by pandrijeczko · · Score: 1
      Let me guess....

      Hair growing out of the ears and nostrils???

      and the unexpected multi-part fart as you climb stairs???

      Me too.

      --
      Gentoo Linux - another day, another USE flag.
    2. Re:Future versions? by Anonymous Coward · · Score: 0

      LMAO. The hair is a pain, but the multipart fart can occasionally play the start of a tune, which is always a treat.

  12. And the answer is... by Anonymous Coward · · Score: 0

    Linux fails it, hard.

  13. shark jumping by djdavetrouble · · Score: 0, Offtopic

    no its when that jumped the shark guy decided to make a career out of it.

    --
    music lover since 1969
    1. Re:shark jumping by Tairnyn · · Score: 1
      TV Guide would argue, with money, that the term is alive and well:

      http://tv-guide-news.newslib.com/story/5190-323740 7/

      --
      "Don't waste your time or time will waste you" -MUSE
  14. Rely on the Almighty by David+Horn · · Score: 5, Funny

    "I provide occasional support for more than a dozen PCs at my local church"

    Can't you just leave them switched on overnight and let God take care of things?

    I'm SO going to get flamed for this... ;-)

    --
    PocketGamer.org - For the gamer on the go!
    1. Re:Rely on the Almighty by Admiral+Justin · · Score: 4, Funny

      God uses Linux.

      --
      You will be baked, and there will be cake.
    2. Re:Rely on the Almighty by Anonymous Coward · · Score: 0

      In more than one ways ;-)

    3. Re:Rely on the Almighty by Daeity · · Score: 1, Flamebait

      The systems are probably loaded down with spyware as a result of downloading pornography and surfing inappropriate webpages. This type of work is out of God's scope of support.

      Plus, we all know that God uses Linux..

    4. Re:Rely on the Almighty by nudeatom · · Score: 1

      modded Troll?

      Thats funny, why oh why do I not have mod points now?

      --
      Yeah right, Like Im gonna write a sig.
    5. Re:Rely on the Almighty by thorkyl · · Score: 1

      Your right I do

      --
      -- I am the NRA, enough said...
    6. Re:Rely on the Almighty by dswensen · · Score: 1, Funny

      God also flunked elementary grammar, it appears.

    7. Re:Rely on the Almighty by bitt3n · · Score: 2, Funny

      if he's like the rest of us, he sure as hell doesn't want God looking around on his HD.

    8. Re:Rely on the Almighty by ddvlad · · Score: 1
      Can't you just leave them switched on overnight and let God take care of things?
      In God we trust. Everyone else, make sure you use PGP!
      --
      Cornholio is a prophet.
    9. Re:Rely on the Almighty by nmos · · Score: 1

      Can't you just leave them switched on overnight and let God take care of things?

      RMS doesn't make house calls.

    10. Re:Rely on the Almighty by xtermz · · Score: 4, Funny

      Get it right, God uses JesOS 1.0 ( we're still waiting for v2.0 to come out...)

      --


      I lost my concept of community when my community lost all concept of me.
    11. Re:Rely on the Almighty by David+Horn · · Score: 1

      What did I get wrong?

      --
      PocketGamer.org - For the gamer on the go!
    12. Re:Rely on the Almighty by GNUALMAFUERTE · · Score: 1

      You can't because God and Microsoft support, are both myths.

      --
      WTF am I doing replying to an AC at 5 A.M on a Friday night?
    13. Re:Rely on the Almighty by dotgain · · Score: 1

      The parent?
      ;-)

    14. Re:Rely on the Almighty by Anonymous Coward · · Score: 0
      Get it right, God uses JesOS 1.0 ( we're still waiting for v2.0 to come out...)
      I personally wouldn't bother with JesOS. It has a history of dying unexpectedly.
  15. And Take Notes! by Dareth · · Score: 2, Insightful

    Whenever you work on computers, it does not hurt to take notes of interesting problems/solutions. This is even more true if you are working on Linux boxes and still a relative newbie. While relearning is sometimes necessary, the time to do it is not when you have a dead/dying machine to get back up.

    Document what you do, and later with a little more experience under your belt, go back and see if you can improve upon what you did before.

    And for those of you who are utter genious and have excellent memory, just wait. Funny how as you get older, it either gets harder to remember everything. Might be because there is more to remember, or your priorities change and how to fix random computer problem is no longer the highlight of your life.

    --

    I only look human.
    My mother is a halfling and my dad is an ogre, so that makes me an Ogreling
  16. Re:No Digg by Anonymous Coward · · Score: 0

    "Its already hit its peak, please stop using it."

    Please stop using "its" for "it's".

  17. Basic Logic by greysky · · Score: 1
    From the article:
    Evaluating It's Never Done That Before against my ideal, the real book does better on content than it does on organization. For example, it has a useful chapter on what you can do before disaster strikes, and it has a pretty clear explanation of how to change BIOS settings, but they're not in the same place.

    Not in the same place?!? Aren't these two different topics? Yes, it helps to know how to change BIOS settings when doing disaster prevention, but why would it logically be in this chapter?
    1. Re:Basic Logic by cswiger2005 · · Score: 1

      Yeah, that stuck me as wacky, too. "The book isn't well organized because it doesn't mix everything I might want to see all in the same place." is using some definition of 'organized' that's rather different from my own....

      --
      "The human race's favorite method for being in control of the facts is to ignore them." -Celia Green
    2. Re:Basic Logic by Jonathan_S · · Score: 1
      Not in the same place?!? Aren't these two different topics? Yes, it helps to know how to change BIOS settings when doing disaster prevention, but why would it logically be in this chapter?
      Based on some of the text from the review, I think the article writer's chain of thought was something like:
      1) Disaster recovery techniques are a good thing to practice before you have a disaster.
      2) Appropriate boot CDs are a very useful technique for determining whether the problem is hardware or software, or for allowing internet research (when you don't have multiple computers)
      3) To use boot CDs you have to figure out how to change the BIOS to boot from CD.
      4) Therefore disaster recovery should explain how to change the BIOS settings (to allow booting from CDs)

      But the complaint just listed the first half of (4). (1) was mentioned elsewhere, (2) was somewhat implied by the question about why the book didn't recommend making a linux boot CD. But (3) and the second half of (4) were left out; which made the complaint seem bizarre.
  18. Schooling... by one_red_eye · · Score: 1

    The A+ Certification course at your local community college usually covers all but *nix.

  19. Windows XP, right... by knuckledraegger · · Score: 1

    "The lack of organization also manifests itself as unnecessary and sometimes irritating repetition."

  20. Re:No Digg by Anonymous Coward · · Score: 0

    Um, the phrase "jump the shark" came from an instance of "jumping the shark". It was "Happy Days" episode where Fonzi jumped a shark and came to be known as meaing "the series has really lost it..." because that's what people thought happened when that show reached the point of using that for a story device.

  21. POSSLQ by dedazo · · Score: 1

    For those of us who wondered what the hell a POSSLQ is, I have good news. And I say good news because initially I thought it was some sort of gay thing... sorry =)

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
  22. How do you get to Carnegie Hall? by pandrijeczko · · Score: 2, Informative
    Practice, dear boy.

    It's the same with fixing Windows PCs also and it's not something a book can tell you.

    My advice to anyone with a Windows PC is to get it right from the word go. I still cannot believe PC vendors will sell a PC with a 300GB drive in it with just ONE (C:) partition - educate users to use D: and E: drives for their personal programs and files, then when Windows needs to be reinstalled, the process is less painful.

    Also keep a recent Ghost image to hand - then if a problem persists more than half-an-hour, just reinstall the whole thing within an additional half hour.

    And in the interim, install a virtually automated virus checker like AVG Free, put Spybot and Ad-Aware on, and make Firefox the default browser.

    --
    Gentoo Linux - another day, another USE flag.
    1. Re:How do you get to Carnegie Hall? by jizziknight · · Score: 1

      In my experience, having programs on a seperate drive from the windows OS doesn't help with ANYTHING. For the programs to work properly, the registry will need to remain intact, and when you reinstall windows, guess what? The registry gets wiped out. Unless of course you've made a backup, but if you're reinstalling because of some fatal problem, chances are the registry is hosed, and unless you want to sift through all the keys to restore only the ones you need, restoring the registry will most likely bring you right back to square one.

      As for the personal data, another COMPLETELY SEPERATE drive is the way to go. Not a partition (unless you're too cheap to buy another drive). That way if the drive gets hosed, you still have your personal files. Of course, you should be backing up your files anyway, but let's face it, most people don't do that.

      The only reason I've found to partition a drive is if you want to dual boot two different OSes. If there's some other reason why you need separate partitions for OS, programs, and personal files, someone please let me know the benefits. As per my experience, I just don't see any.

      --
      Everything I say is a lie. Except that... and that... and that, and that, and that, and that... and that.
    2. Re:How do you get to Carnegie Hall? by knuckledraegger · · Score: 1

      SOP - Install the apps you listed on partition 1 and Ghost to partition 2. Good call.

    3. Re:How do you get to Carnegie Hall? by giorgiofr · · Score: 1

      Performace - try comparing a 60 GB vs a 200 GB NTFS partition. Read and write performance, as well as tendence to fragmentation or file system errors, are so much different between the two scenarios.
      Besides, do you just slap / on your only partition on your disk? Don't use at least keep /home separate? That would be very good practice.

      --
      Global warming is a cube.
    4. Re:How do you get to Carnegie Hall? by Anonymous Coward · · Score: 0

      Actually, there are some programs that will run and do not have registry entries that actually do anything. I imagine he was indrectly referring to those, however I agree that the ones that rely heavily on settings found in the registry will not benifit being on a separate partition. What they may benefit by is if they were on a separate disk array from the operating system, though most normal mom and pop users won't really care about that sort of stuff.
      I also agree with jizzi about using a completely different harddisk for personal files and such. However in the case of it not being possible to put another drive in the computer, a partition will work just fine and is highly recommended. Odds are whatever destroyed your operating system in the first place was made to do just that, destroy your operating system. Oh yeah back up your files and wash behind your ears.

    5. Re:How do you get to Carnegie Hall? by jizziknight · · Score: 1
      Performace - try comparing a 60 GB vs a 200 GB NTFS partition.
      It's still the same damn drive. You're not going to get that much better performance by partitioning it. If you have completely seperate drives, sure. Not with partitions. You're still using the same read/write head(s) for the whole thing. I'd bet that in some cases you'd get worse performance from partitions if you have to move the head a long distance to get from OS to programs.

      Besides, do you just slap / on your only partition on your disk? Don't use at least keep /home separate? That would be very good practice.
      We're talking about Windows, not Linux.
      --
      Everything I say is a lie. Except that... and that... and that, and that, and that, and that... and that.
    6. Re:How do you get to Carnegie Hall? by Anonymous Coward · · Score: 0

      windows has it's own version of a /home. It's \documents and settings\username\.

    7. Re:How do you get to Carnegie Hall? by jizziknight · · Score: 1

      Yes, I know. Not exactly the same flexibility, though.

      --
      Everything I say is a lie. Except that... and that... and that, and that, and that, and that... and that.
    8. Re:How do you get to Carnegie Hall? by sinisterDei · · Score: 2, Informative

      I suppose maybe it's just me, but I see (windows) computer users divided into more than just a rookies and experts. As a result, I find your advice to apply to only some people. Over the years, I find I went through phases of how I like to keep my windows system set up. First, I was a rookie - I installed everything to C, single partition, and then *bam* a drive died. The next system I built, I'm a little older and wiser perhaps, so I did what you said. First I went with a C + a separate D partition for data/applications. Then I graduated for separate physical C+D partitions. I also began the pain-in-the-ass process of not installing stuff to program files - I put stuff in d:\apps, d:\games, d:\data, whatever. Meanwhile, I'm running antivirus and antispy and all that jazz, which does a number on the performance of your PC. Then one day, I realized that *nothing* *ever* showed up in my AV logfiles, and Ad-Aware never found anything. Ever. I found I had developed safe browsing habits, using various fox plugins to blacklist entire domains of content I deem unwanted. I keep things patched to current. But most importantly, I simply learned the most important lesson experience can teach: Keep my important shiat somewhere else, and somewhere more reliable. So I'm back to the beginning. I reinstalled about three weeks ago, all three of my PCs. The only PC of mine that has more than a C drive is because it has seven physical disks. I don't run Antivirus on anything anymore, nor antispy or anti-anything. Everything installs in program files - easy mindless installs (CLICK CLICK CLICK NEXT NEXT NEXT!) are back again. And I could go home and nuke my C drive tonight with no warning and it wouldn't matter one bit. Important stuff stays on redundant storage. Really important stuff stays on storage with versioning - just in case something really goes wrong. And truly important stuff is nightly mirrored off site. I guess my moral is that eventually you discover the systems aren't the important part - the only thing that matters is the data, and there are easier ways to protect just data than to attempt to protect the entire system + the data.

    9. Re:How do you get to Carnegie Hall? by pilkul · · Score: 1

      My advice to anyone with a Windows PC is to get it right from the word go. I still cannot believe PC vendors will sell a PC with a 300GB drive in it with just ONE (C:) partition - educate users to use D: and E: drives for their personal programs and files, then when Windows needs to be reinstalled, the process is less painful.

      This is 100% useless. Reinstalling Windows != reformatting a partition. All that needs to be deleted is the Windows directory, and a few applications like Office that are too tightly integrated with Windows. I've reinstalled Windows on computers with only a C: drive plenty of times without deleting any user data. You can even have two installs of Windows in two different directories on the same drive and dual-boot. You're not very experienced at all if you don't know how easy it is to do this.

      I know how it is to work on drives split into several partitions for no reason. You run out of space on one drive, and then you need to waste time moving files over from one to the other. Please don't inflict this crap on your users.

      (Also, when you have any problem you ghost over the whole drive? Are you crazy? What if the user forgot to back up an important file?)

    10. Re:How do you get to Carnegie Hall? by pandrijeczko · · Score: 1
      You have absolutely no idea what you are talking about. Really.

      Partitioning of hard drives has been done for years on UNIX systems, for example - and rather than CAUSING drives to run out of space, it allows you to LIMIT how big your filesystems can actually get.

      I also seem to recall, somewhere around Windows 98 days, that even if you deleted your previous version of Windows, when you did a reinstall it would pick up a lot of unwanted settings from your previous installation. Whether or not this is the case with XP, I don't know because I always format anyway. Besides, if your previous installation of Windows was trashed or suffering from some bad file errors, how do you KNOW it wasn't possibly caused by a disk problem? In which case formatting *might* pick this up. So please don't use your laziness as an excuse - it's about being thorough.

      (Also, when you have any problem you ghost over the whole drive? Are you crazy? What if the user forgot to back up an important file?)

      Why is partitioning relevant to this??? If I've told my user to use a D: drive for all of his files, the chances are that his file is on there anyway and I'm not touching that partition when I reinstall Windows. Also, because I'm dilligent anyway, I check the Document and Settings folder before I reformat the hard disk - that's just careful administration, nothing to do with whether you use Ghost or not.

      You'd be well advised spending your time keeping yourself better informed rather than telling everyone else they're talking crap - EVERY BOOK you choose to read on operating systems will explain the ADVANTAGES of partitioning - GO READ SOME OF THEM!!!

      --
      Gentoo Linux - another day, another USE flag.
    11. Re:How do you get to Carnegie Hall? by giorgiofr · · Score: 1

      Actually, in this respect Windows is as flexible as Linux: you can put your home wherever you want (docs & settings seems to be a sensible default so everybody leaves it there) and you can mount non-root partitions under C:\ just like you do in Linux. In fact, I have a 100 GB partition at C:\Stuff.
      Anyway I was talking about filesystem performance. It's true that in some cases you can get worse performance if your head has to travel a longer distance from, say, your home to your progs. But I believe such loss of performance is not significant, compared to the one you incur by having one single filesystem handle all of your files on a huge partition. It fragments a lot, the MFT becomes huge and possibly fragmented too, which is *very* bad for performance, the chance for filesystem errors rises.

      --
      Global warming is a cube.
    12. Re:How do you get to Carnegie Hall? by pilkul · · Score: 1

      You'd be well advised spending your time keeping yourself better informed rather than telling everyone else they're talking crap

      You tell me this but earlier you say you've never tested to see how Windows XP behaves when reinstalling. It's completely independent from other installs if you don't specify "upgrade".

      Besides, if your previous installation of Windows was trashed or suffering from some bad file errors, how do you KNOW it wasn't possibly caused by a disk problem?

      Er, if something in any way leads you to suspect the hard disk is faulty, then reformatting is no better than a no-format reinstall. You buy a new hard drive and copy the data over, because it risks crashing in the future and reformatting does nothing to cure that.

      Why is partitioning relevant to this??? If I've told my user to use a D: drive for all of his files, the chances are that his file is on there anyway

      You mentioned ghosting on the side, it doesn't have much to do with partitioning no. The problem is, just because you told the user to use the D: drive for everything you think it's fine to wipe out C: and then blame him if your action destroys his files. That's bad sysadminning. Your job is to preserve his data as much as possible even if he makes an error.

      You'd be well advised spending your time keeping yourself better informed rather than telling everyone else they're talking crap - EVERY BOOK you choose to read on operating systems will explain the ADVANTAGES of partitioning - GO READ SOME OF THEM!!!

      It sounds like you're talking about CS-oriented books on operating systems. Yes I've read at least two, and while they're excellent for things like learning about virtual memory and round-robin multitasking, their authors are CS professors/researchers and don't keep up to date on day-to-day sysadmininning, and you shouldn't listen too closely to their recommendations on such matters. There are advantages for partition support to exist yes (what such books will typically emphasize) and I use them in some situations, but a single-user workstation is not one of them.

    13. Re:How do you get to Carnegie Hall? by pandrijeczko · · Score: 1
      It's completely independent from other installs if you don't specify "upgrade".

      Fine. Then I've learnt something new about XP.

      Er, if something in any way leads you to suspect the hard disk is faulty, then reformatting is no better than a no-format reinstall.

      I disagree with that statement completely. Why risk getting 99% through an install before finding out the disk is faulty than doing a much quicker format to do the check?

      The problem is, just because you told the user to use the D: drive for everything you think it's fine to wipe out C: and then blame him if your action destroys his files.

      Whoa there! How did you make THAT leap? Just because I tell a user to use the D: drive for his files does NOT mean I will wipe C: totally willy nilly. It just means that I can reasonably expect most of his files to be on D: but probably still need to double check C: first just to be safe. If anything, I'm a damned good sysadmin for keeping his files separate.

      There are advantages for partition support to exist yes (what such books will typically emphasize) and I use them in some situations, but a single-user workstation is not one of them.

      Well, you're entitled to your own opinion of course but it all depends on your viewpoint. On a single user workstation running Windows, I ALWAYS partition, especially if I'm expected to look after that machine afterwards. My view is to use NTFS for the C: drive and FAT32 for the D: drive. Okay, not secure for a corporate environment but imagine the C: drive dies and you can't boot the machine. You can walk in with any DOS disk or bootable Linux distro and get to the FAT partition to get files off. (Okay, I may change that strategy once I've confirmed how good the NEW Linux NTFS driver is for reading and writing and make the D: drive NTFS instead!)

      Also, please explain the effects of fragmentation. Stick the user's files on the same drive as the OS, they get written to and changed a lot and the OS fragments much more. OK, you'll never stop fragmentation but sticking commonly changing files on a separate partition helps limit it.

      --
      Gentoo Linux - another day, another USE flag.
    14. Re:How do you get to Carnegie Hall? by pilkul · · Score: 1
      Why risk getting 99% through an install before finding out the disk is faulty than doing a much quicker format to do the check?

      CHKDSK /R will attempt to read every sector on the disk four times to find bad sectors. As far as I know, formatting won't yield any additional information.

      It just means that I can reasonably expect most of his files to be on D: but probably still need to double check C: first just to be safe.

      How can you be so sure you won't miss anything during the double check? The safest policy is not to delete anything at all.

      My view is to use NTFS for the C: drive and FAT32 for the D: drive.

      Yeah, agreed about the annoyance of rescuing NTFS partitions. But FAT32 is crap in far more respects than just security features. You say you're concerned about fragmentation, but FAT32 will get naturally much more fragmented and inefficient than NTFS. It has less consistency checks and is hence more likely to get corrupted by software problems. Finally and most importantly, the fixed index size of FAT32 means slack waste grows to ridiculous levels on large hard drives. Naturally it's not on the level of FAT16 but still beyond the pale for today's hard drive sizes. I don't remember the exact numbers but it's something like on a 200Gb partition, every file takes up a minimum of 16Mb. If you have large numbers of tiny files, such as source code for a large program, that alone will easily fill up the entire drive. FAT32 just isn't acceptable as a modern workstation filesystem.

  23. Re:pre-algebra through graduate math texts by Dareth · · Score: 2, Informative

    Despite many objections, said textbooks are not worthless. I have a few myself, that I keep around for various things. A desk that is not quite level, needing to site in a scope on a rifle, mounting motherboard you do not have the right case for... all good uses of these books.

    Though I have to admit, as I get older, sometimes I find math a bit more intersting than when I was required to take the courses. If I had to take them again, doubt I would do it voluntarily, I might well learn more the second ( okay more like 5th ) time around.

    --

    I only look human.
    My mother is a halfling and my dad is an ogre, so that makes me an Ogreling
  24. One solution for free by smooth+wombat · · Score: 4, Funny
    One of the problems I have with my laptop at work is that when I eat lunch at my desk, the touchpad will interpret dropped crumbs as a continual touch, which immediately makes the cursor uncontrollable.


    Patient: Hey dod, my arm hurts when I do this (swings arm back and forth).
    Doctor: Then don't do that!

    Seriously, if the problem is that your touchpad doesn't like having crumbs on it, don't eat over your touchpad/keyboard. Problem solved!

    --
    We will bankrupt ourselves in the vain search for absolute security. -- Dwight D. Eisenhower
    1. Re:One solution for free by GeeBee · · Score: 1

      Yes, really.

      Not only that, not having crumbs readily available, I just set a whole tube of Arctic Silver 5 on my touchpad, and guess what? No problem. Both touchpad and mouse still worked, though the Arctic Silver tube did get in the way. I tried serveral other objects that would fit on the touchpad with with similar negative results. That must be one funky touchpad he has.

    2. Re:One solution for free by nine-times · · Score: 1

      I'm not sure this should by modded "funny"-- What part of "seriously" don't you mods understand?

      Seriously, I think it should be "insightful".

    3. Re:One solution for free by CaptainCarrot · · Score: 1

      It's probably not a good idea to drop crumbs all over your laptop anyway. My wife was going through a keyboard a year until I got her to stop eating at her desk. This coincided with the moment when I got tired of buying her "nice" keyboards all the time and just picked up whatever they had on sale for $5 at Fry's. The damn thing lasted until she got a new machine.

      --
      And the brethren went away edified.
    4. Re:One solution for free by kugeln · · Score: 1

      I don't know. I always just assumed my wife wanted a keyboard with more "tactile" feedback, you know, where the keys crunch when you press them.

  25. Re:Save yourself $5.09 by buying the book here! by Anonymous Coward · · Score: 1

    or you can buy it here without giving the schmuck above a penny!
    http://www.amazon.com/gp/product/1593271395/103-84 50387-5183860

  26. Buy from a different vendor next time by Anonymous Coward · · Score: 0
  27. Re:No Digg by MrDrBob · · Score: 0, Offtopic

    Please stop using "it's/it is" for "it has".

  28. Re:No Digg by Red+Flayer · · Score: 1

    Do you know what "jump the shark" means?

    It's when you go way over the top to try to maintain interest in your content. Like having Fonzi jump a shark on his motorcycle. Or having a main character die (even if only in a dream sequence). Or getting stars of other shows to be on your show.

    I had no idea that having a book review posted in the middle of the day was so... extravagant.

    --
    "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
  29. re: It's never done that... by dmorelli · · Score: 1

    "I really need something that will help me diagnose and fix problems with Windows PCs."

    What would it be, exactly, that it's never done before? Worked reliably?

    Couldn't resist.

  30. Strange title by Anonymous Coward · · Score: 2, Funny

    It sounds like something you might hear in the same conversation as "It happens to a lot of men, honey!"

  31. YOU FAIL IT! by Anonymous Coward · · Score: 0

    'IT' being following your own rule (ie #4).

    1. Re:YOU FAIL IT! by Anonymous Coward · · Score: 0

      Awe shit! I guess that makes me at best a +3 troll.... ;-)

  32. A+ and N+, aka there is no substitute for training by drinkypoo · · Score: 1

    It sounds to me like what you need is a broad, basic grounding in computers, and that means A+ and N+ classes. To be honest I haven't taken the N+ class but I took the A+ one for easy credits and it turned out to actually be a pretty comprehensive look at computing. I suspect N+ is more or less the same.

    You could just buy the workbooks and study them, but to be honest, with the objections you in particular give to this book, I think actually taking the courses would be valuable.

    The simple fact is that you cannot learn from a book what you need to know to work on PCs. You need hands-on experience. The A+ class will give you a bit of that.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  33. Old IBM Manuals by mikael_j · · Score: 1
    I don't know if they still make them but I remember a place I was at for a while which was an IBM Business Partner or something like that had tons of troubleshooting manuals that let you go through the troubleshooting process one step at a time until you found the broken part and also explained either how to fix the problem or where to find further information on fixing it. And I have to say, in a way it was wonderful because all you had to do was go through all the steps until you had a working computer/printer/whatever, I don't think it ever failed for me. Sure sometimes the appropriate solution was to order a new part and then install it but it generally worked after that...

    /Mikael

    --
    Greylisting is to SMTP as NAT is to IPv4
  34. Re:pre-algebra through graduate math texts by Fordiman · · Score: 1

    Words of a non-programmer. Note taken.

    --
    110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
  35. Book Reviewer may have missed the mark by mugnyte · · Score: 1

    The extensively cross-referenced content of a true "how to fix it" encyclopedia may be desired, but the market for Windows PC's are a bit large for such an undertaking. Any author is going to approach with the "here's some background, check these categories" and leave you to discern the details.

      From TFA:"How something connects to the internet..." is by no means a simple process, when actually debugging connections.

      Overall, this review may be a bit negative because the reviewer did not have a fuller background in the technology. Perhaps a deeper "windows networking" textbook is a an overdue read before deciding if the networking chapter is too light.

  36. Idea "inspired" by old Computerworld cartoon? by dpbsmith · · Score: 4, Informative

    ...I think it was Computerworld, possibly Datamation... circa the early eighties.

    The caption was: "So, how are your company's PC users doing?"

    The picture shows a guy in a suit behind a desk. In front of him is some kind of PC which has more or less exploded; there is smoke coming from it, the top of the case has a jagged hole in it, there are fragments of something or other all over his desk.

    He is showing not a sign of emotion: just a dispassionate poker face. There is a thought balloon over his head, and he is thinking "It's never done that before." No exclamation point, no italics.

    IMHO it is very likely that the jacket illustration was, uh, "inspired" by that old Computerworld cartoon... which in my opinion, was funnier.

    1. Re:Idea "inspired" by old Computerworld cartoon? by Anonymous Coward · · Score: 0

      some kind of PC which has more or less exploded; there is smoke coming from it, the top of the case has a jagged hole in it, there are fragments of something or other all over his desk.

      Wasn't that on Slashdot last week? It was a Dell PC, IIRC.

    2. Re:Idea "inspired" by old Computerworld cartoon? by dpbsmith · · Score: 1

      No, this was in the days before Dell existed... or if it did, it was as PCs Limited. These were the days of Eagle, Columbia, Osborne, etc.

  37. Re:No Digg by Anonymous Coward · · Score: 0

    Actually, the Fonz jumped over a shark on water skis.

  38. Comment removed by account_deleted · · Score: 0, Flamebait

    Comment removed based on user account deletion

  39. Re:No Digg by Anonymous Coward · · Score: 0
    Please stop using "it's/it is" for "it has".

    I was going to mention that as well (your reply is to my post), but then I checked. To my surprise, "it's" has apparently suffered from 'language creep' since my school days and has become an acceptable contraction for "it has".
  40. Doesn't matter by Anonymous Coward · · Score: 0

    Anything less than 9 is trashing the book.

    Once the book fails to get a passing grade, it doesn't matter by how much.

  41. Re:No Digg by entrylevel · · Score: 1

    Why?

    --
    Karma: Incomprehensible (Mostly affected by posting at +5, reading at -1, and metamoderating everything unfair.)
  42. PC Basics? This may be the best book. by ToxicBanjo · · Score: 1

    http://www.amazon.com/gp/product/0789734044/ref=pd _sim_b_4/104-7384389-8873557?ie=UTF8 - Upgrading and Repairing PCs (Scott Mueller)

    I had to buy this book for my CS pre-req "Introduction To Computer Technology" course at college. You would be surprised just how invaluable a book like this is for things like POST codes, the base 1MB memory map, peripheral IRQs and addresses, OS boot sequences, etc. If you work (as in tech) with PCs at all you should probably know this stuff.

    I honestly can't think of anything that is better than experience, but this book comes very close for PC basics. As for XP specific books, I'd look at the MS Press book Windows XP Inside and Out Deluxe Edition: http://www.microsoft.com/mspress/books/7109.asp

    --
    There are only 10 kinds of people in the world. Those that understand binary and those that don't.
  43. Unrealistic expectations by Anonymous Coward · · Score: 2, Insightful

    A book that would fit this guy's criteria would have to come in volumes, and be encyclopedia sized, and have updates every month to keep up to date. Its unrealistic.
    For example, he talks about BIOS settings, and "not in the same place." I don't know if he means the BIOS settings aren't in the same place as his BIOS, or they are in a different section of teh book than he'd like. BIOSes are all different, settings are probably in different places. You can't expect to have a rundown of every single BIOS layout and settings. They also update settings over time, and you have atleast 3 or more ways to GET into the BIOS.
    And when you talk about problems, do you know how many problems you could have with a PC? From having a USB disk attatched, to IRQ conflicts, to faulty hardware, to missing dll files, to just plain corrupt files, there are hundreds if not thousands of possibilities. And the solutions are not always very simple or easy. For basic and common problems, a book might give general tips and tricks. But I doubt a book could cover every contingency.
    He even says the book relies on traceroute instead of ping for oen of the problems, and as such would never resolve the issue.
    You know, if you are so smart as to ridicule a book, why not write your own? Its easy to complain about something that's missing or incorrect.

    1. Re:Unrealistic expectations by I+am+Jesus4386 · · Score: 1

      I totally agree with you on that. Regardless of how much content it has, the book will be outdated rather quickly. You'd be much better off just getting a book/reading a tutorial on using google to find specific information. Usually, you can find just about anything you need to know, and the information will be device specific, rather than general information about your problem.

  44. I really need something... by JustNiz · · Score: 1, Redundant

    >> I really need something that will help me diagnose and fix problems with Windows PCs.

    Its easy, just install Linux instead. Seriously.

    1. Re:I really need something... by Anonymous Coward · · Score: 0

      This sounds like a spurious comment, but....

      Many times I boot a Linux CD to verify if it's Windows or hardware causing an issue. Recently I had a problem with my Dell Inspiron E1505. It would go to sleep in XP and never wake back up. Running Linux for a few days convinced me that it was not a problem with the hardware but with XP. It turned out that whenever the machine went to sleep with the Aquarium screensaver on, it would cause issues. Changing the screensaver to Blank "fixed" the problem.

    2. Re:I really need something... by amcdiarmid · · Score: 1

      No, try this one:

      How to fix computer problems in five easy steps:

      Step 1: Set BIOS to Boot From CD
      Step 2: Demonstrate how to use a Linux-Live CD with a USB key to save personal files & settings.
      Step 3: Hand Out Documentation that matches the presentation you gave in step 2, as well as USB Keys
      Step 4: Leave a Linux-Live CD/DVD in each computer, also leave several copies of documentation & cd/dvds somewhere accessable to church elders
      Step 5: Be excommunicated for being communist (as demonstrated by using software lebre)

  45. Apparently, it is you who doesn't know... by Anonymous Coward · · Score: 0
  46. Re:Apprently, you didn't RTFL.. by Red+Flayer · · Score: 1
    As in, read the f-in link you posted:

    Jump-the-shark moments may be scenes like the one described above that finally convince viewers that the show has fundamentally and permanently strayed from its original premise. In those cases, they are viewed as a desperate and futile attempt to keep a series fresh in the face of a decline in ratings. In other cases, the departure or replacement of a main cast member or character or a significant change in setting changes a critical dynamic of the show.
    --
    "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
  47. You've got to be f--ing kidding by lelitsch · · Score: 1

    "The fourth and final part of my ideal book would explain how to diagnose and repair problems. One of the reasons this isn't trivial is that a book should necessarily focus on the most common problems, but has to leave open the possibility that something unlikely is happening. One of the problems I have with my laptop at work is that when I eat lunch at my desk, the touchpad will interpret dropped crumbs as a continual touch, which immediately makes the cursor uncontrollable. Touchpads are not mentioned in It's Never Done That Before - but that's not necessarily an issue."

    In other words, the reviewer should simply not be allowed near anything that is more sophisticated then a stone axe. I mean seriously the fix for that is soo easy:

    (1) put laptop under broiler on high for 10 minutes to dry out the bread crumbs
    (2) take out notebook (use bare hands--we don't want it to slip through gloves)
    (3) blow off the crumbs.

    1. Re:You've got to be f--ing kidding by Anonymous Coward · · Score: 1, Interesting

      The problem is not to solve the breadcrumbs issue. The problem is that to find out *why* the mouse is going crazy over the screen. It is not really *that* apparent that the problem is caused by breadcrumbs, so mentioning something like that would be a good idea.

      Detecting a problem is 90% of the solution for most trivial problems - try activating 'scroll lock' on excel on a coworkers' machine and see how long it takes before they find out. Is it easy to solve? Of course, just press 'scroll lock' again. But it can drive you pretty crazy if you don't know what the source of the problem is.

  48. This is a poor concept by Anonymous Coward · · Score: 2, Insightful

    Ok, lets use the infamous car analogy.

    A person has a car and don't know how to drive and don't want to pay a mechanic to fix the breakage. They want a book that covers all features and all possibilities of anything that could possibly go wrong for all makes and models of automobiles AND it has to be clear, concise and perfectly attuned for any skill level from noob to nuts.

    It has to be laid out in such a way .... and speak in such a way ... and have everything that could be needed ... etc. In other words a recipe book for whatever can possiby go wrong and often does. I understand the concept. I just don't think it's attainable.

    I agree that users should be able to change a tire... what changing a tire equates to in personal computer land is certainly up for debate ... but broken rods punched through the oil pan? Burn't valves? Fuel injector misfires? ... and so on and so forth .... I mean most people ricochet of the curbs at high rates of speed and thnk that's normal.

    Lets face it. These books are for the rubes to spend money on and then pay a tech twice for fixing the original problem plus those they created themselves after reading the book.

    I'm a tech with more years then I'd care to admit and have a large library that one time was indispensible. I do buy books on occassion but nothing like in years past. Today almost everything is on the 'net'. That's the primary resource now and I can't envision one lone book that would meet the needs of the target audience. If there was such a beast it would run ten thousand pages at least and nobody in the target audience would lift it. Would also be out of date the date it was printed.

    Another thing needs acknowledged is that people who naturaly gravitate to computer level complexity are a distinct breed. Few actually, have the capacity or the natural inclination for it. The others can learn to drive, check the fluids and perhaps perform the most rudimentary of maintenance tasks but that is all. Maybe install software.

    So the book is targeted at the would be mechanic?

    Well ok then. It's a start... down a very long road.

    1. Re:This is a poor concept by Anonymous Coward · · Score: 0

      What you are describing is the Haynes manual. It describes in detail (and there's a different one for each car) how to change anything from tyres to spark plugs to brakes in a step by step way, and with each procedure clearly labelled as to how difficult it is.

  49. Huh? Que? Quoi? Fetche le vache?!? by hobo+sapiens · · Score: 1, Insightful

    Sorry, but am I the only one who found reading this review to be the literary equivalent of trying to hack through a jungle with a machete? I read this and I still don't know what the heck it's saying. I am asking myself if this is a joke or something? Or was the book so illogically arranged (I did get that about the book) that it scrambled the poor reviewer's brain?

    --
    blah blah blah
  50. Start from the bottom A+ Certification Materials by infiniphonic · · Score: 2, Interesting

    It is probably not the most popular subject on Slashdot, but the A+ training materials provide a decent fundamental knowledge of hardware, software, Operating Systems, and how everything works togather. It is where I started, and i now not only know how to work on computers but i get paid for it.

    --
    Crisis is the rule, not the exception.
  51. Re:PC Basics? This may be the best book. by Anonymous Coward · · Score: 1, Funny

    As for XP specific books, I'd look at the MS Press book Windows XP Inside and Out Deluxe Edition:

    Considering that Mr. Gates' own best technicians sometimes can't fix windows, I tend to have doubts that they could write a book to tell someone else how.

  52. Apparently, you can't read (or spell "Apparently") by Anonymous Coward · · Score: 0

    Which part of the first sentence:

    "Jumping the shark is a metaphor that has been used by US TV critics and fans to denote the tipping point at which a TV series is deemed to have passed its peak"

    did you fail to understand?

    Provide any "witty" retort you want, but let me assure you that I will not read it. Life is too short for me to waste on trolls.

  53. review useless by Anonymous Coward · · Score: 0

    After reading It's Never Done That Before, I've got a pretty good idea of what I'm looking for in a book about PC repairs.

    Then perhaps you should write your own?... No book will be ideal, but at least more on a topic is better than none.

    The first part of my ideal book would provide background information about how a PC works. For example, if you wanted to diagnose a problem that occurred during booting, it would help to know what was involved in the boot process, from the power and power supply to the BIOS and MBR and ultimately to Windows, the registry and the desktop.

    Seems like you've thought about a publication already. Good luck with it. But in the mean time, can we get back to this particular book--you know, the one you're supposed to be reviewing?...

    The second part of my ideal book would explain basic techniques, such as how to change your BIOS settings.

    *sigh* I guess not....as he contines to tell us what *he'd* put in the book.

    These techniques would form a library which could be referred to later in the book without further explanation. The third part of the book would explain things you could do before disaster strikes, such as backing up your data, and writing down your network configuration parameters, and most importantly, making sure you can actually follow the recovery procedures you'll need when disaster does strike. If you can't change BIOS settings when your machine is stable, you're certainly not going to be able to do it when you're terrified that a hard drive failure has lost Auntie Edna and Uncle Norman's pictures. My recommendation would be to permanently set your BIOS boot settings so that your system looks for a boot CD before booting from disk, but if the extra delay bothers you, you can always change it back. At least you'll know what to do.

    Evaluating It's Never Done That Before against my ideal, the real book does better on content than it does on organization. For example, it has a useful chapter on what you can do before disaster strikes, and it has a pretty clear explanation of how to change BIOS settings, but they're not in the same place.


    Geez...just when I thought you were going to talk about THIS book, you go back to YOUR HYPOTHETICAL book!

    The fourth and final part of my ideal book would explain how to diagnose and repair problems. One of the reasons this isn't trivial is that a book should necessarily focus on the most common problems, but has to leave open the possibility that something unlikely is happening. One of the problems I have with my laptop at work is that when I eat lunch at my desk, the touchpad will interpret dropped crumbs as a continual touch, which immediately makes the cursor uncontrollable.

    Um, what the hell is wrong with you? Didn't you know not to eat over the keyboard? WTF, dude?

    Touchpads are not mentioned in It's Never Done That Before - but that's not necessarily an issue. Many more people will, say, have a hard drive failure than will have crumbs on the touchpad, and the book has plenty of material on hard drive failures. But too much of the book assumes you know what the problem is, instead of systematically going through possibilities - and leaving open the possibility that something odd or unlikely is happening.

    That statement is at least helpful.

    One of my systems at home is an old hand-me-down desktop from my son. He had installed a firewire card, which remains, and a sound card, which he removed. I put in a new disk, which I partitioned as a dual-boot Linux and Windows XP system, and attached a external firewire drive. The first problem I noticed was that when Linux boots, it changes the BIOS to disable on-board sound. Perhaps this is some kind of "phantom limb syndrome" for the missing sound card?

    What has that to do with the diagnosis of XP symptoms? It's not Microsoft's fault your Linux install is flaky.

    Some time ago, the firewire card became less reliable - at least, if the drive is

  54. The Fonz by Radical+Moderate · · Score: 1

    True...but there was an episode where he jumped something on his motorcycle. Now I'm going nuts trying to remember what the hell it was. Thanks a lot.

    --
    Never let a lack of data get in the way of a good rant.
    1. Re:The Fonz by QRDeNameland · · Score: 1
      --
      Momentarily, the need for the construction of new light will no longer exist.
  55. Windows equivalent to the preview button? by lullabud · · Score: 1

    So, what's the Windows equivalent to the preview button? I thought for sure they would've included that feature, but hey, I've been wrong before!

  56. What the fuck . . . by schmu_20mol · · Score: 0, Troll

    wtf? is this?

    Worst article ever.

    --
    "Nae Kin! Nae Quin! Nae laird! Nae master! We willna be fooled again!"
  57. Read comment, don't rely on subject by Anonymous Coward · · Score: 0

    The Windows solution to problems: reboot
    The linux solution to problems: be root

    Oh, did I mention you sould get rid off Windows and install Linux?

  58. And they let this guy post why? by kugeln · · Score: 2, Insightful

    What's up with people having a Tech IQ of 0 posting on slashdot. If you're trying to read a book to figure out how to fix a Windows machine instead of going straight to google, you're better off going to Frys or calling GeekSquad.

    You do not learn how to fix computers by reading books.

    1. Re:And they let this guy post why? by kbielefe · · Score: 1

      It may surprise you to hear that people were learning stuff from books -- even how to fix computers -- long before google was a gleam in Larry Page's eye. I don't know a single engineer who doesn't have 5 books or so at his or her desk.

      Even with google available, books are helpful to cover the basics so that people know how to ask the right questions, which is much more difficult in the internet age than getting the right answers [insert lame hitchhiker's guide joke here].

      Don't confuse ignorance with a lack of intelligence or aptitude, either. Your geek squad comment implies that the only people capable of learning how to fix a computer already know a certain amount about how to do it. Certainly, some people have more aptitude for it than others, but remember that at some point, every computer genius you know was more ignorant about computers than the reviewer.

      --
      This space intentionally left blank.
  59. Thick useless books by z4pp4 · · Score: 1

    The only reason that A+, N+, MCSE, CCNA books are so large is that they use 1 1/2 line spacing and 18 size fonts, plus extra "question" pages that tend to repeat the whole chapter in a cut and paste fastion.
    Rather just buy / download Dive into Python and tinker around with motherboards for the heck of it.
    As for the "there is a whole lot to learn" thing, how difficult is it to type up a google/wikipedia search or to follow howto's?
    Stop learning and start living.

    1. Re:Thick useless books by andrewman327 · · Score: 1

      I agree with you. What I meant to say in the GP was that you should conduct research when you hit a dead end but otherwise you should go by experience and learn as you go.

      --
      Information wants a fueled airplane waiting at the hangar and no one gets hurt.
  60. My ideal book by JustNiz · · Score: 1

    wouldn't just assume that PC == windows OS.

  61. Obligatory Punchline by MrCopilot · · Score: 1
    Only Jesus Saves. There is some disagreement about his restoring abilities though.

    --
    OSGGFG - Open Source Gamers Guide to Free Games
  62. Re: It's never done that... by kugeln · · Score: 1

    And I bet he built it himself...

  63. That's unnecessary and complicated. by Ivan+Matveitch · · Score: 0

    If a computer malfunctions, simply inspect its source code to diagnose and correct the problem.

  64. Re:Apparently, you can't read (or spell "Apparentl by Red+Flayer · · Score: 1

    You're an idiot. Which part of the paragraph I qioted from your f-in link didn't you understand? Why didn't you ever bother learning to read comprehensively? You know, the little bit about a one-sentence tag line at the beginning of an article never being the whole truth?

    And why are you using wikipedia as a definitive resource? Really, you need to get a clue.

    --
    "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
  65. Re:A+ and N+, not very useful for trouble-shooting by walterbyrd · · Score: 1

    I have both certs. Those certs are all about rote memorization of hardware specs, and network protocols, and the like.

    For example, which processors will fit into a Socket-7? Which level of the OSI model relates to routing? Which cables are rated for 1gbs data transfers?

    Arguably good stuff to know, but not very useful when faced with a difficult trouble-shooting problem. Something like "Teach Yourself Network trouble-shooting" might be better.

  66. Can we give the linux promoting a rest? by walterbyrd · · Score: 1

    I use debian myself.

    But, I get sick and tired of zealots taking every opportunity to promote linux.

    Okay, we get it, you use linux. We are all so proud of you. There, feel better now?

    Back to reality, linux is not for everybody. If somebody is having problems with XP, saying "just install linux" will not make that person happy.

  67. Yay! A negative review!! by otis+wildflower · · Score: 1

    Thank goodness. IMHO it's at least as valuable for folks to post negative reviews of things to know what to avoid as it is to post positive reviews of things to know what to get.

  68. Re:No Digg by Anonymous Coward · · Score: 0

    jump the shark is the worst phrase.

    it sounded stupid the first time.

    it sounds stupid now.

  69. Huh? by jim.shilliday · · Score: 1

    "I also support a local church with a local area network of about a dozen computers, which seems to have an endemic problem with IP address conflicts. In this case, I leave the PCs on and power cycle the router."

    Idly wondering how this fix can work....

    If the router is serving internal IP's addresses via DHCP, power cycling shouldn't change anything since DHCP is pull-only by client request. If DHCP isn't in use, cycling the router wouldn't matter either (unless the router has some "feature" that causes it to lease an extra internal address for itself that conflicts with another IP that's in use but hasn't been excluded from the router's DHCP pool.)

    Anyone?

    --
    Jim Shilliday
  70. Re:A+ and N+, not very useful for trouble-shooting by drinkypoo · · Score: 1
    For example, which processors will fit into a Socket-7? Which level of the OSI model relates to routing? Which cables are rated for 1gbs data transfers?

    I recall that we covered some of the socketing stuff, but it wasn't on my final... and I didn't take N+. The point though is that knowing all this stuff helps you troubleshoot because you have some idea of how it works. (The OSI seven-layer-burrito is pretty useless, though.)

    I'd suggest anyone into computers as a living or lifestyle take assembly programming, too. It gives you a much better idea of what's going on in the box.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  71. words by nitz7978 · · Score: 0

    lots of words.... where are the cliff notes for this post?

  72. Thanks! by Radical+Moderate · · Score: 1

    Now I can sleep at night.

    --
    Never let a lack of data get in the way of a good rant.
  73. Technicians Bible from long ago.... by wilec · · Score: 1

    Not my original creation, it was given to me by my boss, a director of engineering, on hire in in '87. I coded to HTML about '94 or so. Still valid, still works :) Enjoy.

    http://hypersynergy.com/home/matt/misc/start.htm

    Wabi-Sabi
    Matthew

  74. POSSLQ? by adavidw · · Score: 1
    POSSLQ


    WTF?
  75. Re:No Digg by canter · · Score: 1

    Reader's Digest doesn't seem to think so. They just paid some Big Bucks buying jumptheshark.com.