mount iso image of CD

I have an iso image of CD (e.g CD.iso) or image of floppy.
I can mount this image under linux:
mount -o loop CD.iso /CDimage
and after browse this directory.
Is any way under QNX4?

Jozef Krssak

Jozef Krssak wrote:

I have an iso image of CD (e.g CD.iso) or image of floppy.
I can mount this image under linux:
mount -o loop CD.iso /CDimage
and after browse this directory.
Is any way under QNX4?

Sure, provided Iso9660fsys running

mount_cdfs iso_file_name CDdir_name

Oleg

Jozef Krssak

Oleg A. Khamayko <olegax@mail.ru> wrote:

Jozef Krssak wrote:

I have an iso image of CD (e.g CD.iso) or image of floppy.
I can mount this image under linux:
mount -o loop CD.iso /CDimage
and after browse this directory.
Is any way under QNX4?

Sure, provided Iso9660fsys running
mount_cdfs iso_file_name CDdir_name

thanks, any is any way to mount image of QNX floppy disk
as ‘virtual floppy disk’ too ?
(e.g. mount image of license disk as ‘floppy’ and copy
(license /licdisk/etc/licenses /etc/licenses) licenses to hard disk)

bootable CD with QNX + license disk without physical disk =
only CD (no floppy disks!) with all programs

thanks


Jozef Krssak