-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 21 January 2003 08:50 am, Nick Lindsell wrote:
> At 13:16 21/01/2003 +0000, you wrote:
> >Steve Lee wrote:
> >>anyone know how to output an iso image to disk
> >>and not a CD.
> >>Thanks.
> >
> >One way is to mount the iso image as a drive and copy it out. If my
> > memory serves me the command is something like:
> >
> >mount -t iso9660 <name of iso image> /mount/point
> >
> >- where '/mount/point' is some preexisting directory.
> >
> >/jan
>
> I think you need to use the loopback device to mount an iso image.
> e.g. :-
> mount -t iso9660 -o loop=/dev/loop0 <name of iso image> /mount/point

OOPs,
In my initial reply, I assumed that the goal was to _create_ an iso 
image...

If you want to copy the contents of the iso to the hard disk:
mkdir tmp
mount -o loop image.iso tmp
cp -a tmp isofiles 
umount tmp
The 'isofiles' directory should now contain all the files from the ISO.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+LdTCn/07WoAb/SsRAn4XAKC0/QFmS21nWP6OEEBWbrEc3j6/TwCfcjVe
uRof9a4oBbCSJUZ+f/WUCU8=
=3ZeQ
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to