i want a virtual cd rom like poweriso can create in win. and i need to mount that iso and work and feel like cd rom
On 12/12/08, Hafiz Imtiaz <[email protected]> wrote: > If the filename is 'matlab.iso' [assuming it is in your home > directory], then here is the CLI solution: > > Make mount directory for the ISO image and mount > $mkdir /media/iso > $modprobe loop > $mount /home/{yourname}/matlab.iso /media/iso/ -t iso9660 -o loop > > On Fri, Dec 12, 2008 at 6:46 PM, Hasin Hayder <[email protected]> > wrote: >> use fuseiso >> >> sudo apt-get install fuseiso >> >> :) >> >> >> regards >> hasin hayder >> i2we inc (www.i2we.com) >> http://hasin.wordpress.com >> >> >> On Fri, Dec 12, 2008 at 6:41 PM, dark lord <[email protected]> wrote: >> >>> How to mount iso in ubuntu need both termimal and gui solution and how >>> to unmount when needed? >>> >>> -- >>> Ubuntu Bangladesh mailing list >>> [email protected] >>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd >>> >> -- >> Ubuntu Bangladesh mailing list >> [email protected] >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd >> > > > > -- > Hafiz Imtiaz > 0306005 > EEE,BUET > PH: 01915698207 > www.hafizimtiaz.co.nr > > -- > Ubuntu Bangladesh mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd > -- DARKLORD (:= -- Ubuntu Bangladesh mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
