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
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
Mac OS X (10.4.11)