![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Absolute Beginner Talk The perfect starting place to find out more about computers, Linux and Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Day Old Decaf
![]() |
extract .img
ellor guys im new and im tryin to edit and reconfigure some stuff for friends live cd distrib there are four .img files on it and i need to know how to either convert them or extract the files and one know the commands for this??
|
|
|
|
|
|
#2 |
|
Quad Shot of Ubuntu
![]() |
Re: extract .img
if you want to extract it to a device eg /dev/sda1 use:
Code:
dd if=name.img of=/dev/sda1 Have not tried this myself, so be careful... Don't know if et works. Try to consult the manual: man dd |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() |
Re: extract .img
got it work. extract it to device like usb using dd
root# mount /dev/sdb1 /media/disk root# dd if=/dir/filename.img of=/dev/sdb1 2880+0 records in 2880+0 records out 1474560 bytes (1.5 MB) copied, 0.834497 seconds, 1.8 MB/s and the extracted files are in /media/disk Last edited by weldan; December 30th, 2007 at 10:39 PM.. |
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: May 2008
Beans: 36
|
Re: extract .img
just a small warning to beginners that stumble on this thread - the commands below which copy the img file to a USB device also wipe your device of anything else on it.
****edit - update After doing more reading - Be very careful with the dd-command also know to some people as Destroy Disk. Your target in the above example WILL BE deleted and at this stage i have not found a recovery solution. In my opinion dd-command is NOT for beginners because you get no warnings of what it is about to do. I would suggest do not use it. Last edited by darbid; June 24th, 2008 at 02:58 AM.. |
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() Join Date: Oct 2005
Beans: 94
|
Re: extract .img
Although the extraction went fine, I cannot mount my usbdisk anymore. It doesn't recognise the FS....
How can I reformat the usbdisk? Or make it work? |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|