Subject: Mounting a file (diskimage)
To: None <port-alpha@netbsd.org>
From: Oliver Frick <ofrick@ofrick.com>
List: port-alpha
Date: 01/23/2000 12:10:37
Hi all
i have a diskimage which i want to mount under /mnt2
On Linux, i use:
mount -t iso9660 -o ro,loop=/dev/loop0 cd_image_file /mountpoint
Is there a similar command in NetBSD 1.4.1 / alpha-cpu ?
I compiled the kernel with file-system NULLFS but i think this is not
the solution - when i use "mount -t cd9660 -o ro,loop=/dev/loop0 cdhdtape
/mnt2" i get "mount_cd9660: -o loop: option not supported"
Thanks