In This tutorial we are going to learn how to mount ISO file in Linux. if we talk about windows so there is a need of a third party tools to mount ISO images, in our snario i mean in linux it just need a simple command.

Tutorial.

`

step 1

make directory on root named mnt for monting iso image.

type this command to do this.

#mkdir /mnt

okay..!!

step 2

for mounting iso image in mnt directory. which we created in above command.

#mount -o loop /location/of/file.iso /mnt/file

Lixux Iso :

so its done..!!! with simple two steps..

hope you enjoy..

don’t forgot to follow us on Facebook just hit this link

and for further discussions use comment section.

Similar Posts