OS X Mavericks :: Create A Bootable Clone Using Disk Utility

Aug 22, 2014

Tried to create a bootable clone using Disk Utility & got this:“Restore Failure, Recovery partition restores can only be done on GPT partition maps.”I may need to purchase Carbon Copy Cloner ($40) or Super Duper ($28).I had been using my free CCC v. 3.4.7 to make clones of OS X 10.6.8 but now I upgraded to OS X 10.9.4 & got message that CCC not compatible with Mavericks unless I buy the CCC v. 3.5.6.I read several places that DU can do back up clones same as CCC or SD!I launched DU from recovery system, selected Mac HD as source & my XHD as destination. Both are formatted Max OS Extended (Journaled)So, what am I doing wrong?Also, what advantages, if any, are there in using CCC or SD instead of the free DU?

Info:
iMac, OS X Mavericks (10.9.4), 4 GB RAM, Win XP Pro-Boot Camp

View 14 Replies


ADVERTISEMENT

OS X Mavericks :: Cannot Partition Or Create Volume In Disk Utility

Jun 23, 2014

I have a 3 TB disk that I used for video files that I now want to use for backup. So I wanted to erase and partition the drive to wipe it clean. So after going into Disk Utility and "trying" to erase and partition the drive, it now only shows the drive and no volumes.I cannot create or partition volumes. I tried verifying and repairing the disc but that didn't do anything. The only buttons available are Verify, Info and Burn. What do I do to use the drive again?

View 2 Replies View Related

OS X :: Is Disk Utility Sufficient For Creating A Bootable Disk?

May 14, 2009

I want to upgrade my iMac G5 from its original 250GB disk to a 1TB WD Caviar Green.

View 2 Replies View Related

OS X :: Bootable Disk Utility DVD

Feb 19, 2009

Been searching for the answer to this question, so far to no avail. How can I create a bootable disk with Disk Utility on it? I need to run Disk Utility to repair my main startup disk on my G5 tower, which is running tiger 10.4.11. I do not have access to the original system installation disks for this computer. I also have an early Intel Dual Core tower running Tiger 10.4.11. That machine has Toast Titanium version 8.0.1. Also no access to the system installation disks.

View 3 Replies View Related

OS X :: Bootable TM And Disk Utility

Apr 7, 2010

When I first got Leopard I restored an image onto my new hdd before I used it as a time machine drive. Does anyone know what will happen if I restore an image of snow leopard onto it and uncheck the erase drive option? Will I just have a bootable time machine drive w/ SL or will I mess up my TM backups?

View 3 Replies View Related

MacBook Pro :: Can I Use Disk Utility To Clone Old Hard Drive To New MP?

Apr 18, 2010

Can I make a disk image of my current MB Pro (early 2008) and copy it to my new i7 MB Pro to retain all my docs and programs?

View 13 Replies View Related

MacBook Pro :: Can Use Disk Utility Recovery To Clone Original Hdd To A New One

Apr 16, 2012

My original hdd refuses to boot up, and using disk utility via recovery mode to try and fix it just gives me an error "disk utility stopped repairing the drive, salvage data and format etc." giving an error about invalid node structure or something. Tried using target disk mode with a friend's mac when I was at work but the drive didn't even want to mount. Assuming it's about to die, I have just bought a new hdd (XT Hybrid) and since my mac is pre-Lion era (2010 model) I don't have a built in recovery mode, but strangely enough hooking up my old hdd with a dock and option-booting to it I can still access the recovery HD partition on it. 

So I was thinking if i can essentially "clone" my original hdd to the new one using the restore tab on disk utility, and try using disk repair on it to get it working? or is there another app I can use that will do this (being mindful that I don't have access to another mac or the OS on the HDD to run it, so it'll have to be "live", and preferably free) Or should I just cut my losses and just put a fresh install on it... Yes I do have a time machine backup, but there's two reasons I want to see if this works - one is that although time machine is quite up to date (within a week I'm guessing, can't remember), it's obviously won't have the new content created during the day(s) before I was able to plug in my external hdd, and secondly since I don't have access to another mac to create a lion install usb drive, I'll have to use the internet recovery, and knowing my internet connection, 4gb download would take probably overnight and nearly a whole day to finish (assuming it doesn't drop out). 

Info:
MacBook Pro, Mac OS X (10.7.3)

View 7 Replies View Related

OS X :: Create Bootable Copy Of SN Install Disk

Sep 6, 2009

I just purchased the SN 10.6 family pack and would like to make a backup of the Install DVD. I have several MACs in the family and want to make sure I have an extra disk in case something happens to the original. I have Toast Titanium and I believe I can make a copy of the disk. Will this be an exact copy and will it be bootable from the DVD drive on my iMac? Are there any special settings in Toast that I have to use.? I only recently purchased Toast and am not too familiar with it at this point.

View 5 Replies View Related

Intel Mac :: Clone Files From A SD Card Or A Thumb Drive Using Disk Utility?

Apr 17, 2012

I want to Clone videos from my SD Card quickly without having to download the entire card while filming..

Info:
iMac, Mac OS X (10.7.3)

View 1 Replies View Related

OS X :: Cannot Burn A Bootable Image File Using OS X 10.3.9's Disk Utility Software?

Feb 21, 2009

I'm currently trying to burn a bootable image file using OS X 10.3.9's Disk Utility software. I have an external DVD Burner connected to a G4 Cube via Firewire. The issue is that when I select "burn" from the menu and point to the respective .dmg file, Disk Utility does not recognise the attached DVD burner. The burner is however recognised in Toast (which I also have installed).What might the issue be? I have searched high and low on the net in an attempt to diagnose the issue to no avail. Is there an alternative solution to burning bootable disks in 10.3.9?

View 1 Replies View Related

MacBook Pro :: Create A Bootable Disk Image Of Hard Drive?

May 17, 2012

Is it possible to create a bootable disk image of my hard drive onto an extrenal firewire hard drive?

View 1 Replies View Related

OS X V10.7 Lion :: Create A Virtualbox Bootable Image File From A Bootable Usb Flash Drive

Jun 1, 2012

I created a bootable usb drive on a windows pc using windows 7 to install windows 8 preview and want to make a copy to install in virtualbox on my imac and burn to a dvd that will work on pc. 

I've tried using disk utility to create an image and get a file ESD-USB.dmg, but virtualbox won't boot a dmg file. 

I tried converting it in the terminal with: 

hdiutil convert -format UDRO -o windows8.iso ESD-USB.dmg 

but the resulting file was windows8.iso.dmg. I changed the name to windows8.iso, but even so, virtualbox complains it's unbootable. 

I tried the terminal command: 

dd if=/dev/disk4 of=windows8.iso 

but virtualbox complained that it's not bootable. 

I tried the terminal command: 

cat /dev/disk4 > windows8.iso 

but virtualbox complained that it's not bootable. 

Info:
iMac, Mac OS X (10.7.4)

View 2 Replies View Related

Mac :: Can Used Disk Utility To Create The Stripe Partition

Sep 5, 2009

I have installed 2x Intel X-25M Gen2 (SSDSA2MH160G2C1) 160GB SSDs in RAID 0 (striped) in my 17" uMBP. Second SSD was installed using a MCE Optibay in place of CD-ROM. I used the OSX Disk Utility to create the stripe partion with no problems. I currently have 10.5.8 loaded and will be loading 10.6.0 tonight and doing some simple GeekBench benchmarks.

View 24 Replies View Related

OS X :: Unable To Create The Necessary Partition In Disk Utility

Nov 19, 2009

I have a Mac Mini and on the internal drive I have Snow Leopard installed on the first partition and I'd like to install Snow Leopard Server on the same drive on another partition (I'm new to Mac, this is my only machine and my only drive, and this is only for testing purposes, so don't bother with stupid questions about why etc).

The problem I have is that I can't seem to create the necessary partition in Disk Utility. I have shrinken the Snow Leopard partition to get some free space and I've created a second partition for Server but for some reason I can't choose the options button to select GUID. The button is grayed out, see attached image.

What am I doing wrong? Or is it not possible to have two OS partitions on the same internal drive?

View 3 Replies View Related

Intel Mac :: Disk Utility Can't Repair HD - Possible To Create New Image To Backup?

Jun 7, 2012

Two days ago my computer died and I haven't been able to get past the Apple screen since. I've tried starting in Safe mode, etc. that did not work. I just started up using my installation disk and got into Disk Utility. It says it cannot repair the disk and that I should back up as many files as possible and reformat the disk. How am I supposed to back up if I can't start up? I am currently creating a new image of the HD to an external drive but my question is if Disk Utility couldn't repair the disk, with the external drive copy also be problematic? How can I tell before I reformat the whole thing and start over?

Info:
iMac (24-inch Mid 2007), Mac OS X (10.7.4)

View 1 Replies View Related

OS X Mavericks :: No Bootable Device - Insert Boot Disk And Press Any Key

Aug 27, 2014

I have a mac mini. I used boot camp Assistant to install windows 7, and to make the partition screen stayed black and I get the following poster:  "no bootable device- insert boot disk and press any key".

Info:
Windows 7, ipod 5º generation

View 1 Replies View Related

OS X :: Create Another Partition External Drive Using Disk Utility - HPFS + Error

Apr 28, 2010

I have a Lacie 1TB external drive. I'm trying to create another partition on it using Disk Utility so that I can use one of the partitions for Time Machine. When I go to add another partition, or even just resize the existing one, I get an error saying drive must be HPFS+ with Journaling enabled. It is. I've seen reference to this error in searches, but have not found a solution. Is there a fix for this, or another tool that I can use to re-partition my drive without wiping out existing partition? I have about 450GB worth of data on the drive that I might be able to store somewhere else temporarily, I would just prefer not to have to go through that....

View 1 Replies View Related

OS X Mavericks :: MacBook Pro Only Turns On In Recovery - Disk Utility Can't Repair Disk

Sep 12, 2014

Macbook Pro running on OSX Mavericks is having problems. 

Today I turned my Mac on, and it started up with a loading wheel and a loading bar. When the loading bar finished, the Mac turned itself off. I tried many times, same happened every time. I then went into OSX Recovery, started repairing Macintosh HD, but the error message saying "Disk Utility can't repair Macintosh HD" came up and now I don't now what to do. 

Is there any way I can back up my files in this situation? Is there any way I can repair the disk without having to erase all data and reinstalling OSX? Or do I really need to bring it to a Apple Store for repair? 

Info:
MacBook Pro, OS X Mavericks (10.9.4)

View 1 Replies View Related

OS X :: Can Make A Bootable Clone Of An Internal Harddrive

May 5, 2010

I have a mirrored drive door G4 [dual 1.25 GHz] with 10.2.8. I would like to make a bootable clone of this drive on an external hard drive, to use in case this computer fails somehow.I know there is software available to do that. Are there any particular mistakes a person could make in doing this that someone here can identify and explain how to avoid?

View 3 Replies View Related

PowerPC :: Post Clone Fails To Become Bootable

Dec 6, 2010

I own a PowerMac G4, 1.25GHz. It came with no OS (donated by my local college to my high school and eventually given to me for my services in fixing this and the other 6 PowerMacs, and the 7 iMac G5s), so my IT teacher and I copied OS X 10.4.11 from one like it. That is currently my primary OS. We read online while thinking about upgrading his and mine Apple PCs to 10.5 Leopard, about the system requirements. They all line up [URL]:

- A Mac computer with an Intel, PowerPC G5, or Power PC G4 (867 MHz or faster) processor
- 512 MB memory or more
- A DVD drive for installation
- 9 GB of available disk space or more

With a 1.25GHz PPC, 2Gb of RAM, and an 80Gb Seagate IDE HDD, I'm all set up, right? On Friday, before the end of the day, I copied OS X 10.5.7 Leopard from an iMac G5 w/ G5 iSight (late 2006 model). We plugged it into his iMac G5, runs like a charm. Plug it into the "test" G4 (exactly like mine, but only one Seagate 80Gb IDE HDD), and it took a while, but it booted. So today, I copied it to my blank Seagate 80Gb, assuming that it would boot like the LaCie External HDD did (yes, that worked too).

It finishes copying, I reboot, hold option, punch in the lock code, and Low AND Behold... No Seagate. Mac OS X 10.4.11. But no Mac OS X 10.5.7. Okay. So I boot back to Tiger and recopy. Try to open a couple programs, they work (Office 2008 Word, Dreamweaver CS3, and iTunes 9.2). No problem. Open System Preferences, choose Leopard as the initial boot device, reboot. Mac starts up, and I get the screen with the little folder that alternates between the question mark and the Finder icon.

View 2 Replies View Related

OS X :: Make A Bootable Clone Of The Whole System Discs?

May 19, 2010

I have an old G4 system with Pro Tools recording software and related Plug-Ins installed and running flawlessly. Bad news is that the drive is about 9 yrs old and I want to make a backup before selling it to someone so they can have a bootable backup drive instead of having to re-install the whole system if the internal drive craps out.

The OS is 9.2.2. It is not classic and has no version of OS X on it t all.

How do I make a bootable clone of the whole system discs, apps an all, to an external firewire drive?

View 2 Replies View Related

OS X Mavericks :: Utility Disk - Check Disk Not Working?

Jun 29, 2014

I have a MacBook Pro running Mavericks. 

Recently I noticed that if I run Check Disk in Disk Utility, all the process works correctly but at the end it doesn't tell me that everything is correct (in green).

On the contrary, if I run it in recovery mode, (reboot w cmd-r), it works correctly to the end with the correct green result at the end. 

View 1 Replies View Related

Hardware :: Making Bootable Clone Of Internal Drive?

Oct 16, 2009

I have been a user of SuperDuper! for some time and understand the process of making a bootable clone of my startup drive. The other day, my bootable backup drive crashed. It was an Iomega that had been partitioned and worked fine as a bootable backup until the drive itself failed. The Iomega was a Firewire 400 drive.

When I bought a replacement, I bought a Western Digital FW 800/400, USB 2, eSata connection system. 1 TB. I partitioned it and created a bootable clone with the latest version of SuperDuper! The operation went smoothly until I tried to actually boot from the newly created clone. I could select the clone from the Startup Disk panel, but my Mac refuses to boot from it. It looks, then says, "Hmmm! I think I'll start up from the internal drive." I have another WD FW 400, USB 2.0 drive and it is bootable as well as a LaCie FW 400 that I can make bootable. Only this one drive that has no specific FW 400 port will not boot. I tried it as FW 800, no dice. I connected with the adapter cable to the FW 400 port, no joy.

I can return this WD drive for exchange. My question is should I expect the same results if I exchange it for another drive of the same type? Or is there a chance that a new drive of the same type will work?

PowerMac, dual G5 2 Ghz, OS X 10.4.11. It has a FW 800 port as well as FW 400.

View 13 Replies View Related

OS X :: Option To Clone Install Disk, Don't Need To Clone?

Aug 30, 2010

I have a Macbook running on snow leopard and I wanna upgrade my internal hard drive as it is currently too small. I downloaded Carbon Copy Cloner and cloned my entire hard drive to an EXTERNAL HARD DRIVE. Now, I have that new internal hard drive from wester digital. What do I do with it? replace the current internal hard drive with the new harddrive and then how do I get the data from the external hard drive with my cloned data to the fresh western digital? Do I boot first from external hard drive etc? I am not sure what to do now?when I was given the option which hard drive to clone (or which part of the hard drive to clone) there was also the option to clone "Install Disk". I don't need to clone that, right?

View 3 Replies View Related

Applications :: Bootable Clone On External Drive Won't Recognize Password

Oct 18, 2010

I used Super Duper to create a bootable clone on an external firewire drive.
When I restart my MBP holding down the option key I can choose the external drive. OSX (104.11) starts to load and then encounters a name and password popup. Entering the administrator name and password of the original drive fails. Only one account on the machine - still using the admin password originally chosen.

View 5 Replies View Related

OS X :: Backup Strategy - Make Bootable Clone Of Internal Drive?

Oct 8, 2009

I am planning to buy a 500GB laptop harddrive, put it in an enclosure, and use CarbonCopyCloner to make a bootable clone of my Mac's internal 500GB Drive. This way, if there is a problem with my internal drive, I can just swap in the cloned drive and boot from that, never missing a step. However, I am wondering if this is a good strategy. What if something else fails on my mac like the motherboard - would I be able to boot my cloned drive on another mac?

View 3 Replies View Related

OS X Mavericks :: Disk Utility - How To Delete Second Partition

Aug 22, 2014

This is what get when I go into Disk Utility and I want to delete the partition Macintosh 2. I see these 3 things. The "Logical Volume Group" and the 2 partitions. Where is my main hard drive? How do I get rid of the Macintosh 2.

Info:
MacBook Pro with Retina display, OS X Mavericks (10.9.4)

View 13 Replies View Related

OS X Mavericks :: Quit Disk Utility While Partitioning?

Jun 5, 2014

I was in the recovery hd, and i was partitioning my main drive into to partitions. while it was pertitioning, i accidently quit the disk utility. i saw that now the hd was in one partition and was nearly full (it was half filled before). i did a disk repair and it came back to half filled. now that i retry to partition it it gives me error  

" Partition failed with the error:  Couldn’t modify partition map because file system verification failed." 

Is there anything I can do except from reinstalling everything?

Info:
MacBook Pro, OS X Mavericks (10.9.1)

View 2 Replies View Related

OS X Mavericks :: How To Merge Two Partitions Using Disk Utility

Jun 24, 2014

I want to merge two OS X partition into one. In both of them it's installed OS X Mavericks but I don't need anymore the first partition.

Here's a screenshot of the partition table

I need to merge the 123.3 GB partition with the 34.9GB. Using Disk utility, if I erase the partition number 2, then can i merge the empty space (formatted with Mac OS X journaled) into the partition number 1, without loosing any file?

View 14 Replies View Related

Windows On Mac :: Use Disk Utility To Create OSX Partition / Working After Manual Partition

Jan 12, 2010

First some background info. I recently purchased a 1TB hard drive for my 13" MBP, and I am about to do a clean install of OSX 10.6 and Win7 64bit on separate partitions.

And I want to setup the partitions before I install using Disk Utility. The reason for this is because I'm under the assumption that when creating a NTFS partition its better for the disk to be blank so it can put the MFT(Master file table) and MFT Mirror wherever it wants instead of some random spot on the disk (that way disk writes will be faster). The MFT thing was true when converting a FAT32 disk to NTFS. Nativity formatted NTFS disks were always faster then ones converted from FAT32, because the MFT was spread out instead of at the start of the disk.

I'm worried that installing OSX and then using the bootcamp utility will cause the MFT on my NTFS partition to end up in a un-optimal place and disk Reads/Writes will be slower.

Ok, so here's my questions.

1.) Should I be using a GUID Partition Table or Master Boot Record(Remember OSX 10.6 and Win7)?

2.) Should I use Disk Utility to Create a the OSX partition and then leave the second partition as Free Space? / Or should I use a third party utility and make the OSX partition and the NTFS partition at the same time?

3.) If I do create the partitions Manualy, will bootcamp still work correctly?

4.) Should I Use Journaled or Case-Sensitive Journaled on my OSX partition?

I know all of the questions were stupid, but there isn't any info on the web about it.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved