2008/12/12 Hafiz Imtiaz <[email protected]>: > 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
There's no need to modprobe. It's already loaded into the kernel. Install gmountiso. it's a GUI for image files mounting. -- M. Nasimul Haque, M.Sc.(SUST) Wessex Institute of Technology Southampton, UK -- Ubuntu Bangladesh mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
