You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

iPad Backup Fails; NAND failure?

I'm unable to get a back-up image of an older ipad that my son uses as iTunes complains that "there is not enough free space on this computer to save the backup," but I believe this is red-herring. There is plenty of space to support the back-up of the iPad:

User uploaded file

Device Information:


iPad Wi-Fi + 4G (LTE/GSM); iPad3,3

56.35 GB (18.26 GB available)

iOS: 8.4.1 (12H321)


(Warning tech deep-ish dive ahead) I work as a software engineer, and while I haven't done any recent or low-level development on the iPad, I am familiar with the underlying OS, the environment, and some of the hardware abstraction. To that end, I fired up XCode to watch the logging on the iPad as it was attempting to do the back-up with iTunes. When the failure happens the following pops up in the log:

Jan 29 12:34:25 Christophers-iPad kernel[0] <Notice>: [NAND] s_verify_meta:45 sftl: uECC flag in meta; lba:0x1f8a00, meta:0x1f8a00

Jan 29 12:34:25 Christophers-iPad kernel[0] <Notice>: disk0s1s2: media error.

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: WARNING: No code for POSIX error: Device not configured (6)

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: ERROR: Error reading SQLite file: Device not configured (6) at path "/var/mobile/Containers/Data/Application/0ED3C5D9-935B-48B5-A89B-7696190AA6EC/D ocuments/wofData/item21292 profile.plist" (MBErrorDomain/100)

Jan 29 12:34:25 Christophers-iPad kernel[0] <Notice>: [NAND] s_verify_meta:45 sftl: uECC flag in meta; lba:0x1f8a01, meta:0x1f8a01

Jan 29 12:34:25 Christophers-iPad kernel[0] <Notice>: disk0s1s2: media error.

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: WARNING: No code for POSIX error: Device not configured (6)

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: ERROR: Error reading SQLite file: Device not configured (6) at path "/var/mobile/Containers/Data/Application/0ED3C5D9-935B-48B5-A89B-7696190AA6EC/D ocuments/wofData/item21290 profile.plist" (MBErrorDomain/100)

Jan 29 12:34:25 Christophers-iPad kernel[0] <Notice>: [NAND] s_verify_meta:45 sftl: uECC flag in meta; lba:0x1f8980, meta:0x1f8980

Jan 29 12:34:25 Christophers-iPad kernel[0] <Notice>: disk0s1s2: media error.

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: WARNING: No code for POSIX error: Device not configured (6)

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: ERROR: read error: Device not configured (6) (MBErrorDomain/100)

Jan 29 12:34:25 Christophers-iPad kernel[0] <Notice>: [NAND] s_verify_meta:45 sftl: uECC flag in meta; lba:0x1faa1d, meta:0x1faa1d

Jan 29 12:34:25 Christophers-iPad kernel[0] <Notice>: disk0s1s2: media error.

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: WARNING: No code for POSIX error: Device not configured (6)

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: ERROR: read error: Device not configured (6) (MBErrorDomain/100)

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: ERROR: Error uploading "/var/mobile/Containers/Data/Application/8D09F0C6-B566-4081-AE57-380653EE6018/D ocuments/Fingerprint.cache/321B11EE-DD0B-4642-BE22-69A96C86E15C/catalog/game-dat a.js" to "4493be7ed0404b9cc2b0e32784e8c43cfa14370d/Snapshot/a98b9a757d6397d4ff9fdc654fbc fa9d628bfe75": Input/output error (5) (MBErrorDomain/100)

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: ERROR: Error uploading "/var/mobile/Containers/Data/Application/0ED3C5D9-935B-48B5-A89B-7696190AA6EC/D ocuments/wofData/item21292 profile.plist" to "4493be7ed0404b9cc2b0e32784e8c43cfa14370d/Snapshot/6d0d007afc10a3b3c35fdac5f22d fbca97814f22": Input/output error (5) (MBErrorDomain/100)

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: ERROR: Error uploading "/var/mobile/Containers/Data/Application/0ED3C5D9-935B-48B5-A89B-7696190AA6EC/D ocuments/wofData/item21290 profile.plist" to "4493be7ed0404b9cc2b0e32784e8c43cfa14370d/Snapshot/0ab994072c0003fe4a5506523e9f f21d3a61b888": Input/output error (5) (MBErrorDomain/100)

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: ERROR: Error uploading "/var/mobile/Containers/Data/Application/0ED3C5D9-935B-48B5-A89B-7696190AA6EC/D ocuments/wofData/list-of-items.plist" to "4493be7ed0404b9cc2b0e32784e8c43cfa14370d/Snapshot/e9e2c3b030542ba70a11ffe07a63 c405f7c25e23": Input/output error (5) (MBErrorDomain/100)

Jan 29 12:34:25 Christophers-iPad BackupAgent2[2297] <Warning>: ERROR: Backup error - Multiple errors uploading files (MBErrorDomain/104)

To me, this looks like there is a read failure (ECC failed?) from the iPad disk (the solid state storage) for some of the files it is attempting to back up. And, it appears to bail on the back-up given those failures. Specifically the messages like this are the "troubling" messages that indicate a potential hardware issue to me:

Jan 29 12:34:25 Christophers-iPad kernel[0] <Notice>: [NAND] s_verify_meta:45 sftl: uECC flag in meta; lba:0x1f8a00, meta:0x1f8a00

Jan 29 12:34:25 Christophers-iPad kernel[0] <Notice>: disk0s1s2: media error.


It is unclear to me if this issue is resolvable such that we can continue to use and trust this iPad's hardware. What I'd like to at least do though, is get a back-up of everything I can from the iPad.


Is there a way to work around this issue of the iTune back-up failing and get a back-up image of the iPad?


One idea I had was to simply "lose" the items that have the disk errors by deleting them from the iPad UI. That would likely be okay; the data loss would be minimal. The issue I have is that I have no way to convert the GUID in the directories in the errors back to the apps whose data is corrupted/un-readable. Anyone know how I can do this?


Do the Apple Geniuses have any tools to allow for the dump of the iPad contents?


Thanks,


Darin


P.S. I'm assuming that the iPad is pretty much toast at this point if this is a solid-state disk failure. Or is it?

iPad, iOS 8.4.1

Posted on Jan 29, 2017 1:13 PM

Reply
1 reply

Oct 15, 2017 1:45 PM in response to Mr. Woozle

Sadly, I still have this issue. I've managed to reduce the number of errors over time, but now I'm stuck with an error in the iBooks sql database. I cannot delete iBooks to remove the reference to database, nor does manipulating the contents of the database (e.g. add/delete books, add/delete annotations) make a difference. In fact, I see errors in the console when I do this.

Oct 15 13:31:50 Christophers-iPad iBooks[499] <Warning>: CoreData: error: (266) I/O error for database at /var/mobile/Containers/Data/Application/0C2536DD-9690-4335-8BFC-33EBFB5CE69C/Do cuments/storeFiles/AEAnnotation_v10312011_1727_local.sqlite. SQLite error code:266, 'not an error' errno:6


At least with the latest version of iTunes it is more accurate about what is going on, but that has done nothing to help me work around the underlying hardware/disk (nand) failure to get a back up.

User uploaded file

Are there any Apple folks out there who can provide some insight into how to possibly address this? Dev tools?


I just want a good image of the iPad so I can restore to a new one. Well, as good as I can get.


Help? Thanks.


P.S. I would try apple support, but I suspect that this is beyond what they can help with. Also, this iPad is ancient at this point.

iPad Backup Fails; NAND failure?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.