I'm having problems repairing an external disk on Leopard

I'm running Mac OS X 10.5.2 on a PowerMac G5 and I have an external Maxtor OneTouch III 1-Terabyte drive that I use for Time Machine. I noticed that the drive didn't mount when I powered up. I ran Disk Utility and tried to Verify the disk. It reported "Invalid node structure" upon verify. I tried to repair the disk and I got:
Invalid node structure
Rebuilding Catalog B-tree.
The volume Backup could not be repaired
Error: Filesystem verify or repair failed.
I would like to run fsck on it, but how do I tell what the device name is? How can I turn a Connection ID shown in Disk Utility into a /dev/rdisk#s# device that I can give to fsck?
.... time passes ......
Okay, well never mind. I used "pdisk -l" to find the unmounted disk and also figured out which partition contained the filesystem. I ran fsck_hfs on the raw disk partition and got this:
$ fsck_hfs /dev/rdisk12s10
** /dev/rdisk12s10
** Checking Journaled HFS Plus volume.
** Checking Extents Overflow file.
** Checking Catalog file.
Invalid node structure
(4, 27990)
** Rebuilding Catalog B-tree.
Invalid record count
(4, 21605)
Invalid record count
(4, 21606)
Invalid record count
(4, 22719)
Invalid record count
(4, 22720)
** The volume Backup could not be repaired.
I'm not sure what to try next. Anyone know of a disk repair utility that might at least get farther than fsck? I noticed that the man page said that fsck sometimes can't repair the disk.
Any pointers or tips would be appreciated. Thanks!
Message was edited by: kae

kae wrote:
I'm running Mac OS X 10.5.2 on a PowerMac G5 and I have an external Maxtor OneTouch III 1-Terabyte drive that I use for Time Machine. I noticed that the drive didn't mount when I powered up. I ran Disk Utility and tried to Verify the disk. It reported "Invalid node structure" upon verify. I tried to repair the disk and I got:
Invalid node structure
Rebuilding Catalog B-tree.
The volume Backup could not be repaired
Error: Filesystem verify or repair failed.
I would like to run fsck on it, but how do I tell what the device name is? How can I turn a Connection ID shown in Disk Utility into a /dev/rdisk#s# device that I can give to fsck?
.... time passes ......
Okay, well never mind. I used "pdisk -l" to find the unmounted disk and also figured out which partition contained the filesystem. I ran fsck_hfs on the raw disk partition and got this:
$ fsck_hfs /dev/rdisk12s10
** /dev/rdisk12s10
** Checking Journaled HFS Plus volume.
** Checking Extents Overflow file.
** Checking Catalog file.
Invalid node structure
(4, 27990)
** Rebuilding Catalog B-tree.
Invalid record count
(4, 21605)
Invalid record count
(4, 21606)
Invalid record count
(4, 22719)
Invalid record count
(4, 22720)
** The volume Backup could not be repaired.
I'm not sure what to try next. Anyone know of a disk repair utility that might at least get farther than fsck? I noticed that the man page said that fsck sometimes can't repair the disk.
Any pointers or tips would be appreciated. Thanks!
Message was edited by: kae
It could be a hosed drive. Sure sounds like one.
i would suggest running fsck_hfs on it although some might say it does not matter.
fsck_hfs is supposed to be the correct fsck for the hfs file structure.
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man8/fsck_hfs .8.html
You might also invest in DiskWarrior as a repair tool
If you cannot repair the filesystem, then immediately get another drive for TM to backup your system so you have something to fall back on.
Copy whatever you can from your Maxtor and then erase it, repartition it and see if it works OK.
There is some question about Maxtor's reliability. i prefer LaCie.

Similar Messages

  • I am having problems working with Mail in Snow Leopard

    I have an iMac running 10.6.8. I was having problems booting up the computer, which I was able to overcome running Applejack. Then I noticed Mail malfunctioning. Followingg describes the problems:
    1. Cannot open  "About Mail".
    2. Cnannot open Preferences; unable to check account settings.
    3. Do receive most of incoming emails. For no known reason, outgoing servers go "Ofline". So, cannot send outgoing emails.
    Will appreciate suggestions for fixing these problems.
    Rajfromvienna

    OK, so that's a marginal machine - dont spend TOO much on it. Solid, btu i think, for example, can;t run Lion or later OSes.
    I have not worked on a modern imac myself. I'd go to google, bing or your favourite search engine and search "hard drive replacement Imac intel" and see what you find re: instructions.
    In general though, its not all that complicated. Your manual may in fact tell you how to access it mechanically.  If you have, as i think you do a "SATA" (serial ATA) hard drive, just buy one, open it up, remove the old, plug in the new and close it.
    Of course, first do a complete abckup and MAKE SURE YOU CAN BOOT FROM THE BACKUP.
    A drive shoudl be < $100.  One of the most helpful, althoug not chepaest vendors, is OWC (Other World Computing). They can actually ehlp you with instructiosn and what works in your model.  If oyu have questions, i suggest using a hgih service vendor such as them.  no affiliation.
    Grant

  • Having problem with calling external javascript functions in LV

    Hi,
    I found this VI: http://lavag.org/topic/10304-discuss-calling-external-javascript/, which I believe can be really helpful for my work. The problem is I can't get it to run based on the following problem:
     - Apparently the "ScriptControl" cannot be loaded
    I am using LabView 8.6, and this vi has been produced in a 8.0 version. Do you think this is the problem? If not, what could cause this problem running this VI?
    Thanks,
    Diogo

    Hi,
    To start I am using this examplo from the google code page.
    <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
        <title>Google Maps JavaScript API Example</title>
        <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=abcdefg&sensor=true_or_false"
                type="text/javascript"></script>
        <script type="text/javascript">
        function initialize() {
          if (GBrowserIsCompatible()) {
            var map = new GMap2(document.getElementById("map_canvas"));
            map.setCenter(new GLatLng(37.4419, -122.1419), 13);
            map.setUIToDefault();
        </script>
      </head>
      <body onload="initialize()" onunload="GUnload()">
        <div id="map_canvas" style="width: 500px; height: 300px"></div>
      </body>
    </html>  
    It loads a basic map, and is saved in a html file created for example in Notepad. Basically as I said the VI is very simple, see next image.
    But like I said, this strategy does not allow labview to interface dinamically with the javasscript code in the html file. Doing it this way, I would have to constantly update the code in the file with new coordinates and loading the map again. This causes the mentioned flickering problem that I also had with static maps.
    Diogo

  • Having problem triggering an external device needing 5V DC

    I am having a problem throwing open a solenoid valve with 5 volts DC. The valve requires 5V DC, and it seems that I am getting a response from an LED on the valve, but the valve will not open. When I attach the valve to a 5V battery, the valve has no problem, and the LED has a stronger intensity to it. I am using Visual Basic to program the valve switching event with a 6024E card and CB-68LP board. Also, would it matter if this were a pulsed DC voltage as opposed to a constant DC voltage?

    The most probable reason for this behaviour is that the solenoid valve requires too much current to switch. Daq cards are limited in the available current, so you will probably have to use an auxiliary switch and a separate power supplier to drive the solenoid.
    Roberto
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Is anyone else having problems syncing an external calendar app (Easy Calendar) with iCal using iCloud for syncing?

    Prior to upgrading to Mavericks, I would use iTunes to sync my two calendar apps--Easy Calendar (from the app store) and the native iCal and of course, I would wind up with the same calendar events on both calendars after syncing.  Since upgrading to Mavericks and--per Apple instructions, using iCloud to sync--I can't sync the two calendars.   At this point, I'm thoroughly confused about where I can go to find/see a backup of my non-iCal calendar app that's on my iPhone.  I'm beginning to think that if I don't use Apple's iCal, I can't back up or sync my calendar events using a non-native app such as Easy Calendar.  Is that correct?

    I, too, had long waiting times. Here's what worked for me.
    As I went through some of my Pages and Numbers documents, I got warnings that there were sync discrepancies (differing versions in iCloud and on my iPads and laptop). So, I removed everything from iCloud Drive using my laptop (saved to local folder). I let my iPads sync so they removed all the iCloud-based documents. On the laptop I went through and forced everything to the latest file format (latest Pages and Numbers on Yosemite) by re-saving, then copied everything back into iCloud Drive. My iPads both updated within seconds and everything now syncs quickly.
    Don't know if eliminating sync discrepancies is the solution, but it seems to have worked in my case. Hope it might help others.

  • Problem booting from external drive

    I'm having trouble booting my MacBook from an external USB drive.
    I've created a bootable backup of my hard drive, using SuperDuper! (in order to be able to install a bigger hard drive and restore my current drive state). If, with the drive attached, I restart and hold down Alt (which I understand should offer a choice of drives from which to boot), I get nothing but grey screen (ie. the first grey you see before the apple logo comes up right at the start of startup). I have been able to boot from the external drive by changing Startup Disk settings, so I'm sure there's no problem with the external disk volume.
    The drive is an Iomega 80GB USB 2.0 drive, and I'm running 10.4.10 on a 2GHz Core Duo MacBook.

    Hey guys,
    Thanks for the feedback... here's my update (still no joy):
    • I'm not sure about the GUID table - how do I check? Does the fact that I can boot from the drive having selected it in my System Preferences mean that it is? It is definitely HFS+ formatted, however. (I gave bad information about the drive type, however - it's a Freecom 400GB, not Iomega 80GB, not that I suppose that makes a difference.)
    • After holding that Alt key for a very long time, my MacBook did show me something other than a plain grey screen: a single, large, internal HD icon in the middle of the screen, above a vertical arrow icon. I take this to mean that the MacBook is recognising the internal HDD and no other volume. The external drive was still plugged into the USB port.
    • The external drive is in fact partitioned as two volumes.

  • HT5287 how do i install microsoft on my macbook air without having to buy a 80$ disk drive

    i have a macbook air and im trying to install microsft 2008. i have the cd and product key..... how do i install this product without having to buy the external disk?

    Welcome to the Apple Support Communities
    If you have another Mac or PC, you can use Remote Disc to install Office > http://support.apple.com/kb/HT5287?viewlocale=en_US&locale=en_US
    If you haven't got any other computer, then you have to buy an optical drive. You can buy the external optical drive you want, without having to buy the official SuperDrive

  • Anyone having problems with Snow Leopard

    I have bought the new software but I just wanted to check on the forum whether anyone is having problems when they upgrade to Snow Leopard. I am running 10.5.8 on my MBP. I currently have a very full disk which I am trying to sort out but I am wondering whether it would help me to have the Snow Leopard running. Any advise gratefully received!!

    No.
    http://www.macmaps.com/diskfull.html
    First solve the full disk problem,
    then determine if you are ready to upgrade*
    http://www.macmaps.com/upgradefaq.html
    - * links to my pages may give me compensation

  • Resize last partition on external disk

    Hi, All!
    I have a 1.5 TB external disk that I use for storing large media files and for Time Machine backups.
    Since Time Machine tends to use all space available in a disk, I decided to partition the available space giving 1 TB for data and 500 GB for Time Machine. My internal disk was 250 GB, so 500 GB was enough for some history in the backup.
    I upgraded my internal disk to 500GB, so the space available for Time Machine is a bit constrained now. I thought I could shrink the data partition (it is still mostly empty) and enlarge the Time Machine partition, but Disk Utility isn't allowing me to do that.
    The data partition is the first one on the disk. I've already successfully shrank it to 700 GB. The Time Machine is the second and last partition.
    The trouble is that the resizing "handle" is at the "bottom" of the partition, and can't be moved "down". Disk Utility doesn't allow me to grab the "top" of the partition and move it "up".
    The disk is partitioned using GUID and I'm running Snow Leopard 10.6.2.
    My doubt is: should this work or I'm expecting too much from Disk Utility resizing capabilities?
    Is there any way to do what I've been trying to do without reformatting any of the two partitions?
    Regards!

    What I did was:
    1. Resize the first HFS+ partition to about half disk, leaving blank space between it and the second partition.
    2. Boot the MacBook with a Ubuntu Live CD (last version). It works perfectly!
    3. Run GParted and move the second partition to the beginning of the free space;
    4. Reboot to Mac OS X.
    5. Verify and repair the external disk with Disk Utility. It found a minor error on the volume header of the second partition.
    6. Resize the second partition to the end of free space.
    It took about 9 hours to complete, but it is working and Time Machine is doing its first backup now.

  • My external disk are missing 5 min after connect it

    I don´t understand how and why I lost my external disk in my computer (macbook). What Do i have to do?...

    well I have two machine in my house, one of them is a Toshiba with a Windows XP and I don´t have thats problem in it. Beside, when i use my pendrive for a short (5 minutes) period of time, it disconnects spontaneously and the OS gives me an error as if i disconnected my pendrive without putting it in the trash or ejecting with the right procedure first. Then, I have the same problem with a external disk and with a pendrive.

  • External hard drive connected to mac Mini is having problems and won't repair

    Hi,
    Thanks in advance for any support.
    My Mac mini (OS 10.7.5) isn't reading the external drive correctly and sometimes doesn't find it at all. When it does find the drive, some folders which I know to be large show up as empty (not always the same folder, I think).  I'm quite sure the drive is having problems and want to repair it, just so it can be stable enough to duplicate (i.e. copy the external).
    But it won't repair in Disk Utility because it can't unmount. I tried turning off Spotlight via Terminal, but it still won't unmount. Any suggestions?
    Thanks

    Hi Linc,
    Thanks for the reply.
    Do you mean installing it in another enclosure? How easy or difficult is it to move the drive -- and should this be done by a professional?
    Thanks

  • I use only two channels, have plenty of memory in my hard disk, and external hard drive, no effects, and still having problems with Garage band. Giving messages as you have too many live channels

    I'm frustrated, I am doing everything you recommend, I use only two channels, have plenty of memory in my hard disk, and external hard drive, no effects, and still having problems with Garage band. Giving messages as you ave too many live channels, the disk is slow prepare...can you help?

    Quote from: Richard on 15-November-07, 20:33:05
    tornado2003,
    What you need to do is boot into Safe Mode. Then delete the VGA Drivers.
    After that boot normally and install the latest nVidia ForceWare Drivers
    Take Care,
    Richard
    i guess you missed that:
    Quote from: tornado2003 on 15-November-07, 17:26:52
    ive tryed booting xp in safe mode but it just freezes after it loads up a couple of needed files .
    ive even formatted my hard drive and tryed installing a fresh xp on it but it just keeps locking up when it gets to the "starting windows setup" .(this is just after it loads all the drivers from the xp cd)

  • HT3275 "The problem may be temporary. Try again later to back up. If the problem persists, use Disk Utility to repair your backup disk."

    The problem may be temporary. Try again later to back up. If the problem persists, use Disk Utility to repair your backup disk.
    what does this mean?? why can't i backup before i have to get my hard drive replaced?!!? arghh

    brahr3 wrote:
    I am getting the same error message: "The problem may be temporary. Try again later to back up. If the problem persists, use Disk Utility to repair your backup disk." I don't have a TC but rather an external drive, which is twice the size of my harddisc, and it still has plenty of free space. The problem has lasted for 5 days. I even used a different external drive -- still same error message. Needless to say that I have run Disc Utility several times. Can anybody help? Thanks
    I am having issues with some USB drives on Mountain Lion.. work perfectly on another computer with Snow Leopard.. not even recognised by ML.
    Is the disk recognised?
    If so and TM cannot pick it up.. do a full reset of TM and try again.
    A4 http://pondini.org/TM/Troubleshooting.html

  • External disk - repair permissions

    It seems the permissions on my HD need to be repaired.
    Unfortunately I have lost the Repair disk during an international move.
    I still have the install disk - so I tried to install OS 10.6 onto an external drive. The intention was to boot from the external drive and repair permisions on the MacBook HD.
    The installation kept showing the external disk as having not been ejected correctly, which is not correct. Anyway, I erased all partitions on this external disk, using Disk Utility, did a 7 pass erase, and then also ran the repair disk function too; Disk Utilityshowed that there were no issues with this external disk. However, I still got the same result from the OS installation program, that the external disk had not been ejected correctly. I went around in the circle a number of times before giving up.
    Now I am at a loss how to make the external boot disk to repair permisions on the computer HD.
    I know in the distant past it was possible to just copy the System folder to an external drive and it would boot; but I was told this no longer works.
    Any get around this issue or a solution would be most welcome.
    Thank you

    It seems that there is a theory that you don't need to repair permissions anymore.
    Correct.  It is unnecessary and doen't repair your permissions anyway.
    About Disk Utility's Repair Disk Permissions feature
    When files loose their connection with the program that created them is one example why permisions need to be repaired.
    No, that is an indication that Launch Services has got corrupted or confused and maybe it needs rebuilding.  Repair permissions does nothing to the launch services data base.
    The last time I had issues was 18 months ago and running repair disk permissions solved all the instability problems; I don't think I was dillusional about this; so as I have warnings to repair disk permissions and instability issues I what I want to repair the permissions; that is irrespective of any currrent thought that this isn't necessary.
    You believe what you want.  Read the link about repairing permissions and what it does.
    The repair disk has a minimal system and disk utilities on it that allows you to boot from the DVD and repair the internal HD. In the early days you could just drag a minimal of certain files from the system onto a flopy or latter a CD together with disk repair and it would do the job. I lost my repair disk, so I want to create a system on an external drive which together with Disk Utility so I can repair the permissions. Or even make a DVD with a minimum system and disk utilities.
    There is no such thing as a "repair disk".   You have installer dvd's that came with your hardware or the recovery partition that is part of Lion.  You boot it and run Disk Utility to verify/repair, and yes, if you insist, repair permissions.  Or you boot from another bootable disk and use its Disk Utilities to repair/verify your drives from there.  That is because you cannot repair the drive you are currently booted from.
    You can't repair permissions from the HD that has issues, ("If necessary (which is seldom), permissions should be repaired from the selfsame disk.') well at least up to OS10.6, you need an external system to do this, i.e. external HD or DVD. Apple genius bars use external drives to do this; being in Spain there is only one of those some 3+ hours away; a final option if I can't get success.
    I basically just said this immediately above.
    As I mentioned when I tried to install OS10.6 onto an external drive I had issues doing this, as covered in my initial email.
    First a 7-pass erase it a complete waste of time when a simple erase will do.  Second I think the you are getting "disk ejected improperly" because you may have one of those enclosures that has a tendency to go off line on its own, which of course is indeed ejecting the disk incorrectly.  I'm guessing on this last point of course but it seems reasonable to me.

  • I am having problems gettting my mail to work ... Mac telling me that my start up disk id full and to delete some files to free up space ... have done this but when i open mail from the dock it just brings up the colour wheel and nothing happening

    I am having problems gettting my mail to work ... Mac telling me that my start up disk id full and to delete some files to free up space ... have done this but when i open mail from the dock it just brings up the colour wheel and nothing happening ... it shows when you right click on the mail icon that " application not responding"

    If your hard drive is getting full, you need to free up, at least, 20 GBs of space on your iMac's hard drive.
    If your Mac is running a fairly recent version of OS X, here are some general guidelines.
    Follow some of my tips for cleaning out, deleting and archiving data from your Mac's internal hard drive.
    Have you emptied your iMac's Trash icon in the Dock?
    If you use iPhoto, iPhoto has its own trash that needs to be emptied, also.
    If you use Apple Mail app, Apple Mail also has its own trash area that needs to be emptied, too!
    Other things you can do to gain space.
    Delete any old or no longer needed emails and/or archive to disc, flash drives or external hard drive, older emails you want to save.
    Look through your Documents folder and delete any type of old useless type files like "Read Me" type files.
    Again, archive to disc, flash drives, ext. hard drives or delete any old documents you no longer use or immediately need.
    Download an app called OnyX for your version of OS X.
    When you install and launch it, let it run the automatic ans S.M,A.R.T. tests,  then go to the cleaning and maintenance tabs and run the tabs that have the ability to clean out all web browser cache files, web browser histories, system cache files, delete old error log files.
    Typically, iTunes and iPhoto libraries are the biggest users of HD space.
    move these files/data off of your internal drive to the external hard drive and deleted off of the internal hard drive.
    If you have any other large folders of personal data or projects, these should be archived or moved, also, to the optical discs, flash drives or external hard drive and then either archived to disc and/or deleted off your internal hard drive.
    Good Luck!

Maybe you are looking for

  • App does not open in iPad 4th generation

    I just bought the app and simply does not open.... Very frustrating.

  • Sap script creating dynamic box problem

    Hi all, I am unable to create dynamic box in sap script. Because the printing lines in the main window changing from one customer to another customer. So could you please guide me how to create a dynamic box in sap script and also how to know the pri

  • ORacle VM Manager

    Hello guys I just isntall oracle VM Manager And can access teh manager, but it does not find my virtual machines already installed? is there any way I can fix that so it auto detects them iwthout having to reinstall the via the manager? Thanks

  • Why won't my video upload

    I use a Casio Exilim and none of my videos will work in iMovie anyone have an suggestions? I was trying to maybe convert them but I didn't really know where to begin with that. If anyone knows anything that'd be great thanks!

  • Request help for iphone screen flickering

    I'm using iphone 4. Few days ago (before the software update 6.0.1) i noticed my iphone screen is flickering and blurred.this bug was not fixed after IOS update 6.0.1. Thus showing horizontal lines in the screen.           please help me