M HYPE SPLASH
// general

How to decompress .img.gz a compressed disk image to .img?

By Abigail Rogers

Probably this is duplicate, i can't find out related from search engine. How i can extract .img.gz file into .img file?

i have files archived as .img.xz and .img.gz. i can extract .img.xz using xz-utils or unxz from this way but i can't locate where is ungz to get my miner.

Thanks in advance.

1 Answer

It's called gunzip:

gunzip /path/to/my.img.gz

This is the same like gzip -d

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy