Friday, 1 June 2012

How to mount iso image in Linux

Q How to mount iso image in linux

 Ans root@manish.bhandari#] mount -o loop example.iso /mnt

        root@manish.bhandari#] ls /mnt

Now mount the iso permanently

root@manish.bhandari#] vim /etc/fstab

/iso/rhel-server-5.5-x86_64-dvd.iso /mnt        iso9660   loop          0 0



                                             That' s all

                                                                                                                    Thanks & Regards
                                                                                                                         Manish Bhandari

No comments:

Post a Comment