Mailinglist Archive: opensuse (3419 mails)

< Previous Next >
Re: [opensuse] how to mount an ISO image (was: suse install problem)
  • From: riccardo35@xxxxxxxxx
  • Date: Mon, 9 Apr 2007 06:13:35 +0000
  • Message-id: <200704090613.35489.riccardo35@xxxxxxxxx>
On Mon 09 Apr 2007 01:37, Carlos F Lange wrote:
> > Â - Is there some method whereby one can copy a CD-iso to Hard
> > Disk, and access, without using the CD drive . . . but by mounting
> > the iso as /loop device?
>
> Use the mount command:
>
> mount -t iso9660 -o loop,ro,exec,unhide  whatever.iso
> /path/mountpoint
>
> Or add to your /etc/fstab (mounts everytime you reboot):
>
> /path/whatever.iso   /path/mountpoint   iso9660   loop,ro,exec,unhide
>
> Copy the ISO with K3B or with:
>
> dd if=/dev/cdrom of=/path/whatever.iso
>
> Replace /dev/cdrom with the proper device in the command above, if
> needed.

 - thank you so much, Carlos FL - this is really good to learn  :)

best wishes

--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >