Jump to content

Zipped image


Elv13
 Share

2 posts in this topic

Recommended Posts

hi, long time ago i saw a dd command with tar -xpvf before for use the .img inside of the tar.gz

 

someone know where i can find this cammand?

 

it was someting like

 

tar -xpvf ./tiger-flat-x86.img dd if=tiger-flat-x86.img of=/dev/hda2 bs=512 skip=63

Link to comment
Share on other sites

hi, long time ago i saw a dd command with tar -xpvf before for use the .img inside of the tar.gz

 

someone know where i can find this cammand?

 

it was someting like

 

tar -xpvf ./tiger-flat-x86.img dd if=tiger-flat-x86.img of=/dev/hda2 bs=512 skip=63

Maybe is this : #bzip2 -d tiger-x86.tar.bz2 dd bs=1048576 if=./tiger-x86-flat.img of=/dev/hdb (you must to put the right Device/partition there). I haven't tested it, because i haven't linux installed. Good luck !!.

Link to comment
Share on other sites

 Share

×
×
  • Create New...