Disk error - How do I fix this?

I was running Onyx, and while verifying the HDD, it told me I had an error on the startup disk and needed to run Disk Utility off of the CD to fix it. I ran the utility while in OSX (not the CD) and it says this:
Verifying volume “Macintosh HD”
Checking HFS Plus volume.
Checking Extents Overflow file.
Checking Catalog file.
Checking multi-linked files.
Checking Catalog hierarchy.
Checking Extended Attributes file.
Checking volume bitmap.
Checking volume information.
Volume Header needs minor repair
The volume Macintosh HD needs to be repaired.
Error: The underlying task reported failure on exit
1 HFS volume checked
Volume needs repair
I do not want to mess anything up. I have heard the Disk Utility on the CD/DvD is either old or has problems. SO i just need to know for sure how to fix this.
Thanks for the help!
MacBook Pro   Mac OS X (10.4.9)  

As long as it is a MacBook Pro labelled DVD analyzing a MacBook Pro, Disk Utility should be fine as far as analyzing basic directory structure issues with the Repair Disk and Verify Disk functions. I say basic, because Alsoft Disk Warrior when it repairs the disk directory is much more thorough in its efforts to construct a brand new directory to replace one which is damaged than Disk Utility or fsck. Regardless of the method used, directory damage can have the same symptoms as a dying hard drive. Even a modern MacBook Pro is not immune from its drive dying quickly. And since repairing the directory is a much more invasive routine than pure data recovery, I only recommend fixing the directory on a machine that has been backed up, or you have at least attempted a data recovery with Prosoft Data Rescue.

Similar Messages

  • My iPod won't sync music due to a disk error, how do I fix this?

    I just got a new iPod 4G and it won't sync any of my music or apps.  I really don't need anything else on  my iPod so I have everything else unchecked.  I have tried a system restore and to reset all settings but nothing works.  I also have tried deleting the Photo cache folder and that didn't help either.  I am going on a trip in less then a week and I would really like my iPod to be working for that trip.  Please help!!  Thank you in advance.

    I just got off the phone with senior level support at apple. There are two things she had me do to fix this problem.
    1. Uninstall itunes and then re-install version 10.7 from the apple website here: http://www.apple.com/itunes/
    2. Then go here: http://support.apple.com/kb/dl837, this will take you to the Quick-time version 7.7.3 for Windows page, download & install this version. You will need to reboot after this install and once you have finished you should have no problems opening Itunes.

  • Socket error.How do I fix this

    Hello all,
    I tried running this cleint server program that I built.This is the error I get.How do I fix this.
    The exception in thread isjava.net.SocketException: Software caused connection abort: recv failed
    Code is posted below.
    Thanks.
    Regards.
    nitin.p
    Clent code
    try{
           Socket ClientSocket=new Socket("localhost",4444);
          ObjectOutputStream out=new ObjectOutputStream(ClientSocket.getOutputStream());
          out.writeObject(p);
          out.flush();
          out.close();
          Object incoming_info;
          ObjectInputStream in=new ObjectInputStream(ClientSocket.getInputStream());
          incoming_info=in.readObject();
          System.out.println("Incoming info"+incoming_info);
          in.close();
       ClientSocket.close();
        }Server code
    package ajp;
    import java.net.*;
    import java.io.*;
    import java.security.*;
    import javax.crypto.*;
    import javax.crypto.spec.*;
    import java.sql.*;
    public class agpt extends Thread
      private Socket clSocket;
      private String id;
      private byte[] passwd;
      public agpt(Socket clientSocket)
        clSocket = clientSocket;
      public void run()
        try
          ObjectInputStream in = null;
          in = new ObjectInputStream(clSocket.getInputStream());
           ObjectOutputStream out = null;
           out = new ObjectOutputStream(clSocket.getOutputStream());
          Object zz="dkjsdkjsdksdj";
          out.flush();
          String res = "";
          //ObjectOutputStream out = null;
          //out = new ObjectOutputStream(clSocket.getOutputStream());
          Object temp = in.readObject();
         // in.close();
          System.out.println("I am in thread");
          String operation = ( (Protocol) temp).get_operation_name();
          System.out.println(operation);
                statement.executeUpdate("CREATE TABLE TABLE1 (" +
                                 "Username   VARCHAR (20)  NOT NULL, " +
                                   "Password   VARCHAR (20) NOT NULL, " +
                                 "PRIMARY KEY( Username)" + ")");
          if (operation.equals("register"))
            id = ( (Protocol) temp).get_user_id();
            System.out.println("Id is" + id);
            passwd = ( (Protocol) temp).get_user_password();
            System.out.println("paxxwd" + passwd);
            String original = new String("UTF8");
            original = passwd.toString();
            Protocol pmess = new Protocol();
            Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
            Connection conn = DriverManager.getConnection("jdbc:odbc:mage");
            Statement statement = conn.createStatement(ResultSet.
              TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);
            System.out.println("*****");
            ResultSet result = statement.executeQuery("SELECT * FROM TABLE1");
            while (result.next())
              if (result.getString("Username").compareTo(id) == 0)
                pmess.set_message("ID already exists please enter new");
            if (res.equals(""))
              PreparedStatement stmt = conn.prepareStatement(
                "INSERT INTO TABLE1 VALUES(?,?)");
              stmt.setString(1, id);
              stmt.setString(2, original);
              stmt.executeUpdate();
              System.out.println("I am in res");
              pmess.set_message("Registration done successfully");
            result.close();
            statement.close();
    System.out.println("I reached here");
            out.writeObject(zz);
            out.close();
            in.close();
             conn.close();
            clSocket.close();
        catch (Exception e)
          System.out.println("The exception in thread is" + e);

    in the client codes, try closing the output stream later, after in.readObject()

  • Everytime I try to update or redownload itunes i get the %appdata% error. how do i fix this so i can download itunes again.

    how do i fix this . easy steps please. Sorry I just keep having trouble with this and im getting very frustrated.

    With that particular variety of 1606 (it's a 1606 error message even though the 1606 error message number isn't returned by the iTunes installer), cassi, the following Microsoft document is worth a try:
    You receive an "Error 1606" error message when you try to install or remove a Microsoft program

  • No Disk Error - How do I resolve this...

    Every now and then while using itunes or connecting my ipod I get a box popping up saying:
    header; iTunes.exe - No disk
    There is no disk in the drive. Please insert a disk into drive \Device\Harddisk\DR5.
    I try and click cancel or continue and sometimes it resolves itself. How can I get this msg to go away permanently???
    I'm not much of a computer guy so hopefully you can spell it out for me!
    Thanks!

    As long as it is a MacBook Pro labelled DVD analyzing a MacBook Pro, Disk Utility should be fine as far as analyzing basic directory structure issues with the Repair Disk and Verify Disk functions. I say basic, because Alsoft Disk Warrior when it repairs the disk directory is much more thorough in its efforts to construct a brand new directory to replace one which is damaged than Disk Utility or fsck. Regardless of the method used, directory damage can have the same symptoms as a dying hard drive. Even a modern MacBook Pro is not immune from its drive dying quickly. And since repairing the directory is a much more invasive routine than pure data recovery, I only recommend fixing the directory on a machine that has been backed up, or you have at least attempted a data recovery with Prosoft Data Rescue.

  • I just got the 7.0.3 upgrade and my phone is locked on a black screen with a blue itunes circle and the end of a usb cord on it. i assumed this meant sync with itunes which i tried and pressed reset and itunes says theres an error how do i fix this

    my iphone is locked and i cant get itunes to connect with it. how do i fix it or do i need to take it to at&t. this all started with getting the new upgrade.

    Hi mfowens10,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots. 
    If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    You might need to use recovery mode if:
    You can't update or restore because iTunes doesn't recognize your device or says it's "in recovery mode".
    The Apple logo remains onscreen for several minutes with no progress bar.
    The Connect to iTunes screen appears.
    Cheers,
    - Judy

  • Windows\system32\softpub.dll is either not designed to run on windows or contains an error. how do i fix this so i can launch my itunes app

    every time I try to open itunes i get this message, C:\windows\system32\softpub.dll is either not designed to run on windows or contains an error. what should i do to fix this problem.

    I suggest that you reinstall the Microsoft Visual Studio 2010 redistributable https://www.microsoft.com/en-us/download/details.aspx?id=5555
    If you are on a 64-bit system you should also install the x64 version http://www.microsoft.com/en-us/download/details.aspx?id=13523

  • My phone has no service because it keeps saying there is a SIM card error - How do I fix this problem?.

    Mutt phone keeps saying no service because of a SIM card error?  What does that mean and how do I fix it?  It has done it twice I today's now and it very frustrating as I cannot make any calls.

    Try reseating the SIM card or replacing it.

  • HT203176 My start up disk (10.6.8 ver) has errors and I do not have the OSX install disk. How can I fix this and repair the disk?

    Start up disk needs repaired. Repair Disk button is not available in disk utility and I do not have the OS install disk as recommended to fix. Any suggestions?

    You have two choices, either get a replacement install DVD for your Mac ( best choice) or make another disk a system disk.
    Option 1 call Apple and request a replacement install DVD for you Mac. They will charge you a nominal fee for shipping and handling. You really should have that because it is considered part of your Mac.
    Option 2 This one depends on exactly what kind of errors you have on the disk.
         If the data is recoverable, you can clone to the other drive.
         If not, then you are in trouble and need the install DVD to install an operating system.
    Allan

  • Ive purchased installed and updated Photoshop CC, then when i went to install another app (Bridge) i got  a download error. how do i fix this download error?

    need help figuring this out.

    Rkm54 please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html for information on how to resolve download errors.

  • Every time I try to get to a bookmarked page it says server error, how can I fix this?

    I try logging in to a bookmarked page and I keep getting "server error" web configuration problems. How do I get to bookmarked page without this problem?

    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"<br />
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Sent folder is full, i have deleted the mesages and still get the same error, HOW DO I FIX THIS?

    I have read mozillas help question and have not been able to fix my problem, I am having the same problem with the trash folder.

    If you want to keep those messages but reduce the file size:
    Archive your Sent folder.
    How to set up Archive options - if not already set.
    * https://support.mozilla.org/en-US/kb/archived-messages
    Archive by month and year and choose to 'keep exisitng folder structure of archived messages'
    Then select the 'Sent' folder to see emails.
    click on first email to get focus.
    Press 'Ctrl' key and 'A' key to select all emails.
    They will be shown as 'conversations in the Message Pane'.
    click on the 'Archive' button.
    This should empty the Sent folder and place all sent emails in 'Archives' under the respective year, month and Sent folder.

  • I'm suddenly getting the message "Your iPhone cannot be synced. The required disk cannot be found."  What disk? How do I fix this?

    I have an iPhone 4 and it's running iOS 5.0.1. I don't know what disk it's talking about, thus I have no way of searching for it.

    Try to Reset your device. It might help and is very simple to do.
    Press and hold both the Sleep/Wake button and the Home button for at least ten seconds, until the Apple logo appears (ignore the Slide to Power Off option that shows up first).

  • HResult error - how can I fix this

    I am trying to import an audio file into an NVivo 10 software programme for qualitative analysis. I continue to get this message 'Failure to load the media file . Exception from HResult: 0xC00D0Feb
    Is this something to do with the bit size - NVivo is the most updated version, 64 bit
    thanks
    CMFlannagan

    I am trying to import an audio file into an NVivo 10 software programme for qualitative analysis. I continue to get this message 'Failure to load the media file . Exception from HResult: 0xC00D0Feb
    Is this something to do with the bit size - NVivo is the most updated version, 64 bit
    thanks
    CMFlannagan

  • My iPhone's photo gallery is error, How can I fix this ?

    It can't shows some photo (it's grey) and some are blur.

    We are not allowed to address jailbroken iPhones on this forum.  It would violate the terms of service.

Maybe you are looking for

  • Context Based Help

    1. Context sensitive help - on click of help link from a particular application page, the help application should open up (if not already open) and the particular help page should open in the right frame of the help application with the location of t

  • KI222 - Inappropriate Cost Center Not Valid Error Message

    Iu2019m having a problem goods issuing material to a cost center (movement type 201) via a call of the BAPI_GOODSMVT_CREATE BAPI (ECC 6.0).  I can post a specific material / plant / storage location / cost center combination without issue via MB1A bu

  • Sun Directory Server crashed

    Hi , i dont know where to post this question because i really dont understand myself the error i downloaded Sun Directory Server 5.2 and installed in both my Solaris one of them is Solaris 8 ( Production Server) the other one is Solaris 10 ( Another

  • Why is my voice only coming out of one earphone?

    I have my Input Source set to stereo, but I can only hear my voice out of one earphone. My backing track is coming out of both, though. What's going on? I'm using a condenser mic and a PreSonus FireBox, if that makes any difference. Please help!

  • Locking of table record

    Hi, I want to lock particular table record when user click on Update button and unlock when user click on Save Changes button. So that if user updating any record other user should not able to update it. For this i have used TableLocking's lock metho