john_satc said:Ok just ran 'verify disk' and it came up with this...
Now, is this serious and how do I fix it?
Cheers,
Jon
kingjr3 said:Do what it says on that last line. Boot from System CD and run Disk Utility
john_satc said:I'm so glad one of us can read
calebjohnston said:I've had this happen to me twice, and I hear the HD making high pitch whines followed by clicks so I'm taking my NEW PB in to get the HD replaced.
Gonna get some more RAM while I'm at it though.
Are you under warranty still?john_satc said:ok mine does the exact same thing, now im worried. specially after I ran hardware test and it says nothing was wrong, yet i ran disk utility again and it is reporting the same problem.
jon
CanadaRAM said:Are you under warranty still?
sorry to bring up old thread...
but i ran disk utility from the osx disk and same error pops up.. what should i do?
i have a macbook coreduo by the way
john_satc said:Now, is this serious and how do I fix it?
john_satc said:her advise...erase and install. thats just great then aint it!
ok mine does the exact same thing, now im worried. specially after I ran hardware test and it says nothing was wrong, yet i ran disk utility again and it is reporting the same problem.
jon
Ok just ran 'verify disk' and it came up with this...
Now, is this serious and how do I fix it?
Cheers,
Jon
It's those errors in RED that you should worry about, not the Underlying task failed thing. Those are the ones DiskWarrior can fix but DiskUtility cant![]()
http://support.apple.com/kb/HT1782You may notice some "Incorrect size for file tempnumber" alerts when you attempt to verify or repair a volume using Disk Utility or fsck_hfs with the "-l" option. You can safely ignore these alerts for any "tempnumber" files.
For example, you might see something like this:
Verifying volume “Macintosh HD”
Checking HFS Plus volume.
Checking Extents Overflow file.
Checking Catalog file.
Incorrect size for file temp420595
(It should be 0 instead of 84538)
Incorrect size for file temp468627
(It should be 0 instead of 16464)
Checking multi-linked files.
Checking Catalog hierarchy.
Checking volume bitmap.
Checking volume information.
The volume Macintosh HD needs to be repaired.
Error: The underlying task reported failure on exit
1 HFS volume checked
Volume needs repair
If this happens, use fsck in single user mode, or start up your computer from a different volume before verifying or repairing.
Boot off the OS X CD (reboot, hold C while booting).
The installer will load up, go to Utilities in the menu and run Terminal.
Type df and look for the drive that has your Mac system mounted---you'll have to unmount this. On my MacBook Pro, it was /dev/disk0s2.
Type umount /dev/disk0s2, replacing disk0s2 with whatever disk your OS lives on.
Type fsck_hfs -r /dev/disk0s2. If you umounted the wrong thing, it will complain that you can't repair a mounted drive. Go back and umount the right thing and repeat this step.