777upender wrote: ↑Mon Feb 12, 2018 12:36 pm
Could you please let me know what exactly OS images mean??
It goes like this ....
An engineer at the RPF installs the Raspbian OS onto a disk.
He then takes a copy of the raw disk (thats below the partition level) into a single file.
This is the "image" file because it is a complete "image" or copy of the installed OS, it results in a file called "2017-11-29-raspbian-stretch.img". The engineer then compresses that file with zip, giving the resulting file called "2017-11-29-raspbian-stretch.zip".
To use it, it must be uncompressed (unzipped) back to the ".img" image file. Then that image file is simply copied onto your raw disk. So you do not have to "install" Raspbian, it has been done for you.
Because the image file is below the partition level, you do not format the SD card first, the two partitions magically appear after you have copied the file onto the SD card.
Nowadays there is a nice GUI app that does it all for you called etcher. It does the unzip and then does the copy, and is the recommended method now.