Tag Archives: dd

How to mount a file created using dd command

I created an exact copy of a bootable USB drive using the dd command (which is an extremely cool tool by the way) using the following command: dd if=/dev/sdb of=myFile.img After that, to mount it, you can simply use the … Continue reading

Posted in Linux, Ubuntu | Tagged , , , | Leave a comment