Using virtual drives in ubuntu
Nils Kassube
kassube at gmx.net
Sat May 3 12:06:55 UTC 2008
ike ibekwe wrote:
> please can anyone tell me how to setup a virtual drive(s) (for mounting
> cd images). my version of ubuntu is gutsy gibbon
In a terminal use the command
sudo mount -oloop filename.iso /mnt
where you replace filename.iso with the appropriate filename of the CD
image. Then you find the contents of the image in the directory /mnt. And
you can replace /mnt with any other empty directory of your system
if /mnt is already in use.
Nils
More information about the ubuntu-users
mailing list