Recover deleted files in OS X?
May 18, 2005 2:27 PM
Subscribe
Is it at all possible to recover deleted files from OS X? What if they were deleted 6 months ago?
I have read that it is absolutely impossible with OS X, because UNIX rewrites immediately. (For the record, I have only a vague idea of what I just said.) But then talking to Apple Support, they said otherwise, though the guy really didn't sound very sure and couldn't point me in any direction.
To complicate -- the files were deleted 6 months ago. Any idea if there's anything I can do?
My wife just discovered she accidently deleted all her school files from the past two years -- she thought she had backed them up to disc (6 mos ago) before she deleted them. Oops.
posted by rough to computers & internet (10 comments total)
1 user marked this as a favorite
Files are stored on the hard drive at spesific locations, and those locations are stored in the file allocation table (or whatever it's called on OSX). When you erase a file, the entry in the allocation table is removed, and the operating system now thinks that the space where the file used to be is "free" space, but all the data is still there.
The problem is that if you (or an automated program) saves anything on the hard drive, the OS might pick that spot to plop it down. If you've ever defragd your hard drive (does OS X do this automaticaly?) then you're data is almost certanly gone.
You might have had a chance if you'd done this immediately, but after six months I'd say it's highly unlikely that you're data is still there.
posted by delmoi at 2:44 PM on May 18, 2005