Recovering data from cd, and planning a better archiving now.

Hi
I have done some back ups about 3 years ago on some CDs.
Today I was going through the old stuff to burn again on DVDs and reorganise my filing.
Most of the files are psd images and were fine, but I came across few files that seems to be corrupted in some ways. Although I can see the photo icons in Finder.
These were burned on a Windows machine at the time, before switching to mac.
On a same cd, I can read some files and transfer them, but there are some I can't do anything with.
1/ Are they lost?
2/ if not How to recovers them?
3/ What is the best way to store images.
4/ I am really concerned about this issue, as I am now shooting on digital.
My storage at the moment is to burn 2 duplicates on 2 DVDs. Is that good enough.
Many thanks.

Thank you for the information.
I effectively use hard drives for backing up my current system and working files.
I was looking for a more permanent solution, something I can store for few years until I need them again, and probably wrongly assumed that CD and DVDs would last for at least 5 years. I did a bit of reading since the post, and while manufacturers claim up to 100y, it seems that 2 to 3 years are more realistic for the life span of these media.
Would you say that a hard drive would be a better solution?
I am looking at 4 to 6 hds to purchase if I want to backup the backup. ouch
I bookmarked the link. thanks

Similar Messages

  • Can I recover data from a reformatted hard drive?  I did not do a back up prior to talking to Apple Support and the guy having me delete the hard drive and start anew.  My bad but is all lost??

    Can I recover data from a reformatted hard drive?  I did not complete a back up prior to talking to Apple Support and the guy having me delete the hard drive (10.5.8) and start anew (10.6.3).  My bad but is all lost?? Years of very important information....

    You will need to purchase reovery sofware such as such as FileSalvage
    http://subrosasoft.com/software/filesalvage
    You can download a demo copy that will tell you what it can recover
    If you want to recover that you must pay for the software then
    When you do the recovery, you will need another disk drive to receive the recovered files
    Having install a new operating system on the disk after the retformat is going to gradually reduce the amount of data that this software will be able to recover for you
    Allan

  • Recover data from external hard drive that was Windows format and connected on a Macbook Pro. Did I lose everything? What happened?

    Hi there this is my first question here!
    I connected my external hard drive originally formatted on PC on my new Macbook. The first time I connected it I could see all my files but today I connected it and after I couldn't see any file nor even on my pc appears as NO NAME with a different name and nothing on it. I think was reformatted, any help to recover all my data?
    It's really important stuff for me

    If the Apple Store couldn't get files off of the drive, it is unlikely that you will be able to. If you have backups, those would be the best way to go. You could also try booting up the computer and holding down T to boot into Target Disk Mode. Plug the broken computer into another one with FireWire and see if it works to recover data from external hard drive. If you can see it, try booting up the broken computer while holding down Option. Choose Recovery HD from the menu, then choose to Reinstall OS X.
    It is unlikely that this will work, because I'm pretty sure that the Apple Store would have tried this. You could try using expensive software to get files off the drive, but it would be risky and the results might not be any good.
    https://discussions.apple.com/docs/DOC-4273

  • Just had a fatal crash of my new 1TB fusion drive on my 3 month old Imac 27". Is there anyone elese having this issue? And have you been able to recover data from that Crashed Fushion Drive?

    Just had a fatal crash of my new 1TB fusion drive on my 3 month old Imac 27". Is there anyone elese having this issue? And have you been able to recover data from that Crashed Fushion Drive?

    Since it's a new machine, contact Apple's Support, formerly Apple Express Lane and let them deal with it.

  • Just got new macbook pro (13inch) and restored all data from old mac via time machine. Now whenAudio drop out for 3-4 secs every 10 - 15 secs!! What is going on and what can I do?

    Just got brand new macbook pro (13inch) and restored all data from old mac via time machine. Now when I p/back a track in logic I get audio drop out for 3-4 secs every 10 - 15 secs!! What is going on and what can I do? Its the same version of logic and all other functions seem fine!

    First of all, why did you say yes to Nero Back up before researching what it does with files already on the HDD? When I install Nero, the Back Up is the first thing I disable, it is a nagging pain, there are much better backup programs available. There are several file recovery programs out there to recover deleted files, that is, if that is what happened. Also, if you haven't overwritten the files, so you should be able to find them.

  • How do i repair or recover data from a corrupt USB external hard drive that does not show up on my Mac desktop or disk utility

    How do i repair or recover data from a corrupt USB external hard drive that does not show up on my Mac desktop or disk utility?
    Last night i was using my external hard drive, for some reason the folder just closed and i couldn't find it on my desktop.
    After googling solutions, i found it in the disk utilities, i clicked on the 'repair' button many times, but it said the 'error...' message.
    So i ejected it to try again, now when i connect the USB external hard drive it doesn't show up on my desktop or disk utilities.
    I really just want to either repair or recover the data on it because it literally has everything (documents, work files, photos etc) on it,
    I downloaded an application to recover my files but it needs the USB to at least show up.recognise it which mine doesn't.
    I know i should've backed it up on another USB, this definitely teaches me for next time to back up all my files.
    Are the files lost forever or can i recover them by going to a shop or using a software?

    Thank you for responding.
    This might sound stupid since i'm not really knowledgeable with Macs,
    but since all my files were moved from my mac computer to the external hard drive,
    is it possible to recover those files through my Mac - like recovering deleted files? 

  • Fetch data from table and generate attachment than mail it.

    Hello Experts,
    From couple of day I am searching on Google for a better database procedure that will help me to get data from tables and generate attachment and mail it but i fail.
    My Scenario is:
    I have a query that will fetch almost 5000 records from database tables. Each record has almost 75 characters
    select a.location_code,
                   a.item_code,
                   b.description item_desc,
                   to_char(a.manufact_date,'ddMonyy')mfg,
                   to_char((a.manufact_date + nvl(b.expiry_period,0)),'ddMonyy')expr,
                   to_char((a.manufact_date + nvl(b.qurantine_period,0)),'ddMonyy')qrtn,
                   round(nvl (b.qurantine_period, 0) - (sysdate - a.manufact_date)) days_elapsed,
                   a.closing_balance_posted quantity
              from wms_stock_current_balance_v a, wms_item_setup_mast b
             where a.closing_balance > 0
               and a.item_code = b.item_code
               and a.loc_type in ('RACKING','PICKING','QUICKA','BUNDLED')
               and nvl(b.qurantine_period,0) > 0
               and round(nvl (b.qurantine_period, 0) - (sysdate - a.manufact_date)) <= 0
          order by a.item_code, a.location_code;
    Sample data of above query is
    LOCATION_CODE
    ITEM_CODE
    ITEM_DESC
    MFG
    Expiry
    Quarantine
    Days Elapse
    Quantity
    13DL2
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    20-Feb-10
    31-Mar-14
    4-Jun-13
    -122
    160
    14DL0
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    23-Feb-10
    3-Apr-14
    7-Jun-13
    -119
    134
    14DL2
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    23-Feb-10
    3-Apr-14
    7-Jun-13
    -119
    160
    14DR2
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    23-Feb-10
    3-Apr-14
    7-Jun-13
    -119
    20
    14LL2
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    20-Feb-10
    31-Mar-14
    4-Jun-13
    -122
    160
    17ER2
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    20-Feb-10
    31-Mar-14
    4-Jun-13
    -122
    160
    17GL2
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    20-Feb-10
    31-Mar-14
    4-Jun-13
    -122
    160
    17SL0
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    17-Feb-10
    28-Mar-14
    1-Jun-13
    -125
    64
    18QL0
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    23-Feb-10
    3-Apr-14
    7-Jun-13
    -119
    160
    19AR5
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    17-Feb-10
    28-Mar-14
    1-Jun-13
    -125
    160
    19DL1
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    20-Feb-10
    31-Mar-14
    4-Jun-13
    -122
    160
    19JR0
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    17-Feb-10
    28-Mar-14
    1-Jun-13
    -125
    60
    19TL1
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    20-Feb-10
    31-Mar-14
    4-Jun-13
    -122
    160
    20GR2
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    20-Feb-10
    31-Mar-14
    4-Jun-13
    -122
    40
    36FL3
    000000000000000F0487
    CLEAR COOL BLACK 05ML
    18-Feb-10
    29-Mar-14
    2-Jun-13
    -124
    65
    19UR0
    000000000000000F0591
    COMFORT WHITE 24ML*300
    28-Oct-09
    28-Oct-11
    1-May-11
    -887
    1
    12SL1
    000000000000000F0593
    COMFORT PINK 24ML*300
    28-Oct-09
    28-Oct-11
    1-May-11
    -887
    42
    12SR1
    000000000000000F0593
    COMFORT PINK 24ML*300
    28-Oct-09
    28-Oct-11
    1-May-11
    -887
    42
    14OR1
    000000000000000F0593
    COMFORT PINK 24ML*300
    28-Oct-09
    28-Oct-11
    1-May-11
    -887
    8
    36EL4
    000000000000000F0594
    CLEAR HF DECRASE 5M*360
    14-Feb-10
    14-Feb-11
    12-Oct-10
    -1088
    14
    13VL1
    000000000000000F0595
    CLEAR COM SFT CRE 5*360
    8-Feb-10
    8-Feb-11
    6-Oct-10
    -1094
    160
    14ER0
    000000000000000F0595
    CLEAR COM SFT CRE 5*360
    8-Feb-10
    8-Feb-11
    6-Oct-10
    -1094
    105
    Database Info
    Oracle 10g
    Version 10.2.0.1.0

    Look at the sample code for generating a CSV file that I've just posted in response to a similar question:
    Re: How to execute a proc and spool files in a database job
    And the use the search button in this forum to find sample code for sending a CLOB as a plain/text e-mail attachment using UTL_SMTP.

  • Recovering data from Time Capsule after conversion from Snow Leopard to Lion

    Had a problem with my iMac, which was running Snow Leopard O/S.  Data was backed up on Time Capsule using Time Machine, although recent back-ups had failed (but earlier back-ups had been OK).  Apple support determined that I needed to re-install the O/S and they walked me through it.  After blowing away all data (believing that once O/S reinstalled, could recover from Time Capsule), the reinstall failed.  Took to Apple store, where they installed Lion at my request.  Then tried to recover from Time Capsule, but couldn't do so.  Sparse file doesn't work (it shows 10GB, which is wrong as it had several hundred GB's before due to lots of photos).  Apple Support couldn't solve issue, believes it was corrupted with the last backup.  Ultimately recommended that I have professional data recovery service recover data from the iMac hard-drive (as opposed to Time Capsule).  Spoke to recovery service recommended by Apple, and it is very expensive (also, given the O/S reinstall, anything they recover will have new file names and no directory structure).  They also said getting data off the Time Capsule is even more difficult and expensive to recover.  I'm not a happy camper. 
    I would welcome any thoughts on what to do.  FWIW, I live in South Florida and there appear to be lots of data recovery companies locally, but Apple support had said that they have only a few authorized vendors that can do it without voiding warranty, so I'm reluctant to even call them.  Thanks.  Steve

    Your backups may be corrupted.
    Try to repair them, via Disk Utility (in your Applications/Utilities folder).
    Mount the sparse bundle by opening the TC in the Finder and double-clicking on the sparse bundle. Drag the sparse bundle into Disk Utility's sidebar, and do a +*Repair Disk*+ (not permissions) on it. If it finds errors it can't fix, run it again (and again), until it either fixes them all, or can't fix any more.

  • Recovering Data from a dead iMac G5

    My iMAC G5 has had it's second logic board failure in the past 1.5 years. The repair shop says it's going to cost $550 to repair, and Apple's not going to cover a 2nd board replacement under the extension program. Given that the computer's 4 years old, and was originally only worth $1200, I think I'm going to get a new Mac.
    My question is, how do I recover data from the hard drive of the old Mac? I don't want to lose all of my files from iTunes, iPhoto, etc. The Hard Drive is apparently fine, but the Mac won't boot up in its current state. Thanks in advance for your help.

    Remove the hard drive and put it in an external hard drive enclosure. Then connect it to your new Mac and recover the files.

  • Recovering data from HD ????????

    Hi
    My HD died on my G5 a few months back
    I am wondering if it would be possible to recover data from it
    The situation is this
    I had the idea that maybe if i start up my G5 whilst pressing T & connecting it up to my Macbook Pro via firewire 800 I might see the drives & be able to get files off there
    I didnt see the drives on the desktop but if i opened Disk Uility both drives on the G5 Are there
    They are both displayed as firewire drives each is named with another name underneath which is greyed out
    I can click on each drive but in repair all options "Repair Permisions, Repair disc ETC are greyed out
    I then tried to boot my Macbook pro with the installation disc & using disc utility from the installation CD with the same resut
    Now if i can get this far I should be able to take it one step further & be able to get data from the HD or am i just grasping at straws
    Any Ideas please ??

    A. I would suggest never use CD or DVD.
    B. Setup a disk drive just for repairs.
    C. Get in the habit of using backup like SuperDuper
    If you are running Leoaprd, use TimeMachine in addition to SuperDuper. SD makes an update that is bootable. And you want to insure it works.
    Data Rescue II from Prosoft sounds like a good idea.
    I would pick up a couple drives. A new boot drive, and one for backups, and to recover to. OWC has WD 640GB for $69.
    Only use idential drives when creating a RAID, whether stripped or mirror. And yes, some tests treat the volumes rather than the physical mechanism.
    SMART is not that helpful. When you tested in DW, it wrote to system log and shows how many spare blocks are left, used, which can be helpful.
    TechTool Pro is 4.6.2 (5.0 is out also) and can scan a drive for weak/bad sectors.
    You may need multiple backups. An original system and another of your data. When you used RAIDs you need to be doubly sure. And the best way to use maintenance utility is regularly, preventative medicine.

  • Recovering Data from a truncated table in OraXE?

    A funny thing happened, i truncated a table containing BLOBs and other stuff, with over 700 entries!!, now i wanna know if it´s feasible to recover that truncated data, i'm just wondering about it, i know it sounds silly i know, but the storage space didn´t get shorter after the data was truncated from the table, so after this´s been said, can any body explain me what happened, can i retrieved this truncated data that i truncated from the table (without any previous backup)?
    Message was edited by:
    efebo_abel2002
    Message was edited by:
    efebo_abel2002
    Mensaje editado por:
    efebo_abel2002

    Truncate simply resets the pointer that marks the 'end of data' in a table to the beginning of the table. The storage is still allocated, on the assumption that you want to reuse the table and want to avoid the overhead associated with extending the table. The system knows there are never any rows past the 'end of data' and it won;t bother looking past that point.
    Recovering that data from the actual current database - about as likely as recovering data from the Windows recycle bin when you've set the max allowable storage in the recycle bin to '0'. Technically possible, but needing someone with a lot of experience and patience ... and absolutely no changes to the database after truncate. An expensive proposition.
    You have, of course, switched to archive log mode and been taking regular backups. (Have you not?) In which case, a 'point in time' recover, to just before the truncate, would be the solution. This brings back the database (or at least a tablespace) back to a former 'life', and is quite different from restoring a table.

  • Recovering data from a newly formatted hard drive

    Has anyone had any experience with programs that recover data from a newly formatted hard drive?  There seem to be a lot of programs out there to do this, but, a) do they work, and b) which one worked best for you? 

    Ive had so and so success with a freeware utility called "Recuva"
    http://www.recuva.com/
    Its from the makers of CCleaner.
    *******DISCLAIMER********
    I am not an employee of BBY in any shape or form. All information presented in my replies or postings is my own opinion. It is up to you , the end user to determine the ultimate validity of any information presented on these forums.

  • Error while copying data from infoprovider to planning area

    Hi,
    Error for COM routine using application program (return code 40,075)
    Message no. /SAPAPO/OM102
    Diagnosis
    An application program has called a COM routine. During the process, an error occurred.
    I got the above error while copying data from infoprovider to planning area using t code TSCUBE.
    How to resolve this?

    Hi,
    Is your issue resolved, If not please run MPOS consistency checks, Planning area consistency check and livecache consistency check.
    Below are the programs for the same.
    /SAPAPO/TS_lcm_cons_check
    /SAPAPO/TS_PSTRU_TOOL
    /SAPAPO/TS_PSTRU_CONS_CHECK
    Regards
    Kishore

  • How do i recover data from an external hard drive that was accidentally deleted?  After I verified the drive, a message appeared that said my drive needed to be repaired.  When I tried to access the drive again, the 700 Gigs of music is gone!

    How do i recover data from an external hard drive that was accidentally deleted?  After I verified the drive, a message appeared that said my drive needed to be repaired.  When I tried to access the drive again, the 700 Gigs of music is gone!

    Stop using the drive immediately, un plug it.
    Buy a copy of ProSoft DataRescue 4 and use it to search for deleted files.

  • How to recover data from bad hard drive

    Once a hard drive goes bad (cannot get into the computer), is there any hope of recovering any data from it?  If so, how?

    Do you mean the hard drive is mechanically broken for sure?  It's not a data corruption issue that is causing a problem with starting up the Mac, but maybe not be a bad mechanism?
    If the drive is definitely broken, there are businesses that specialize in recovering data from bad hard drives.  For example
    http://www.drivesaversdatarecovery.com/  (I always saw their booth at MacWorld Expos...)
    The cost of such services is usually high.
    cannot get into the computer
    So that probably means the hard drive in question is the internal drive?  If you don't know for sure that the hard drive is physically broken, you can try starting up using your Mac OS X installation disc.  Insert disc in optical drive and start up with the C key held down.  When you get to Installer's screen, go up to the menu bar and run Disk Utility from the Utilities menu.  Does the internal drive appear in the Disk Utility sidebar?
    Alternately, if you have another Mac (that has FireWire), you can try starting the Mac with the problem in FireWire Target Disk Mode,
    http://support.apple.com/kb/HT1661
    Connect the "target" Mac to the other Mac (running normally) using a FireWire cable.  Run Disk Utility on that Mac.  Does the hard drive of the Mac in FireWire Target Disk Mode appear in the sidebar?
    If you can get the internal drive to appear in Disk Utility, you may be able to run Repair Disk on the First Aid tab.  There are also third-party utilities, such as TechTool Pro (Micromat), Drive Genius (Prosoft), and Disk Warrior (Alsoft), that may be able to fix (or at least recover data from) the hard drive.

Maybe you are looking for

  • Regarding FTP adapter issue

    Hi The below error i am getting using FTP adapter. After deploying the process only one time it is picking the file. But we are putting one more file in that directory it is not read the file. Regarding this cause we are getting the below error. So,a

  • The search box and non-US english characters?

    Anyone know how to make the search box work right with non-US characters? For example lets say I wanted to search for an U with an umlaut (Sütterlin). If I type the ü it gives me every word with a U in it.

  • Lost all my old email !!!

    Once I upgraded to Mountain Lion I lost all my old email , How

  • Alias table name?

    Can you help me understand what is wrong in this sql statement? select table1.*, rownum rnum from ( select * from table1, table2 WHERE (table2.field1 = T1.field1) ) table1 T1 SQL Error: ORA-00933: SQL command not properly ended I think there is alias

  • Proxy Runtime for Business System not visible in RWB.

    Hi, We are running SAP PI 7.10 SP7. The current landscape contains currently 2 SAP R/3 application systems and 1 SAP PI systerm that are all registered with the SAP PI SLD. There is Business Systems configure for both the Application systems in the S