Mailinglist Archive: opensuse (3729 mails)
| < Previous | Next > |
Re: [SLE] how to mount iso files
- From: Nick Katsamas <nkat@xxxxxxxxxxx>
- Date: Tue, 24 Jun 2003 12:11:39 +0300
- Message-id: <200306241211.39362.nkat@xxxxxxxxxxx>
Hi,
You can mount it with this command:
mkdir /mnt/iso
mount myiso.iso /mnt/iso/ -t iso9660 -o ro,loop=/dev/loop0
Where myiso.iso is your ISO file.
On Tuesday 24 June 2003 12:04, ovidiu pascui wrote:
> Hi
> Is there a possibility to mount an iso file to be able to access the
> information on it?
> I know this is possible on Solaris/Unix so I hope that also under
> SuSE/Linux!
> Thank you.
--
Best regards
********************************
Nick Katsamas
Systems Administration
Athens NOC - FORTHnet S.A.
e-Mail: nkat@xxxxxxxxxxx
********************************
You can mount it with this command:
mkdir /mnt/iso
mount myiso.iso /mnt/iso/ -t iso9660 -o ro,loop=/dev/loop0
Where myiso.iso is your ISO file.
On Tuesday 24 June 2003 12:04, ovidiu pascui wrote:
> Hi
> Is there a possibility to mount an iso file to be able to access the
> information on it?
> I know this is possible on Solaris/Unix so I hope that also under
> SuSE/Linux!
> Thank you.
--
Best regards
********************************
Nick Katsamas
Systems Administration
Athens NOC - FORTHnet S.A.
e-Mail: nkat@xxxxxxxxxxx
********************************
| < Previous | Next > |