Transfer data from loose internal drive to warrany replaced drive on laptop

My original hard drive has S.M.A.R.T. error but still functions. Warranty service replaced hard drive. What cables/tools are available to extract data off bad drive and put those files on newly replaced hard drive?

Buy an enclosure ($20 or less) from OWC or Newegg, put the old drive in and connect via USB or, more expensive, firewire.

Similar Messages

  • How do i transfer data from one internal tabe to another.

    Hi All,
             How do i transfer data from one internal tabe to another.
             Can i do it ebven if he tables are different in structure.
    Please Advice.
    Thanks in advance.

    Hi Saket Tiwari,
    I hope the earlier post by kashyap is good enough an answer. anywas in addition to it let me give a detailed
    explanation of how you can populate an internal table.
    1) Append data line by line.
         Syntax :  APPEND [<wa> TO / INITIAL LINE TO] <itab>.
    this appends new line to internal table <itab>.
    2) Using COLLECT statement.
                 COLLECT is another form of statement used for populating the internal tables.  Generally COLLECT is used while inserting lines into an internal table with unique standard key. The syntax for COLLECT statement is as shown
         Syntax : COLLECT [<wa> INTO] <itab>.
    3) Using INSERT statement
         Syntax  INSERT [<wa> INTO / INITIAL LINE INTO] <itab> [index <idx>].
    INSERT statement adds a line/work area to the internal table. You can specify the position at which the new line is to be added by using the INDEX clause with the INSERT statement.
    Now coming to your request..
    To append part or all of an internal table
         Syntax
                  APPEND LINES OF <itab1> [FROM <n1>] [TO <n2>] TO <itab2>.
    *     Note:
    Without the FROM and TO options, this statement appends the entire table <itab1> to <itab2>.*
    b) To insert part or all of an internal table into another internal table
         Syntax
              INSERT LINES OF <itab1> [FROM <n1>] [TO <n2>]
              INTO <itab2> [INDEX <idx>].
    c) Using Move statement.
    To copy entire contents of one table into another in one execution
         Syntax MOVE  <itab1> To <itab2>.
                   OR
              <itab1> = <itab2>.
    but u hav to be careful because he contents of itab2 will eb overwritten on the execution of this statement.
    These copy the contents of ITAB1 to ITAB2. Incase of internal tables with header line we have to use [] inorder to distinguish from work area. So, to copy contents of internal tables with header line  the syntax becomes,
    ITAB1[] = ITAB2[].
    Coming to the letter part of your question, Yes, we can copy values between tables having different structures.
    for this we use    
                                MOVE-CORRESPONDING <itab1> TO <itab2>
        this executes the statement for their header lines. Searches for the sub-fields which occur both in itab1 and itab2 and then generates, for all relevant field pairs which correspond to the
            sub-fields ni , statements of the form MOVE itab1-ni TO itab2-ni. The other fields remain unchanged.
    I hope the information provided has been of your help.
    Reward if useful.
    Regards,
    Jose

  • How to transfer data from macbook pro to an external hard drive, im using (WD 1TB 3.0) ???. I cannot copy anything from my mac to it not a single file.

    how to transfer data from macbook pro to an external hard drive, im using (WD 1TB 3.0) ???. I cannot copy anything from my mac to it not a single file.

    ok - since you'll be sharing it with a PC - connect it to your windows pc - then format from there - instead of NTFS format - choose exFAT.
    or, you can read the link below on how to do it in dos mode.
    http://answers.microsoft.com/en-us/windows/forum/windows_7-files/how-can-i-forma t-external-drive-in-exfat-not-in/0f6bf19a-19d6-4470-ae05-53ddf26bb476?msgId=1860 eae3-3488-4eea-8326-f87b89d9851b
    once you've formatted it - you can now use it in both your macbook and windows computer.

  • HOW TO TRANSFER DATA FROM ONE INTERNAL TABLE TO ANOTHER

    FOR PERTICULAR OBJECT ID ONE INT TABLE JTAB CONTAINS ONE RECORD(ROW) AND ANOTHER INT TABLE KTAB CONTAINS 3 RECORDS(ROWS). THEN HOW I SHOULD TRANSFER DATA FROM KTAB TO JTAB? WHAT R THE VARIOUS WAYS TO DO THAT. PLS HELP ME OUT. THANKS IN ADVANCE

    Try something like
    If you want one record per ktab :
    LOOP AT jtab.
      MOVE-CORRESPONDING jtab TO itab.
      LOOP AT ktab WHERE id = jtab-id.
        MOVE-CORRESPONDING ktab TO itab.
        APPEND itab.
      ENDLOOP.
    ENDLOOP.
    or
    LOOP AT ktab.
      READ TABLE jtab WITH KEY id = ktab-id. " binary implicit if sorted type
      MOVE-CORRESPONDING jtab TO itab.
      MOVE-CORRESPONDING ktab TO itab.
      APPEND itab.
    ENDLOOP. 
    If you want to sum ktab ratio into itab for each jtab
    LOOP AT jtab.
      MOVE-CORRESPONDING jtab TO itab.
      LOOP AT ktab WHERE id = jtab-id.
        ADD-CORRESPONDING ktab TO itab.
        APPEND itab.
      ENDLOOP.
    ENDLOOP.
    Use sorted type table when LOOP AT WHERE, else SORT table is enough.
    Regards

  • Can you transfer data from iPhone back to your computer hardr drive?

    Sadly, due to a computer virus, I had to wipe my computer HD clean. I've reinstalled Windows and most of my software, is there a way I can transfer my photo's from my iPhone back to my computer?
    Thanks!

    Photos transferred from your computer to your iPhone via the iTunes sync process is a one way transfer process only. Photos transferred from your computer are optimized for viewing on the iPhone as part of the iTunes sync/transfer process - the original resolution of these photos is reduced, which is why transferring these photos in the opposite direction is not supported.
    Since I haven't heard that a Windows virus can be included with a jpeg file, did you include the photos store on your computer's hard drive with your computer's backup along with all other important data before wiping the hard drive due to the virus?
    If not, there are 3rd party paid utilities available that provide transferring these photos in the opposite direction, but the original resolution of these photos will be lost.

  • Transfer data from Sap system to .xls format

    Hi Friends,
    How to transfer data from a internal table in SAP system to the .xls file in legacy system.
    Is gui_download the correct one.
    Thanks,
    Anuradha

    yes , using FM GUI_DOWNLOAD you can down load the data to excel sheet
    for this use FILETYPE = 'DAT'

  • Transfer data from mac to external hard drive

    I am new to macs and am a bit lost.
    I have a made up external hard drive (internal hard drive in a case) - TOSHIBA MK8025GAS Media. It is connected to the mac via USB.
    I have been using it to transfer data from my pc to mac. The mac sees it and i can copy things from the hard drive to mac without problems. What i cannot do is to transfer from the mac onto the hard drive.
    I pulled up the mac info of the hard drive and its both writable and ejectable (Has two partitions). In the partitions the info states that the owners aren't enabled, cannot turn owners off and cannot be formatted. Also the S.M.A.R.T. status is not supported. Not usre what all this means!
    Can anyone tell me how to set it up to be able to transfer files to the hard drive from the mac and if it is possible to still transfer from windows to the hard drive?
    Thank you in advance.

    Thank you for the info.
    A friend also told me that i could erase the hard drive using the disk utility in ms dos format. I have tried this and then could also partition it afterwards.
    At the moment this seems to be working in both Mac and PC.
    One thing i have noticed is when i try to transfer disk images (over 4Gb), near the end i get an 'unexpected error occured' (error code 1309).
    From the internet:
    error -1309 fileBoundsErr: file's EOF offset mark or size is too big
    Whatever this means?

  • Can I transfer data from a PC to a Mac mini from a USB pen drive?

    I currently use a PC using windows vista, I would like to purchase a Mac mini and need to know if it is possible to transfer data from the intuit quickbooks program to the Mac mini? I have the data backed up on a USB pen drive. I wasn't sure if the saved data would be compatible with the Mac mini from the windows pc.

    http://support.quickbooks.intuit.com/support/articles/HOW12998
    http://support.quickbooks.intuit.com/support/articles/INF12386
    Also see:
    http://www.macworld.com/article/2038025/the-mac-office-when-quickbooks-for-mac-i s-the-wrong-choice.html

  • I can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name

    can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name. My original external has an error and needs to be reformatted but I dont want to lose this informations its my entire Itunes library.

    Sounds like the source drive is formatted as case sensitive and the destination drive is not. The preferred format for OS X is case insensitive unless there is a compelling reason to go case sensitive.
    Why can't you change the filename? Is it because the source drive is having problems?  If so is this happening with only one or two or a few files? If so the best thing would be to copy those over individually and then rename them on the destination drive.
    If it is more then you can do manually and you can't change the name on the source you will have to reformat the destination as case sensitive.
    Btw this group is for discussion of the Support Communities itself, you;d do better posting to Lion group. I'll see if a host will move it.

  • How to transfer data from a dynamic internal table

    Hi All
    I want to transfer data from a dynamic internal table<dyn_table>
    to a non dynamic internal table itab which should have the same structure as <dyn_table>.
    How can this be done?
    Regards,
    Harshit Rungta

    As stated earlier this can be done only through field symbols...
    You cannot create an non dynamic internal table with ANY structure...using DATA statement
    If the strucutre is defined well and good...you can create an non-dynamic internal table...
    If you do not know the structure then the internal table has to be dynamic...and to be generated using field symbols
    DATA: lv_ref TYPE REF TO data.
    FIELD-SYMBOLS: <fs_dyn_table> TYPE STANDARD TABLE.
    * You create a dynamic internal table...
    CREATE DATA lv_ref LIKE (your_dynamic_internal_table).
    ASSIGN lv_ref->* TO <fs_dyn_table>.
    Now...do the transfer.
    <fs_dyn_table> = "your_dynamic_internal_Table
    Hope it helps!

  • Using ipod as a hard drive to transfer data from PC to Mac

    hey, Is is possible to use the ipod as a hard drive to transfer data from/to Mac and windows PCs?
    I see no problem transfering data from/to my mac to the ipod. But I cannot see the ipod on the PC. When I plug the USB cable to my windows PC, it shows a popup message "external disk is not formated. Do you want to format it?".
    thanks,
    Martin

    Windows cannot read a Mac formatted iPod.
    Macs can read Windows fomratted iPods.
    You need to run iTunes for Windows, then Restore the iPod.
    It will now work on both Mac and PC.

  • I am moving from PC to Mac.  My PC has two internal drives and I have a 3Tb external.  What is best way to move the data from the internal drives to Mac and the best way to make the external drive read write without losing data

    I am moving from PC to Mac.  My PC has two internal drives and I have a 3Tb external.  What is best way to move the data from the internal drives to Mac and the best way to make the external drive read write without losing data

    Paragon even has non-destriuctive conversion utility if you do want to change drive.
    Hard to imagine using 3TB that isn't NTFS. Mac uses GPT for default partition type as well as HFS+
    www.paragon-software.com
    Some general Apple Help www.apple.com/support/
    Also,
    Mac OS X Help
    http://www.apple.com/support/macbasics/
    Isolating Issues in Mac OS
    http://support.apple.com/kb/TS1388
    https://www.apple.com/support/osx/
    https://www.apple.com/support/quickassist/
    http://www.apple.com/support/mac101/help/
    http://www.apple.com/support/mac101/tour/
    Get Help with your Product
    http://docs.info.apple.com/article.html?artnum=304725
    Apple Mac App Store
    https://discussions.apple.com/community/mac_app_store/using_mac_apple_store
    How to Buy Mac OS X Mountain Lion/Lion
    http://www.apple.com/osx/how-to-upgrade/
    TimeMachine 101
    https://support.apple.com/kb/HT1427
    http://www.apple.com/support/timemachine
    Mac OS X Community
    https://discussions.apple.com/community/mac_os

  • Can anyone enlighten me as to how I can transfer data from an extracted hard drive off of a Macbook Pro onto a new Retina model? No SATA port!!!

    Hello,
    I'm trying to transfer data from my old hard drive (taken out of Macbook Pro 2009) onto a new Macbook Pro Retina.  My ignorance is vast and I purchased an eSATA device to do so, not thinking that there is no SATA port on this new computer.  Is there a special cable or anything anyone can recommend?  I'd be very grateful for some help here.     

    I would just get a cheap USB enclosure from OWC, put your old drive in it, and use it it transfer the data to your new rMBP. Cheap and simple. The one I spec'ed is for a USB 3.0 enclosure as you have USB 3.0 ports on your computer - much faster than USB 2.0.
    Clinton

  • HT4623 hi i have ipad 2 and i want to connect my external hard disk to transfer data from ipad to directly to external drive?

    hi i have ipad 2 and i want to connect my external hard disk to transfer data from ipad to directly to external drive?

    Only if you have an app and a wifi hard drive like this
    http://www.seagate.com/external-hard-drives/portable-hard-drives/wireless/wirele ss-plus/?cmpid=ppc-_-satellite-_-g-_-us-_-wifi_hard_drive-_-e

  • How do I transfer data from IPAD to USB drive?

    How do I transfer data from my IPAD to my PC or USB port?  I have orginal files and documents that I need to put on a USB drive and I do not know enough about the IPAD to figure it out.  Thank you.

    You need to transfer the files to your computer and then copy them to the thumb drive.
    You can use file sharing if your apps support it.
    iOS: About File Sharing - Support - Apple
    You can use cloud sync services like DropBox.
    Dropbox - Dropbox for iPad
    There are apps that let you transfer the files using USB or WiFi.
    File Manager - Folder Plus on the App Store on iTunes
    Or like Kappy suggested, email will work as well.

Maybe you are looking for