Mailinglist Archive: opensuse (3419 mails)
| < Previous | Next > |
Re: [opensuse] how to mount an ISO image (was: suse install problem)
- From: Carlos F Lange <carlos.lange@xxxxxxxxxxx>
- Date: Sun, 8 Apr 2007 19:37:12 -0600
- Message-id: <200704081937.12813.carlos.lange@xxxxxxxxxxx>
On Saturday 07 April 2007 15:35, riccardo35@xxxxxxxxx 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.
Carlos FL
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> - 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.
Carlos FL
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |