Thursday, October 16, 2008

ubuntu to load an .iso file

There is no virtual cdrom. the only thing you need to do is to mount.
for example:
mount -t iso9660 -o loop /root/unbuntu.iso /cdrom
"/root/unbuntu.iso" is the iso file
"/cdrom" is where you want to mount

No comments: