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.

Similar Messages

  • 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>

  • 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

  • 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's the best way to dry an iPhone that was briefly in water?  Rice? How long?

    iPhone 5 was briefly in water.  I turned it off immediately. What is the best way to dry it?  It's in a bag of rice right now.  If that's good, how long should it be in there before turning it back on?

    If you dropped it into water and it was submersed, even for a few seconds:
    IMMEDIATELY
    Turn it off, remove the sim card.
    Put it in a bowl or box of uncooked rice.
    Leave it there a few days (3 days is optimal).
    Your warranty is voided by exposure to water.  There are two sensors in the iPhone which are white, and turn red or pink when touched by water. 
    Repair coverage? - Check your Service and Support Coverage - https://selfsolve.apple.com/agreementWarrantyDynamic.do.  This will also show the make and model of the device. 

  • 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.

  • 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's the best way to make a DVD that has a slideshow and home movies?

    Is is better to make a slideshow on iphoto, then transfer it somehow to imovie, then add my home movies?  I'm new to Mac, so I don't want to get too into this project without advice.  Is there a way to make a slideshow in imovie and then add my movies? 

    There are many ways to produce slide shows using iPhoto, iMovie or iDVD and some limit the number of photos you can use (iDVD has a 99 chapter (slide) limitation).
    If what you want is what I want, namely to be able to use high resolution photos (even 300 dpi tiff files), to pan and zoom individual photos, use a variety of transitions, to add and edit music or commentary, place text exactly where you want it, and to end up with a DVD that looks good on both your Mac and a TV - in other words end up with and end result that does not look like an old fashioned slide show from a projector - you may be interested in how I do it. You don't have to do it my way, but the following may be food for thought!
    Firstly you need proper software to assemble the photos, decide on the duration of each, the transitions you want to use, and how to pan and zoom individual photos where required, and add proper titles. For this I use Photo to Movie. You can read about what it can do on their website:
    http://www.lqgraphics.com/software/phototomovie.php
    (Other users here use the alternative FotoMagico:  http://www.boinx.com/fotomagico/homevspro/ which you may prefer - I have no experience with it.)
    Neither of these are freeware, but are worth the investment if you are going to do a lot of slide shows. Read about them in detail, then decide which one you feel is best suited to your needs.
    Once you have timed and arranged and manipulated the photos to your liking in Photo to Movie, it exports the file to iMovie  as a DV stream. You can add music in Photo to Movie, but I prefer doing this in iMovie where it is easier to edit. You can now further edit the slide show in iMovie just as you would a movie, including adding other video clips, then send it to iDVD 7, or Toast,  for burning.
    You will be pleasantly surprised at how professional the results can be!
    To simply create a slide show in iDVD 7 onwards from images in iPhoto or stored in other places on your hard disk or a connected server, look here:
    http://support.apple.com/kb/HT1089

  • My mother and I share an iTunes account and library on our pc at home. I recently got a MacBook Pro for college and I want to put my music on my new laptop. What is the best way I should go about that?

    any help you guys can give would be great! I have a limited amount of time to do this.

    Copy the entire /Music/iTunes/ folder on your PC to /Music/ on your Mac.
    Then delete what you don't want.
    You will need to authorize yrou computer for the iTunes account yoru mother has.
    You should create & use your own iTunes account for any more purchases.
    You don't need to export anything and definitely don't need to (and shouldn't) convert anything.

  • 1NAS/1pc/1macbook/iphone, what is the best way to setup itune so that all devices can share the same lib?

    OK, this issue has troubled me for a long time, i just wish to get some input here. i apprecaite any suggestion!
    here is my scenario:
    I have a pc running XP, currently where all my music resides in its local drive.
    The macbook/iphone can see the shared library, w/o any problem.
    But thing is, I don't want to turn on my PC all the time just for other devices to access the music library.
    So I got a NAS (iomega home media cloud) which said to be UPNP media server certified;
    I have tried to copy all my music to the NAS, my PC/mac see the drive in itunes under shared library, but when I click the NAS, nothing happened. The NAS shared library window just loaded for 2 seconds in blank and return back to the main library.
    The NAS works fine in all other circumstances.
    This is my frustration, can anyone tell me, how to make this work? is that just this particular NAS doesn't work? do I have to point my pc/mac itune library to the NAS instead? if that's the case, how would my phone read the shared library, coz apparaently, even my NAS said UPNP certified, the iphone never see that NAS drive under the music app.
    On a seperate note, I also have itune match, where all my musics are in the icloud; would pointing my library to NAS messed up w/ my original music in the cloud?
    I deeply appreciate any feedback and suggestion, i just wish 'it just works'
    Thanks in advance!

    please, anyone?

  • I purchased a Maxtor Ext. Hardrive several years ago and cannot locate the fire wire.  Since then I want to take the files that are on the Maxtor and transfer them to a new PC I purchased.  What is the best way to go about doing that?

    I purchased a Maxtor External Hard Drive several years ago and cannot locate the Fire Cable that came with it.  I want to transfer the files in the Maxtor to a new PC I recently purchased. How would I go about doing that?

    Just buy a new cable

  • What is the best way to create CRUD datagrids

    What is the best way to create CRUD datagrids that tell CF
    components to update sql tables. I find that I'm having to vreate
    all these columns with custom properites and its a bit of a chore:
    <mx:DataGridColumn id = "NatWest" dataField="NatWest"
    headerText="NatWest" editable="false"
    wordWrap="true"
    textAlign="right"
    headerStyleName="centered"
    labelFunction="price_labelFuncNatWest"
    sortCompareFunction="price_sortCompareFunc">
    I don't really want to use any wizards as I want control over
    my code.

    Hi Saythj,
    When mentioning "a database schema from XML", do you mean the
    XML Schema Collections? If that is what you mean, when trying to import XML files of the same schema type, you may take the below approach.
    Create an XML Schema Collection basing on your complex XML, you can find
    many generating tools online to do that.
    Create a Table with the above created schema typed XML column as below.
    CREATE TABLE youTable( Col1 int, Col2 xml (yourXMLSchemaCollection))
    Load your XML files and try to insert the xml content into the table above from C# or some other approaches. The XMLs that can't pass the validation fail inserting into that table.
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

  • What is the best way to share for large projection?

    I would like embed my movie as part of the Powerpoint to be shown on a Windows machine (my only option). What is the best way to share it so that it doesn't look grainy or pixelated?

    Fool proof? Does Mircosoft make Powerpoint?
    LOL... but seriously
    You could export it out to a Windows Media file.
    http://www.Flip4Mac.com

  • What is the best way to share iphoto slideshows

    I use to send sample slideshows to clients using mobile me.  What is the best way to do this now that mobile me is gone?

    Look here for alternatives to MobileMe for sharing Photo Galleries:
    http://www.wilmut.webspace.virginmedia.com/notes/missing/inicloud4.html

Maybe you are looking for

  • A2107 Just got updated to 4.0.3

    Check your updates. This is available. So far, scrolling seems smoother. It's awesome to see Lenovo is updating our tablet. Here's hoping for Jelly Bean!

  • Status flags in TOC not setting

    Hi, I just recently created a project with a table of contents. There are a number of click boxes and 'continue' buttons that pause the project. Sometimes, even though the project has moved on from the slide, the status flag is not set in the TOC. So

  • Captured video plays back fast (sped up) in Final Cut Express 4

    I had a Panasonic mini-dv digital camera that was stolen and it worked great with FCE. I purchased a JVC GR-D870 (mini-dv) as a replacement and now in FCE when I capture video it plays back fast in the Viewer and if I open the .mov file in Quicktime.

  • How to edit page on a css template?

    i have been trying to change the header on my webpage. I just dont understand how css work yet. If i change the header at the template root level will that affect the entire CSS or do i just have to got to the particular page in DW and just edit that

  • Still having trouble

    I'm still having trouble updating my itunes still geting errors when trying to update it wont even let me uninstall itunes been looking through the forums and saw someone use fixit but so far its been going for a few hours only saying attempting to r