Hi,
I'm running XO from sources (2af84) under a Debian stretch VM.
I've got all the dependancies installed to do 'file restore' from backups - and this works, on small backups (e.g. ~8Gbyte).
However - a much larger VM I have backed up (~100Gbyte) fails.
Looking on the system - I can see it's created the loop back (loop0) for it, and mounted it on the XO VM, but then you start getting:
[882294.370559] print_req_error: I/O error, dev loop0, sector 8912912
Type errors. This coincides with using XO to 'browse' through the directory structure of the backup (i.e. traverse the mounted backup filesystem).
There's not a lot else logged in syslog, e.g. from the point you select a backup to file restore from, I see:
[878193.892486] fuse init (API version 7.27)
[878195.968810] loop: module loaded
[878196.269943] EXT4-fs (loop0): write access unavailable, skipping orphan cleanup
[878196.269996] EXT4-fs (loop0): mounted filesystem without journal. Opts: norecovery,norecovery
[882233.697709] EXT4-fs (loop0): mounting ext3 file system using the ext4 subsystem
[882235.713249] EXT4-fs (loop0): write access unavailable, skipping orphan cleanup
[882235.713284] EXT4-fs (loop0): mounted filesystem without journal. Opts: norecovery,norecovery
[882294.370559] print_req_error: I/O error, dev loop0, sector 8912912
The I/O errors just then re-occur. The XO VM is left locked up at this point (kind of understandably).
I'm trying to work out what else I can do to look at this - e.g. is there a way of getting XO to log what it did to create the local loop0 mount? - So I can try and replicate from the CLI?
I've only tried this on small a small VM (~8Gbyte which works) and large (~100Gbyte which fails) VM so far - so I don't know if there's a size at which it "stops working"
If anyone can point me in the right direction of trying to get some more info of what XO's done to get to this point - that'd be great,
Thanks!