Mailinglist Archive: opensuse (3627 mails)
| < Previous | Next > |
Re: [SLE] ISO Image,
- From: Steven Hatfield <ashari@xxxxxxxxxxxxxxx>
- Date: Fri, 08 Jun 2001 15:52:08 -0400
- Message-id: <3B212CE8.3070707@xxxxxxxxxxxxxxx>
Carlos Lorenzo Mates wrote:
mount -o loop <isoimagefilename> <mountpoint>
So if my iso image filename was /home/ashari/bigfile.iso, I could mount it to /mnt/iso like:
mount -o loop /home/ashari/bigfile.iso /mnt/iso
and then you can cd right to the directory /mnt/iso and do with it what you want :)
Have fun!
-Steven
On Vie 08 Jun 2001 16:22, Alexandr Malusek wrote:Make sure that you are root, and that you have loopback compiled into your kernel (or as a module) and run the command:
Jason Corcoran <jason@xxxxxxxxxxx> writes:
If I have a CD that I want to make an ISO image of what command do I use?The following usually works for "ordinary" data CDs. (The ISO image is
in the file cd.iso).
# dd if=/dev/cdrom of=cd.iso
For a discussion about copy protection, ... see e.g.
http://www.cdrfaq.org/
--
Alexandr.Malusek@xxxxxxxxxx
Hello.
And if I want to Unmake the Iso image to a directory, how can I make this?
mount -o loop <isoimagefilename> <mountpoint>
So if my iso image filename was /home/ashari/bigfile.iso, I could mount it to /mnt/iso like:
mount -o loop /home/ashari/bigfile.iso /mnt/iso
and then you can cd right to the directory /mnt/iso and do with it what you want :)
Have fun!
-Steven
| < Previous | Next > |