Subject: Mounting a file containing raw image of ISO9660 File System
To: None <port-i386@netbsd.org>
From: Stuart Brooks <stuartb@cat.co.za>
List: port-i386
Date: 01/17/2000 09:11:22
Is there any way to mount a file containing an image of an iso9660 file
system? The file was created by 'mkisofs' (v1.12) in order to prepare it for
writing to a CD using 'cdrecord'. According to the man page this can be done
on Linux & Solaris systems - is there a way to do it on NetBSD?

The Linux command looks like this
'mount cdimage.raw -r -t iso9660 -o loop /mnt'


I have tried every mount form I can think of, including using vnconfig &
vnd0?
Maybe there is some other way of doing things (other than using mkisofs +
cdrecord) ?

If anyone has any ideas I would really appreciate it ...

Stuart Brooks