<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br><div><div>On Oct 10, 2012, at 11:49 AM, H F wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"> Okay, will do, but what exactly does this accomplish?<br><br><div><div id="SkyDrivePlaceholder"></div>> From: <a href="mailto:harry@gifutiger.com">harry@gifutiger.com</a><br>> Date: Wed, 10 Oct 2012 12:40:35 -0700<br><br></div></div></blockquote>~SNIP~<br><blockquote type="cite"><div dir="ltr"><div>> <br>> Howard, I would suggest that first you do a PRAM reset, then do a open firmware reset.<br></div></div></blockquote><div><br></div><span class="Apple-tab-span" style="white-space:pre">       </span>This will likely do nothing at all to help. Your issue is with the file system on your hard drive. And your problem usually means your hard drive is starting to fail so backups become your friend very quickly. This problem can also be caused by other problems, like hooking up external hard drives and not unmounting them correctly. In which case the hard drive is just fine, its only a damaged filesystem which requires cleaning up</div><div><br><blockquote type="cite"><div dir="ltr"><div>> They system then will reset and then you can again enter single user mode. After entering single user enter "fsck -y" enter.<br>> If you use Applejack yhe first thing that applejack is to run t fsck -y unix command.<br>> <br>> Cheers<br>> <br>> Harry<font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#0000DD"><br></font></font></div></div></blockquote><br></div><div>     This list bit of advice is what you really need. The command fsck is issued from a shell and means 'File System Check'. This runs a UNIX utility which checks out the filesystem on your hard drive. The option -y tells fsck to not query you for a yes/no response, but assume 'yes' for all queries. This fsck command also calls fsck_hfs, which is a more specific checking utility. But if fsck_hfs fails for some reason you might not really know why. If your error persist it would be worth your while to try fsck_hfs specifically.</div><div><br></div><div>For all utilities you can open Terminal and type "man <command>" to learn more.</div><div><br></div><div>Did you resolve your problem?</div><div><br></div><div>Kristen</div><div><br></div><br></body></html>