2009/2/11 shah khadafi <shahca...@gmail.com>
>
> dear all,
> i use kernel UML 2.6.24 and rootfs Ubuntu Festy Fawn.
> cause i want install package build essential on my UML.
>
> how to mount CD-ROM on UML?
Hi!

It's very simple. First of all make sure your UML kernel has the isofs
support built in.
Add the following line, according to your settings, to the guest
/etc/fstab file:
/dev/ubd2 /mnt/cdrom iso9660 user,noauto,ro 0 0
Finally, append the following parameter to the uml execution command line:

ubd2=/dev/hdc

where /dev/hdc is your cd-rom reader on your host.

Now you should be able to simply mount your cd-rom typing 'mount
/mnt/cdrom' on your guest system.


Regards,

Flavio Bertini

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to