Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Boot OSX Volume on time capsule.

I have restored (over several days using Super Duper, so a re-format is not a good idea!!)
an old time capsule backup from a dead TC onto my new model 1TB TC.

However the time capsule drive seems now to have an extra partition:

/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: Apple partitionscheme *998.1 GB disk2
1: Apple partitionmap 32.3 KB disk2s1
2: Apple_Boot Boot OSX 134.2 MB disk2s2
3: Apple_HFSX Time Machine Backups 997.9 GB disk2s3

The Boot OSX volume appears on the desktop as a drive but does not appear in disk utility.
It contains a only a "backups.backup" folder and has only 11.8Mb used.
The old and current backups are on the "time machine backups" volume

When I run time machine the Boot OSX drive sometimes appears together with a time machine volume "Time Machine Backups" containing my old and current backups back to May 2009.

At other times the two volumes appear and the Boot OSX is the time machine volume (as shown by the TM clock icon), then no backup history prior to today is available.

What is the "Boot OSX" folder and how can I prevent Boot OSX from appearing?
I have re-booted several times and it is still there.

My wife's iMac restored back up and time machine seem normal on the same TC

Steve

17" 2.6GHz hi-res MacBook Pro, Mac OS X (10.6.2), ProAvio raid 5, G-raid2, Motu V4HD

Posted on Nov 16, 2009 6:51 PM

Reply
13 replies

Dec 23, 2009 9:20 PM in response to stevekn

Steve, this appears to be either, an artifact left over from the upgrade to Snow Leopard, or Snow Leopard has made visible something that Leopard kept invisible. Either way, there is only one fix - reformat the TCs' HD. I fiddled with this for two weeks until I finally gave up and did the following:

You have a choice:

a. You can use Airport Utility to Erase/Reformat the TCs HD and begin your Timed machine backups anew.

b. Or, you can do what I did with the 2 TM backup sets from 2 different Macs that I had on my TC. I moved the 2 "Backups.backupd" folders off the TC onto other drives. Reformatted the TCs HD. Created 2 new disk images (sparsebundles) on the TC, and then move the 2 "Backups.backupd" folders back to their respective disk images.

For a more detailed walk-through see the thread post at the link below:

http://discussions.apple.com/thread.jspa?messageID=10709147&#10709147

Mind you, this is a bit involved, and time consuming. But if you MUST preserve your old backups it works. Let us know how it goes for you. Cheers!

Jan 5, 2010 5:40 AM in response to stevekn

I ran into this problem today. For some reason, the disk image has the Boot OSX volume, and you need to get rid of it if you don't want it mounting when Time Machine runs.

If your disk image has an Apple partition map, which it probably does, you're in luck. First open the disk image so the backup volume mounts. In Terminal, run the command df to see which device the image is assigned to. You'll see a line like:

/dev/disk2s3 99868928 53410840 46458088 54% /Volumes/Backup of kali

This tells you the backup volume is partition 3 on device /dev/disk2. You'll need this device name later.

Now, launch Disk Utility, select the backup volume and unmount it. It's important that you unmount the volume rather than eject it so that the image remains associated with the device.

Next, go back to Terminal and run the command sudo pdisk /dev/disk2, modifying the device designator appropriately. In pdisk, the command "p" will list all of the partitions. In my case, the Boot OSX volume was partition 2, so I used the command "d 2" to delete it. Finally, you need to write the modified partition map back to the disk with the command "w", and then you can use the command "q" to quit pdisk.

Finally, go back to Disk Utility and eject the backup volume. Run Time Machine to verify that the Boot OSX volume no longer appears.

(If your disk image has a GUID partition table, this procedure won't work because pdisk only support the Apple partition map, but there is a command called gpt, which apparently allows you to edit GUID partition table. It's left as an exercise to the reader to figure out the proper commands.)

Jan 11, 2010 1:26 AM in response to Conrad Hirano

Hi Conrad. I don't think that SuperDuper! is the issue. I have never used SD but experienced the problem nonetheless. I use CarbonCopyCloner myself, but have never used it on my Time Capsule. So I believe the partition is created by the Mac OS itself, or is created at the factory, and is intended to remain invisible. Installing and updating to Snow Leopard (10.6) has somehow caused this partition to become visible for some users.

Jan 11, 2010 2:43 AM in response to Glenn Carter

The Boot OSX partition isn't on the Time Capsule drive; it's on the disk image Time Machine backs your data up to.

It turns out that Disk Utility is at the root of the problem. In an exchange with SuperDuper!'s developer, I learned that it uses Disk Utility to erase the volume, so I tried erasing the disk image volume directly in Disk Utility and managed to reproduce the problem. CCC apparently erases the volume the same way when doing a block-level copy, which is the only way you can use CCC to copy a Time Machine backup, so it too suffers from this problem. (I just reproduced the problem with CCC here.)

Typically, when this 128-MB partition is created, it's just free space, which doesn't cause a problem, but sometimes, it gets turned into the Boot OSX partition, which is on blessed volumes. I haven't figured out why this happens only on occasion.

Message was edited by: Conrad Hirano

Jan 14, 2010 11:37 AM in response to Conrad Hirano

This worked for me but only after ejecting the Boot OSX volume after unmounting the backup partition. Otherwise I would get a "map not writable" message. So I unmounted the backup partition, then ejected the OSX partition via the desktop, and then returned to terminal to run pdisk and delete the OSX partition, etc. This may or may not help others out there with a similar situation.

Thanks for the help!

Jan 14, 2010 12:09 PM in response to Conrad Hirano

Conrad, I have never 'touched' my TC with either SuperDuper or CCC. But as you say, it is an issue with Disk Utility. I have only ever used DU on my TC to Verify/Repair the disk images that reside there. Are you saying that these activities create the Boot OS X partition, or 'bless' and existing partition?

That is why my assumption is that this is a normal (invisible) partition that has existed since the purchase of the TC and is only made visible when upgrading to Snow Leopard.

Now another thought I have is, does Time Machine use Disk Utility processes to initially create backup disk images when it is turned ON? If so then I can see these invisible partitions being created at that time.

Jan 14, 2010 1:22 PM in response to Glenn Carter

I haven't found verify/repair to cause the creation of the partition. Erasing the volume with Disk Utility or asr (on the command line) will. It's easy enough to see this behavior: Use Disk Utility to create a sparsebundle with a capacity of 100 GB with a single partition, using APM, not GPT). You can use pdisk to verify that the only partitions are the partition map itself and the volume. Then, back in Disk Utility, select the mounted volume and erase it. (Don't select the image and erase it; that seems to convert it from APM to GPT.) If you look now in pdisk, you'll find there's a new 128-MiB partition in the second slot.

At image creation time, Disk Utility does not include the 128-MiB partition on the image, so when Time Machine first creates the disk image, I wouldn't expect the extra partition to be there.

The creation of the 128-MiB partition isn't that surprising. Apple has designed it so when you partition a large disk, these 128-MiB buffers of free space are created between the volumes. As long as that buffer remains free space, there's no problem, but the buffer sometimes gets turned into the Boot OSX partition and confuses Time Machine. I don't know why that happens.

Jan 18, 2010 11:09 AM in response to Conrad Hirano

I had the following message form SuprDuper:

"Boot OSX is a partition that's created when a volume is used as part of a RAID set, usually. It doesn't have anything to do with SD! or SD!'s copying of the info... you can try to delete it with something like iPartition... "
I deleted the OSX partition with ipartition, and all now seems well with TC and TM (well until the power supply dies again!)

Steve

Boot OSX Volume on time capsule.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.