How to use an ISO image on Ubuntu Linux Kaip naudoti ISO atvaizdą Ubuntu Linux
Like anything else on linux, it's easiest to do things from the command line. Kaip ką nors apie Linux, tai lengviausia padaryti kažką iš komandinės eilutės. Open up a terminal window and type in the following commands Atidarykite terminalo langą ir įveskite šias komandas
sudo mkdir /media/iso sudo mkdir / media / ISO
sudo modprobe loop sudo modprobe loop
sudo mount filename.iso /media/iso -t iso9660 -o loop sudo mount filename.iso / media / iso-t iso9660-o loop
You should be able to navigate to the /media/iso folder and see the contents of the ISO image. Jūs galėsite naršyti / media / ISO katalogą ir pamatyti iš ISO atvaizdo turinį. If you want to unmount the iso, use the following command: Jei norite atjungti ISO, naudokite šią komandą:
sudo umount /media/iso sudo umount / media / ISO
Stay tuned, we'll post a howto about using these ISO images from within the GUI. Stay tuned, mes jums paštu HOWTO, kaip naudoti šiuos ISO atvaizdai nuo per GUI.

Daily Email Updates Dienos paštas Atnaujinimai
You can get our how-to articles in your inbox each day for free. Galite gauti mūsų kaip prie straipsnių į Jūsų pašto dėžutę kasdien nemokamai. Just enter your name and email below: Tiesiog įveskite vardą ir elektroninio pašto adresą žemiau:



thanx for the stuff dude… thanx for the stuff dude ...
But Can anyone please explain it… Bet Can anyone please explain it ...
Like what does paramater -t and -o stand for. Kaip ką paramater-T ir-o pastovėti.
what is “sudo modprobe loop” Kas yra "sudo modprobe loop"
And why iso9660 is used… Ir kodėl ISO9660 naudojamas ...
I will be thankfull Būsiu thankfull
sudo modprobe loop ->loads/ installs the module for loopback file system support sudo modprobe loop -> įkelia / įdiegs Loopback file system support modulis
iso9660 -> the file system used by CD roms ISO9660 -> failų sistema, naudojama CD ROM
-t -> specify the file system type -t -> nurodyti failų sistemos tipą
-o loop-> for additional options while using a loopback filesystem -o loop-> papildomos galimybės naudodamiesi grįžtamojo failų
i need help i downloaded unbuntu linux and it is a iso file but when i tried to execute it , it would not let me I need help I downloaded unbuntu linux ir ji yra ISO failas, bet kai aš bandžiau jį vykdyti, ji neleidžia man
shoshuro If you are on windows you need to burn a cd from the iso image first. shoshuro Jei ant langų Jums reikia įrašyti CD iš ISO atvaizdo pirma. Use Nero or the free iso recorder from here: Naudokite Nero arba nemokamai ISO grotuvas iš čia:
http://isorecorder.alexfeinman.com/isorecorder.htm http://isorecorder.alexfeinman.com/isorecorder.htm
then if your system is set to boot from your cd drive, insert the cd in the drive and restart your computer. tada, jei jūsų sistemoje yra nustatytas krautis iš CD diską, įrašyti į CD diską ir perkraukite kompiuterį.
This will run Ubuntu from the cd without installing it. Tai bus paleisti Ubuntu iš CD be montavimo jis. If it works on your system you can click install and follow the directions. Jei jis dirba savo sistemoje, jūs galite spustelėti įdiegti ir vykdykite nurodymus.
if you want to burn your dvd to iso image and save it to your mac,i share you below resource: Jei norite įrašyti DVD ISO atvaizdą ir išsaugokite jį savo Mac, Pritariu jums žemiau išteklių:
http://www.infopirate.org/_how.....o-file-mac http://www.infopirate.org/_how.....o-file-mac
Thanks for the help….. Thanks for the help ... ..
I always search firstly this site for any help on ubuntu linux 9.04 Aš visada paieška Pirma tai bet ant Ubuntu Linux 9,04 Pagalba