How to open any ios file in Redhat linux
hello guys here we will learn how can we open any ios file in linux.Here we open iso file and copy some data or folder .it is very help full for linux because we can make YUM.(if u want to know what is yum ?and how to configure redhat linux server so click on link) And we can also install important packge in linux .so it is very important how to open iso file in redhat linux. If u want to know how can we receive iso file in linux so click how can we transfer windows file in linux .when we receive iso file we will open like this step 1-now at fast we go to terminal and fire command like this
[root@localhost ~]# ls
anaconda-ks.cfg Desktop install.log install.log.syslog rhel54iso.iso
[root@localhost ~]# mount -o loop rhel54iso.iso /mnt
here we need mount iso file .we can look mount iso file through [root@localhost ~]# df -h
Filesystem Size Used Avail Use% Mounted on /dev/sda1 29G 12G 16G 45% / tmpfs 1014M 0 1014M 0% /dev/shm /root/rhel54iso.iso 2.8G 2.8G 0 100% /mnt
Step 3-then we go to /mnt directory or folder mnt directory in we need Server folder because server folder is very important in linux .we can make yum server through.
[root@localhost ~]# cd /mnt [root@localhost mnt]# ls Cluster RELEASE-NOTES-gu.html RELEASE-NOTES-U4-bn.html RELEASE-NOTES-U4-pt_BR.html ClusterStorage RELEASE-NOTES-hi.html RELEASE-NOTES-U4-de.html RELEASE-NOTES-U4-ru.html EULA RELEASE-NOTES-it.html RELEASE-NOTES-U4-en RELEASE-NOTES-U4-si.html eula.en_US RELEASE-NOTES-ja.html RELEASE-NOTES-U4-en.html RELEASE-NOTES-U4-ta.html GPL RELEASE-NOTES-kn.html RELEASE-NOTES-U4-es.html RELEASE-NOTES-U4-te.html images RELEASE-NOTES-ko.html RELEASE-NOTES-U4-fr.html RELEASE-NOTES-U4-zh_CN.html isolinux RELEASE-NOTES-ml.html RELEASE-NOTES-U4-gu.html RELEASE-NOTES-U4-zh_TW.html README-en RELEASE-NOTES-mr.html RELEASE-NOTES-U4-hi.html RELEASE-NOTES-zh_CN.html README-en.html RELEASE-NOTES-or.html RELEASE-NOTES-U4-it.html RELEASE-NOTES-zh_TW.html RELEASE-NOTES-as.html RELEASE-NOTES-pa.html RELEASE-NOTES-U4-ja.html RPM-GPG-KEY-redhat-beta RELEASE-NOTES-bn.html RELEASE-NOTES-pt_BR.html RELEASE-NOTES-U4-kn.html RPM-GPG-KEY-redhat-release RELEASE-NOTES-de.html RELEASE-NOTES-ru.html RELEASE-NOTES-U4-ko.html Server RELEASE-NOTES-en RELEASE-NOTES-si.html RELEASE-NOTES-U4-ml.html TRANS.TBL RELEASE-NOTES-en.html RELEASE-NOTES-ta.html RELEASE-NOTES-U4-mr.html VT RELEASE-NOTES-es.html RELEASE-NOTES-te.html RELEASE-NOTES-U4-or.html RELEASE-NOTES-fr.html RELEASE-NOTES-U4-as.html RELEASE-NOTES-U4-pa.html
then we copy server folder to root/desktop
[root@localhost ~]# cp -rv Server /root/Desktop
Step 3-then we will unmount /mnt folder
[root@localhost ~]# umonunt /mnt
Step 4- then we wil found Server directory on desktop
now our work is complete next process is we will make yum if u want to continue this process so click on what is yum ? how to configure in RedHat Linux .
thank you
by vishnu sharma
