From owner-freebsd-questions Wed May 15 17:11:07 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA05428 for questions-outgoing; Wed, 15 May 1996 17:11:07 -0700 (PDT) Received: from cicerone.uunet.ca (root@cicerone.uunet.ca [142.77.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA05423 for ; Wed, 15 May 1996 17:10:56 -0700 (PDT) Received: from why.whine.com ([205.150.249.1]) by mail.uunet.ca with ESMTP id <115417-10355>; Wed, 15 May 1996 20:07:04 -0400 Received: from why (andrew@why [205.150.249.1]) by why.whine.com (8.7.5/8.6.12) with SMTP id UAA01096 for ; Wed, 15 May 1996 20:07:01 -0400 (EDT) Date: Wed, 15 May 1996 20:07:00 -0400 From: Andrew Herdman X-Sender: andrew@why To: questions@freebsd.org Subject: Making an ISO filesystem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been trying to create an iso9660 filesystem using the following commands but I can never seem to get it to work. I've tested the vnconfig part by dd'ing a cd onto a disk file and using vnconfig to mount it, that worked fine, so i'm guessing the problem is with mkisofs. What am I missing. The following is what happens when I try: # mkisofs -d -a -N -l -R -T -v -A "This is a Test" -P "Written by \ APH" -o /dsk2/fs.iso /dsk1/ # vnconfig /dev/vn0a /dsk2/fs.iso # mount -t cd9660 /dev/vn0a /mnt # df /mnt Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/vn0a 23652 23652 0 100% /mnt # ls ls: .: No such file or directory