Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

wncmacs

macrumors newbie
Original poster
Jan 6, 2004
29
0
First off, this issue is with a spinning hard disk that I partitioned into a storage side and a Time Machine backup side using APFS.

My Time Machine backup disk has failed to mount. I opened Disk First Aid and try to mount the drive which fails. I then run Disk First Aid and get the following:

Screenshot 2025-09-20 at 1.28.39 AM.png


So I thought I would just erase the disk and start afresh with Time Machine backups. When I tried that, I get this message:

Screenshot 2025-09-20 at 1.31.39 AM.png


The other disk partition of the drive is mounting just fine...only the Time Machine portion is failing to mount and I can't seem to get it to erase.

Any suggestions on what I should try to remedy this, or is the Time Machine partition just hosed?
 
My advice (and you may not like it).

First, copy everything from "the data partition" to ANOTHER DRIVE.
(or else this data is going to be lost)

Next, open disk utility.
Important: go to the view menu and choose "show all devices".

Now, click on the "line on the left" that represents the ENTIRE EXTERNAL DRIVE -- not any individual partition (such as the tm partition).

NOW click the erase button and look at what choices you're offered.

If you can erase the ENTIRE drive to APFS, do so.
If du won't let you do that, does it let you erase the drive to either MS-DOS or exFAT?

IF you can do that, DO SO.

Once that's done, click the erase button AGAIN.
See if THIS TIME it will let you erase the drive to APFS.

Does this work?
The objective here is to get the drive erased.

More advice (that you're not going to like):

STOP USING time machine for backups.
You've seen how well it worked for you.

START USING either CarbonCopyCloner or SuperDuper.

CCC (besides creating clones) has the ability to create a "safety net" so that previous versions of files aren't deleted when the cloned backup is updated.

Final advice:
Don't partition a drive that's intended to be used for backups.
Let the entire drive "be the backup drive".
Things will just go easier that way in the future...
 
Last edited:
Warning: This will destroy the filesystem on whatever disk you try it on, so back up files first!

I've had to use the dd command in a terminal on some drives when Disk Utility was too wimpy to handle it. You find the right drive device name with diskutil list. So..

Unmount (don't eject) the drive

Code:
diskutil list

Find the appropriate drive in the list and be SURE it's the right one!

Code:
sudo dd if=/dev/zero of=/dev/diskN bs=500m count=1
...where 'N' is the appropriate disk number - ie: /dev/disk2

That will destroy the filesystem info on the drive and should allow you to then erase through Disk Utility. Please only use this as a last resort!
 
All of the above is good advice. Before erasing things, try running First Aid on the Container. That's one level above the two volumes.

I also agree that you should dedicate a single device to backups. Storing backups alongside data isn't a good idea.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.