Shirt Pocket Discussions

Shirt Pocket Discussions (https://www.shirt-pocket.com/forums/index.php)
-   General (https://www.shirt-pocket.com/forums/forumdisplay.php?f=6)
-   -   new MacBook, no FireWire (https://www.shirt-pocket.com/forums/showthread.php?t=4682)

RonaldPR 12-04-2008 04:16 PM

Time and again confusion about the partition schemes.

To be bootable, the disk needs to be partitioned with the right partition scheme for the platform/cpu, even if there is only one single partition.

When you check the drive in Disk Utility, information about the partition map scheme is given at the bottom of the Disk Utility window.

If you choose to partition in Disk Utility, you will get the option (click "Option" button) to choose between three partition schemes:

GUID Partition Table
To use the disk to startup Intel Macs

Apple Partition Map
To use the disk to startup PPC Macs

Master Boot record
To use the disk to startup DOS and Windows computers

ntarantino 12-05-2008 06:11 PM

I need help. I have successfully cloned my HD on the old macbook and have been booting from it for the past two weeks.

today I went and bought the new unibody macbook and I can't get the clone to boot at all. The macbook reboots but will only boot from the hd in the computer not the external.

I was going to be cloning the external to the new macbook but I can't figure out what is going wrong.

Can you let me know what I am doing wrong???

dnanian 12-05-2008 06:23 PM

You can't boot a new Macbook from an older Macbook's image: the OS is not compatible.

mkraft 12-06-2008 01:47 AM

Quote:

Originally Posted by chris_johnsen (Post 22581)
For bootable SD! backups, you should use the proper partition scheme for your hardware (GPT for Intel, APM for PPC). And since SD! only works with HFS+ volumes, that is the format (filesystem) you will need to use. Both the partitioning scheme and the format need to be correct for a bootable backup.

OK, thanks again, I think I'm getting there. However, can you clarify why you refer to GPT (partition scheme for Intel Macs), whereas the following replier (RonaldPR) said to use GUID for the same?

Just to see if I've got it right now:

I have an unused Maxtor USB HD (OneTouch III Mini Edition -- not Firewire but it should still work) that's pre-formatted for a PC (meaning it's FAT32-formatted, I guess?).

So to use it for backups for my Intel MacBook internal HD, I should run Disk Utility and:

(i) reformat the Maxtor drive as an HFS+ drive, and then
(ii) partition it using GPT (or GUID)
.

And then I'm good to go (i.e., I can actually do the backup) - ?

mkraft 12-06-2008 01:52 AM

Quote:

Originally Posted by RonaldPR (Post 22582)

GUID Partition Table
To use the disk to startup Intel Macs

Thanks a lot. What is GUID a/o/t GPT, tho?

chris_johnsen 12-06-2008 04:01 AM

Quote:

Originally Posted by mkraft (Post 22612)
However, can you clarify why you refer to GPT (partition scheme for Intel Macs), whereas the following replier (RonaldPR) said to use GUID for the same?

My first message in this thread includes the text "GPT (GUID Partition Table)". I meant this to imply that GPT was an acronym for GUID Partition Table. When referring to partitioning, GUID and GPT mean the same thing.

Quote:

Originally Posted by mkraft (Post 22612)
Just to see if I've got it right now:

I have an unused -- not Firewire but it should still work) that's pre-formatted for a PC (meaning it's FAT32-formatted, I guess?).

So to use [a Maxtor USB OneTouch III Mini Edition] for backups for my Intel MacBook internal HD, I should run Disk Utility and:

(i) reformat the Maxtor drive as an HFS+ drive, and then
(ii) partition it using GPT (or GUID)
.

Yes, except that formatting before re-partitioning is just extra work. In the 10.4 version of Disk Utility, the operation you need works like this (nothing is changed on the disk until the last step, so feel free to poke around in the UI):
  1. Select the disk in Disk Utility. Disks are not indented, volumes are.
  2. Select the Partition tab. If you do not see "Partitions" but do see "RAID", then you have a volume selected, not the whole disk. Go back to step 1.
  3. Click the Options… button.
  4. Select GUID Partition Table.
  5. Click OK.
  6. Under Volume Scheme, select "1 Partition".
  7. Under Volume Information, give the volume a name, and specify the format as Mac OS Extended (Journaled). (HFS+ is "Mac OS Extended")
  8. Click the Partition button.
  9. After reading and understanding the message that says all the data on the drive will be destroyed, click the Partition button in the sheet that dropped down in front of the main window.

These steps will accomplish both the partitioning (GPT, 1 partition) and the formatting (HFS+). If your backup drive is significantly larger than your system drive, you might want to use more than one partition so you can use the extra space for other data (though you will want to back up this other data to some other device if the data is at all important). If you go with more than one partition, be sure to set the sizes appropriately. Make at least one of the partitions the same size as (or preferably a bit larger than) the volume you will be backing up.

mkraft 12-07-2008 01:40 PM

Quote:

Originally Posted by chris_johnsen (Post 22614)
  1. Select the disk in Disk Utility. Disks are not indented, volumes are.
  2. Select the Partition tab. If you do not see "Partitions" but do see "RAID", then you have a volume selected, not the whole disk. Go back to step 1.
  3. Click the Options… button.
  4. Select GUID Partition Table.
  5. Click OK.
  6. Under Volume Scheme, select "1 Partition".
  7. Under Volume Information, give the volume a name, and specify the format as Mac OS Extended (Journaled). (HFS+ is "Mac OS Extended")
  8. Click the Partition button.
  9. After reading and understanding the message that says all the data on the drive will be destroyed, click the Partition button in the sheet that dropped down in front of the main window.

Great, thanks a lot & sorry I missed that GUID=GPT in your earlier reply.

I have 23-25 GB to back up on a 60 GB HD. If I partition the drive so that only @ 25GB is reserved for the backup, when the contents of the source drive grow so that I need more space to back it up, will it be possible to re-partition the backup drive without losing the existing backup on that drive?

(I know I would have to back up any data in the non-backup partition, since some or all of it would be overwritten by the new backup, but I would like not to lose the existing backup until I'm sure that the new backup has completed without any problems. I also realize I'd have to back up to a different HD once the size of the then-current back up grows to the point that both it and the existing backup will no longer fit on the backup drive.)

Also, do separate backups stored on the same hard drive require separate partitions?

Thanks again.

dnanian 12-07-2008 01:49 PM

Do not make the partition the same size as the data: that's a huge mistake. Make a 60GB partition. Your data WILL grow: it always does.

You'll need separate partitions for each volume you want to back up.

mkraft 12-07-2008 01:55 PM

Quote:

Originally Posted by chris_johnsen (Post 22581)
(each volume can be formatted in a different way)

Do you mean that different formatting can co-exist on the same physical HD (i.e., in different partitions)?

mkraft 12-07-2008 03:13 PM

Quote:

Originally Posted by dnanian (Post 22622)
Do not make the partition the same size as the data: that's a huge mistake. Make a 60GB partition. Your data WILL grow: it always does.

OK thanks. I don't know whether it was clear that I was responding to the following in Chris Johnsen's post:

Quote:

If your backup drive is significantly larger than your system drive, you might want to use more than one partition so you can use the extra space for other data (though you will want to back up this other data to some other device if the data is at all important). If you go with more than one partition, be sure to set the sizes appropriately. Make at least one of the partitions the same size as (or preferably a bit larger than) the volume you will be backing up.

Kupe 01-24-2009 11:29 AM

Great discussion guys- I'm learning lots of cool stuff.

Mostly as a matter of curiosity, does SD care whether a given drive is connected via Firewire or USB? For example, my external Maxtor drive has always been connected to my Intel iMac via Firewire. But the Maxtor does have a USB 2.0 port that I'd always simply ignored. If I were to disconnect it from my iMac's firewire port and connect it to a USB port, would SD see the drive same as normal for the purpose of future backups despite the fact that all previous backups had been over firewire?

And for that matter, if I cloned the drive over Firewire but later tried to boot over USB, would that work? (assuming of course GPT partition, which it is.)

I guess my thinking here is that we are probably seeing the end-of-the line for Firewire, at least in future consumer Macs, so I'm trying to get myself (reluctantly) more knowledgable on USB.

Thanks!

Kupe

dnanian 01-24-2009 08:13 PM

It shouldn't matter at all.

Kupe 01-25-2009 10:18 AM

Quote:

Originally Posted by dnanian (Post 23267)
It shouldn't matter at all.

Thanks Dave. Yesterday for the first time I connected my Maxtor backup drive to my Intel iMac over USB rather than Firewire. The good news is my Mac booted off the Maxtor over USB with no problems.

The bad news is how slow USB 2.0 is compared to Firewire 400- at least real-world. I transferred the same large file from my Maxtor to my iMac- once while connected by USB and then switched back to Firewire and tried again. I timed them both to the second, and USB 2.0 was almost exactly one-half the speed of Firewire.

I simply can't believe Apple is abandoning Firewire (ala MacBooks) in favor of a technology that isn't even nearly as good. Sigh...

Kupe

dnanian 01-25-2009 11:19 AM

Yes, that's one of the big problems with USB, and one of the reasons that I don't recommend it. But, it works... and assuming Apple's abandoning it is probably not reasonable. Then again, the market -- which isn't always smart -- has spoken on this particular issue, and what it said was "we only care about how cheap things are".

iyacyas 01-27-2009 12:45 PM

Multiple backups on one physical drive
 
Quote:

Originally Posted by dnanian (Post 22622)
Do not make the partition the same size as the data: that's a huge mistake. Make a 60GB partition. Your data WILL grow: it always does.

You'll need separate partitions for each volume you want to back up.

That's what I was wondering. Can I use one physical drive with multiple partitions, each formatted appropriately, to perform full bootable backups for more than one computer. To clarify for all... Lets say I purchase a 1TB OWC firewire drive, then partition it with 2 or 3 HFC partitions each partition would be formatted to correspond with the type MAC it will be used for (ie. PPC or intel). Then I could perform full backups of 2 or more computers on that one drive, and still be able to boot any of those computers from the appropriate partition, should one have catastrophic hdd problems?


All times are GMT -4. The time now is 07:59 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.