What's the best way to clone my boot drive?

I just bought a new 500GB drive for my G4. What's the best way to clone my boot drive?
Is there a way to put the new drive on the buss as a second drive and then copy everything from my boot drive to the new drive? How do I make the new drive bootable?
Or
Do I have to install OSX on the new drive, put the old boot drive on the buss as a second drive and migrate everything to the new drive with the Utilities Migration Assitant program?
Are there programs available to make this easier? Where & how much?
Thanks for any help I can get.

bamim2:
Dr. Smoke's FAQ Backup and Recovery has excellent advice on developing a backup strategy.
You already have a larger extrnal HDD (Hopefully it is firewire?) The next step is to format and partition the HDD. (see step-by-step below). And thirdly you will need a good cloning utility. Carbon Copy Cloner has already been suggested, and the latest version is excellent. I, personally, prefer SuperDuper for its ease of use and efficiency. Both are great tools and relatively simple to use.
I mentioned the hope that you have a firewire. One of the wonderful benefits of using an external firewire HDD for backing up is that you can make a bootable clone. This gives you an emergency boot drive in case of a problem. It also gives you an external device for running diagnostics and repairs from the extnernal to the computer and vice-versa.
Congratulations on taking the first step toward securing your computer and your data!
Formatting, Partitioning Zeroing a Hard Disk Drive
Warning! This procedure will destroy all data on your Hard Disk Drive. Be sure you have an up-to-date, tested backup of at least your Users folder and any third party applications you do not want to re-install before attempting this procedure.
Boot from the install CD holding down the "C" key.
Select language
Go to the Utilities menu (Tiger) Installer menu (Panther & earlier) and launch Disk Utility.
Option for formatting an External HDD
Connect external HDD to computer
Turn on external HDD
Start up computer and log in
Go to Applications > Utilities > Disk Utility and launch DU.
Select your HDD (manufacturer ID) in left side bar.
Select Partition tab in main panel. (You are about to create a single partition volume.)
Select number of partition in pull-down menu above Volume diagram.
(Note 1: One partition is normally preferable for an internal HDD. External HDDs usually have more than one. See Dr. Smoke’s FAQ Backup and Recovery for tips on partitioning external HDD
Note 2: For more partitions than one, after you have selected the number of partitions you can adjust the size of the partition by selecting the top partition and typing in the size; then move down if more adjustments need to be made..)
Type in name in Name field (usually Macintosh HD)
Select Volume Format as Mac OS Extended (Journaled)
Click Partition button at bottom of panel.
Select Erase tab
Select the sub-volume (indented) under Manufacturer ID (usually Macintosh HD).
Check to be sure your Volume Name and Volume Format are correct.
Optional: Select on Security Options button (Tiger) Options button (Panther & earlier).
Select Zero all data. (This process will map out bad blocks on your HDD. However, it could take several hours. If you want a quicker method, don't go to Security Options and just click the Erase button.)
Click OK.
Click Erase button
Quit Disk Utility.
Good luck.
cornelius

Similar Messages

  • 845E - What is the best way to clone a Hard Drive.

    I have a very noisy WD drive (drive A).  I purchased another drive - the exact same model and size (drive B).  
    What is the best was to move the entire contents from drive A to drive B, make drive B bootable and then to send the drive A back to the manufacturer?

    Partition Magic from Power Quest.
    Very powerful, does the job every time.

  • What is the best way to clone a form field in BC

    Hi,
    What is the best way to clone a form field in BC.  I tried using jquery .clone.  It works fine on other forms for me but not on the BC forms, why? is it just me?  Any help would be great. Thanks

    I mean, duplicate a field with the click of a button.
    I think this should work, but it's not and  I am linked to the jquery library in the head of my page.
    <script type="text/javascript">
    $(document).ready(
      function() {
        $('input#tmpAddRow').click(
          function($e) {
            $e.preventDefault();
            $('tr#tmp').clone(true).removeAttr('id').appendTo('tbody');
        $('tr input[type=text]').focus(
          function() {
            $(this).addClass('myFocused');  
        ).blur(
          function() {
            $(this).removeClass('myFocused');
        </script>
    <img alt="" style="border: 0px solid; width: 200px; height: 134px; float: left;" src="/images/pv logo 3d.png" />
    <h3 style="text-align: center; color: #0000ff; text-shadow: #999999 0px 1px 5px;">Member Directory Listing</h3>
    <p style="text-align: center;">If you would like to be listed in the Pine Valley Middle School Directory, please fill out this form.  Only fill out the areas you would like to show up in our Directory.</p>
    <div style="margin-left: 130px;" class="form_bg">
    <form action="/CustomContentProcess.aspx?CCID=5656&amp;OID={module_oid}&amp;OTYPE={module_otype }" method="post" enctype="multipart/form-data" onsubmit="return checkWholeForm45842(this)" name="catcustomcontentform45842">
        <table cellspacing="0" cellpadding="2" border="0" class="webform">
            <tbody>
                <tr>
                    <td id="tmp"><label for="ItemName">First Name</label><br />
                    <input type="text" value="{module_firstname}" maxlength="255" id="ItemName" name="ItemName" class="cat_textbox_small" /><br />
                    <input type="button" id="tmpAddRow" value="Add a Row" />
                    </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131512">Last Name</label><br />
                    <input type="text" value="{module_lastname}" class="cat_textbox" id="CAT_Custom_131512" name="CAT_Custom_131512" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131509">Number</label><br />
                    <input type="text" value="{module_homephone}" class="cat_textbox" id="CAT_Custom_131509" name="CAT_Custom_131509" maxlength="1024" />
                    </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131510">Email</label><br />
                    <input type="text" value="{module_emailaddress}" class="cat_textbox" id="CAT_Custom_131510" name="CAT_Custom_131510" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><label for="ItemAddress">Address</label><br />
                    <input type="text" value="{module_homeaddress}" maxlength="500" class="cat_textbox" id="ItemAddress" name="ItemAddress" />
                    </td>
                </tr>
                <tr>
                    <td><label for="ItemCity">City</label><br />
                    <input type="text" value="{module_homecity}" maxlength="255" class="cat_textbox" id="ItemCity" name="ItemCity" /></td>
                </tr>
                <tr>
                    <td><label for="ItemState">State</label><br />
                    <input type="text" value="{module_homestate}" maxlength="255" class="cat_textbox" id="ItemState" name="ItemState" />
                    </td>
                </tr>
                <tr>
                    <td><label for="ItemZip">Zipcode/Postcode</label><br />
                    <input type="text" value="{module_homezip}" maxlength="255" class="cat_textbox" id="ItemZip" name="ItemZip" /></td>
                </tr>
                <tr>
                    <td class="hidden"><label for="FirstName">First Name</label><br />
                    <input type="text" value="{module_firstname}" class="cat_textbox" id="FirstName" name="CAT_Custom_131511" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><input type="submit" id="catcustomcontentbutton" value="Submit" class="cat_button" /></td>
                </tr>
            </tbody>
        </table>
        <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript" src="/CatalystScripts/Java_DatePicker.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    var submitcount45842 = 0;function checkWholeForm45842(theForm){var why = "";if (theForm.ItemName) why += isEmpty(theForm.ItemName.value, "Item Name");if (theForm.Days) why += isNumericIfVisible(theForm.Days, "days"); if (why != ""){alert(why);return false;}if(submitcount45842 == 0){submitcount45842++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
        <script type="text/javascript">
        jQuery("#ItemName").blur(function(){
            jQuery("#FirstName").val(jQuery("#ItemName").val());
    </script>
    </form>
    </div>

  • Hi, we need to create the test environment from our production for oracle AP Imaging. we have soa,ipm,ucm and capture managed servers in our weblogic. can anyone tell me what is the best way to clone the environment, can I just tar the weblogic file syste

    Hi, we need to create the test environment from our production for oracle AP Imaging. we have soa,ipm,ucm and capture managed servers in our weblogic..
    Can anyone tell me what is the best way to cloning the application from different environment, the test and production are in different physical server.
    Can I just tar the weblogic file system and untar it to the new server and make the necessary changes?
    Can anyone share their experiences and how to with me?
    Thank in advance.
    Katherine

    Hi Katherine,
    yes and no . You need as well weblogic + soa files as the database schemas (soa_infra, mds...).
    Please refer to the AMIS Blog: https://technology.amis.nl/2011/08/11/clone-your-oracle-fmw-soa-suite-11g/
    HTH
    Borys

  • What is the best way to clone my iPad 2?

    We are currently rolling out 30 new iPad2s in our classrooms.  What is the best way to customize/confgure/clone 1 iPad and roll out those settings to the remaining iPads?
    I've tried using the backup and restore in iTunes however, I'm running in to the following issues:
    Backup has iOS 4.3.5, but when I restore from backup, it has iOS 4.3.3
    Backup has Facetime turned OFF, but when I restore from backup, it has Facetime turned ON.

    Thanks for the replies.
    I actually called apple support and the only response was to turn off the camera AND FaceTime in restrictions.  Meantime I've used a combination of the BACKUP and RESTORE FROM BACK UP and iPHONE CONFIGURATION UTILITY (enterprise support). Unfortunately there is no one simple solution.
    Example:
    iTunes backup and restore won't disable FaceTime, but using configuration profiles will.
    iTunes backup and restore let's you set a passcode for restrictions while allowing individuals to still change restrictions, but using configuration profiles will disable your selected restrictions.
    In both programs (iTunes and the invigoration utility) you have to update/install one at a time. There isn't a way to update a group of iPads at one time.
    Especially for use with apps in education/classroom settings, I hope apple figures out a better enterprise solution.

  • What is the best way to wipe my hard drive for a clean install?

    I've been having a lot of insane issues with my iMac like my Dock icons not staying, email messages showing in Mail but when I click on them I can't see any text, Spotlight finding emails and files that don't show on my hard drive, etc.
    I've decided that I just want to wipe the whole thing clean and start from scratch. What is the best way that I can do this to make sure that absolutely no data is left on the drive and I am totally starting from scratch?

    Hi David Hamilton1;
    I guess that all depends on how critical your data is in relation to how much time you want to spend doing the erasure. Those higher level erasure options can take a significant amount of time to complete. Personally I don't have anything on my Mac that I think is worth more time then a simple erasure even if that does leave it some what recoverable. To me it seems some people are going overboard on this issue.
    Allan

  • What's the best way to  erase a hard drive?

    I just switched all my "stuff" to my new Macbook and I want to erase everything off my old G4. Never done it before. Nervous. What's the best way?

    Boot to an Install CD.
    Run Disk Utility (X) or Drive Setup (9).
    Initialize the hard drive with the Write Zeroes or Zero all data option.
    It takes a long time, do not plan on doing anything for a few hours.
    -- your disk is now completely blank --
    Install any version of Mac OS, such as the one on the Installer CD. This allows the new recipient to see that your Mac still works, so it should not be immediately crushed.
    Unless you have nuclear secrets on it, there is no need for 7x or 35x overwriting. After the Write Zeroes pass, your data is only recoverable to those who wish to disassemble it in a clean room with expensive special equipment.
    For the extremely paranoid, there is always the "Hammer method":
    Remove the hard drive.
    Beat it to death with a hammer.
    Remove the platters and use them to make a wind chime.
    (Once opened, a Hard drive has a short time before the heads will crash and ruin some of the data, and possibly the heads themselves.)
    Deleting all the files, which takes only a minute or two, only clears the Directory. It does not write over the data blocks. Simple programs like Norton Utilities can get the files back.

  • What's the best way to clone to another Mac with the same system id so I do not have to re-authorize plugins/programs?

    I was told in a different thread that cloning is my answer for my problem.  Once learning that, I checked around and saw people suggesting Super Duper over the Disk Utility option, saying that I will not have to re-authorize my programs.  That it's the easiest way to clone one computer to the next without the hassle of having to reauthorizing all my programs and plugins.  Is this true?

    Clones are clones. SuperDuper does nothing special that Disk Utility does not do.
    Clone using Restore Option of Disk Utility
    Open Disk Utility from the Utilities folder.
    Select the destination volume from the left side list.
    Click on the Restore tab in the DU main window.
    Check the box labeled Erase destination.
    Select the destination volume from the left side list and drag it to the Destination entry field.
    Select the source volume from the left side list and drag it to the Source entry field.
    Double-check you got it right, then click on the Restore button.
    Destination means the new computer. Source means the old computer.
    You can connect the two via Firewire cable if both computers have Firewire ports. If not, then you will need to use an external hard drive as an intermediary. Clone the old computer's drive to the external drive. Then restore the clone from the external drive to the drive in the new computer.
    Restoring the clone simply involves switching the Source and Destination.

  • What is the best way to cleanup my hard drive?

    I have a 2013 Pro with the 256gig SSD. I have installed and uninstalled and moved files everywhere since I got the notebook. I am now starting to focus on my music production and was cleaning up my files and organizing folders for everything. However, I noticed there are just tons of random files everywhere in the "All Files" section in finder. They range from .txt files to other things with random names. Im not too keen on re-storing the entire computer to factory state, so I was wondering what the best way is to just cleanup and organize the entire hard drive if that is at all possible?

    Freeing Up Space on The Hard Drive
      1. See Lion/Mountain Lion/Mavericks' Storage Display.
      2. You can remove data from your Home folder except for the /Home/Library/ folder.
      3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
      4. Also see Freeing space on your Mac OS X startup disk.
      5. See Where did my Disk Space go?.
      6. See The Storage Display.
    You must Empty the Trash in order to recover the space they occupied on the hard drive.
    You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.
    Try using OmniDiskSweeper 1.8 or GrandPerspective to search your drive for large files and where they are located.

  • What's the best setup for a dedicated boot drive (Lion) with a separate storage drive?

    I have a 120GB SSD and 4 x 3TB drives striped together for storage on my hot off the shelf Mac Pro. This may be an elementary question and I'm sure it's like every other post in these forums but what really is the best way to maintain a dedicated OSX Lion boot drive while keeping user profile type stuff on the storage drive? A few thoughts...
    1) I know the risks with striping, which is why it will all be backed up online. Yes. Online.
    2) I am specifically curious about how to keep pretty much all of the User folder type stuff on the storage drive...at least the big stuff.
    Any recommendations? I know Win7 had some big problems with doing this kind of thing. My main goal is to be able to reinstall OS X every day if I wanted and not affect the users or their respective data. Possible? 

    The desktop is implemented by a folder by the same name in the Home folder for each user.
    Before you move it, it will be here:
    /Users/<your_shortname>/Desktop
    I would first try providing an alias in Finder to replace that Folder.
    If that does not work, you may need to use Terminal to create a Symbolic Link.
    ln -s  <desired location> <where the link should be created>
    You can open up terminal and type in man ln to see the other options and how the command works.

  • What is the best way to manage my hard drive?

    Background - I have a 13" MacBook Pro with 250GB hard drive and recently I have had to delete or migrate files to external HDs to gain space. I spent last night doing just that. I also have two EHDs - a 2TB My Passport and a 3TB Seagate GoFlex Home WiFi capable. I do my backups to the SeaGate using Time Machine. My issue is that I currently only have about 38 GB available on the hard drive after making the moves last night.
    I'll call this what it is - an ugly baby. In order to make room, I moved files to one or both EHDs so now I have multiple copies of my stuff but no organization. So a couple of questions...
    1. How can I effectively and efficiently get my internal hard drive down to only about 100GB be used? What I would like to do is reduce the files and folders on my mac to the pictures and basic document files in my documents folder. I think I can do this by moving all music to an EHD which would free up more than 100GB on my macbook. I just am not sure how to do this and not affect my iPhone's iTunes etc.
    2. I want to back up my info to a cloud, specifically pictures and important docs... I would be introducing a third way to get disorganized. What do I need to do to stay ahead of the curve.
    Thanks in advance...

    Upgrade your MBP's internal boot drive to something larger, 250GB just doesn't cut it.
    A 2010 machine, I wouldn't bother with the expense of a SSD, a 7,200 750GB or 1TB should do nicely and you can install it yourself or have a local geek do it.
    You might as well max the RAM too, if your in AppleCare it won't violate it as long as nothing is broken.
    Carbon Copy Cloner is the preferred method to clone your entire OS X + Recovery HD partition (no BootCamp, use WinClone 3 for that) to a external GUID OS X ext J drive, hold the option key and boot from the clone, then reverse clone onto the new internal drive.
    OtherWorld computing, MacMall and Crucial.com are recommended for compatibility, videos and what not.
    Install/upgrade RAM or storage drive in Mac's
    don't forget to clean the cooling fins behind the fans, they get clogged with dust and overheat the machine.

  • What's the best way to configure my thunderbolt drive with the new mac pro?

    I have an external pegasus drive connected to my mac pro.  Obviously the computer is limited in space and I was wondering whether I should move my "user" folder which will include documents, pictures, videos, etc onto the pegasus.  That way the 256gb hard drive on the mac pro is dedicated solely for the os and and apps.  What do you guys think?

    I concur. See the following:
    How to use an SSD with your HDD
    If you are going to use an SSD as a boot drive together with your existing HDD as the "data" drive, here's what you can do.
    After installing the SSD you will need to partition and format the SSD using Disk Utility. Then, install OS X on the SSD. After OS X has been installed boot from the SSD. Use Startup Disk preferences to set the SSD as the startup volume.
    Open Users & Groups preferences. Click on the lock icon and authenticate. CTRL- or RIGHT-click on your user account listing in the sidebar and select Advanced Options from the context menu.
    You will see a field labeled "Home dir:" At the right end you will see a Change button. Click on it. In the file dialog locate the Home folder now located on the HDD (HDD/Users/account_name/.) Select the folder, click on Open button. Restart the computer as directed.
    When the computer boots up it will now be using the Home folder located on the HDD.
    Another more technical method involving the Terminal and aliases is discussed in depth here: Using OS X with an SSD plus HDD setup - Matt Gemmell. This is my preferred approach because I can select which of the Home's folders I want on the HDD and which I don't want. For example, I like to keep the Documents and Library folders on the SSD because I access their content frequently.
    Be sure you retain the fully bootable system on your HDD in case you ever need it.

  • What is the best way to upgrade a hard drive on my macbook?

    How do I get the information on my current internal hard-drive onto another internal hard-drive?
    Thanks in advance for any and all information.

    You can use SuperDuper or CarbonCopy Cloner to accomplish that.
    You'd need an external disk or mount your old internal in an enclosure.
    -mj
    Message was edited by: macjack

  • What is the best way to clone a drive that is corrupted?

    I have an external hard drive that crashed during a power outage and got it mounted again with the help of diskwarrior, but I can't seem to drag files off of it to back them up. Is there a way to make an exact backup on a new drive so that I can remove the original from it's casing and attempt to put it into a new enclosure without the issue getting worse?

    As Shootist007 says, if it's so corrupted that you can't copy anything from it, it's unlikely that you'll be able to use some other utility to do the job.  Especially if repairing it with DiskWarrior didn't do the job.
    Ultimately, you need to keep backups of all your files, including those on an external hard drive.  Any files you don't have multiple redundant copies of, all on different media, are files you will lose eventually.
    If some of the files on that drive are irreplaceable, you could try recovery software.  See Recovering deleted files.  If that doesn't work, your only option would be an expensive data recovery service, which still can't guarantee anything.

  • What is the best way to generate a "boot.log" on an arch64 system?

    I want to save the information echoed to the screen during boot to a log file.
    My understanding is that this can be enabled in several ways, but usually most cleanly by appropriately modifying one's syslog.conf file.
    Looking inside "/etc/syslog-ng.conf" it's not clear that the boot.log functionality is in fact easily turned on with arch systems. 
    For old redhat systems (eg.) this information used to be routed through "local7."  Does anyone know the proper (or at least a good) way to do this on a modern arch system?  I'd like to avoid an ugly hack.

    I want to save the information echoed to the screen during boot to a log file.
    My understanding is that this can be enabled in several ways, but usually most cleanly by appropriately modifying one's syslog.conf file.
    Looking inside "/etc/syslog-ng.conf" it's not clear that the boot.log functionality is in fact easily turned on with arch systems. 
    For old redhat systems (eg.) this information used to be routed through "local7."  Does anyone know the proper (or at least a good) way to do this on a modern arch system?  I'd like to avoid an ugly hack.

Maybe you are looking for

  • HT4009 Purchasing in itune

    Is anyone having a problem since the upgrade trying to buy extra moves on a game on the ipad

  • Why can't a digital copy of a movie sync on my iphone from itunes?

    I am trying to put a couple of digital copies of movies in Itunes onto my Iphone.  It doesn't work, and it acts like it doesn't even see the movies I have checked.  I have tried under "advanced" to "create Ipod or Iphone copy" but that selection is n

  • Are there LabView VI's for accessing and writing data to a CDF?

    I am currently trying to develop a data acquisition system using LabView to acquire the data and to write the data to a file in NSSDC's Common Data Format (CDF). The CDF distribution (Windows 2000) comes with a precompiled dll of the CDF library of f

  • How to remove ovi account in n8

    i own two N8 recently, a dark-gray and a silver-white, now i sold my dark-gray to my colleague, the problem is everytime my colleague tries to access the social app and when it tries to log-in it still shows my ovi username and asks my password, i co

  • Using Pacifist to clean up IDVD

    Hello, Is anyone familiar with "Pacifist" and how I can use it to help put the missing files back to idvd and some of the other iLife '08 applications which have been giving me issue since I archived & installed Leopard? I purchased it and want to us