Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] How to restore IMG backup file
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: How to restore IMG backup file
19th Apr, 2014, 12:21 AM
Post: #11
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: How to restore IMG backup file
@salar521

image backup is supposed to be directly "flashed" into SD card back.

but if you manually installed new XBian etc, you can "open" the .img file as block device (like USB disk).

Code:
sudo -i
modprobe loop
kpartx -av /path/to/my/img.file

kpartx command will create two new "partitions" - /dev/mapper/loop0p1 and /dev/mapper/loop0p2 - which you can mount manually or just with "usbmount" command (and content should appear under /media)
Code:
sudo usbmount /dev/mapper/loop0p2

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
How to restore IMG backup file - Carpenter - 20th Jan, 2014, 07:05 PM
RE: How to restore IMG backup file - Carpenter - 20th Jan, 2014, 10:33 PM
RE: How to restore IMG backup file - mk01 - 25th Jan, 2014, 05:56 PM
RE: How to restore IMG backup file - Carpenter - 28th Jan, 2014, 01:26 AM
RE: How to restore IMG backup file - IriDium - 21st Jan, 2014, 04:57 AM
RE: How to restore IMG backup file - IriDium - 28th Jan, 2014, 05:06 AM
RE: How to restore IMG backup file - Carpenter - 28th Jan, 2014, 05:52 PM
RE: How to restore IMG backup file - IriDium - 29th Jan, 2014, 06:40 AM
RE: How to restore IMG backup file - Carpenter - 29th Jan, 2014, 04:58 PM
RE: How to restore IMG backup file - salar521 - 11th Apr, 2014, 05:03 PM
RE: How to restore IMG backup file - mk01 - 19th Apr, 2014 12:21 AM
RE: How to restore IMG backup file - QuadCorei8085 - 21st May, 2014, 03:49 AM
RE: How to restore IMG backup file - mk01 - 22nd Jun, 2014, 08:25 AM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [PROBLEM] System Backup - Restore Fails husntvar 3 10,966 16th Sep, 2017 04:11 AM
Last Post: Nachteule
  [solved] xbian-config: backup to file runs two times Groormat 4 15,442 5th May, 2014 08:03 PM
Last Post: Groormat
  Cant copy Backup file to XBMC-Backup YippeeKaiay 4 13,867 16th Jan, 2014 06:01 AM
Last Post: mk01

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 6th Jun, 2025, 12:48 PM Powered By MyBB, © 2002-2025 MyBB Group.