From owner-freebsd-questions Tue Feb 6 17:18:36 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA01652 for questions-outgoing; Tue, 6 Feb 1996 17:18:36 -0800 (PST) Received: from cicerone.uunet.ca (cicerone.uunet.ca [142.77.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA01643 for ; Tue, 6 Feb 1996 17:18:34 -0800 (PST) Received: from why ([142.77.242.18]) by cicerone.uunet.ca with SMTP id <177230-1>; Tue, 6 Feb 1996 20:18:03 -0500 Date: Tue, 6 Feb 1996 20:10:46 -0500 From: Andrew Herdman X-Sender: andrew@why To: questions@freebsd.org Subject: using mkisofs and vnconfig Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk I have been playing with mkisofs to experiment with creating iso9660 filesystems, and attempting to use the vn driver to verify them. The problem is that the vn driver doesn't seem to work correctly. It allows me to mount the disk, it lists in the df with the proper size, and 0 free. But when I attempt to do an ls I get: ls: .: No such file or directory I cannot see what I have done wrong.... these are the commands I have been using: mkisofs -a -d -N -D -R -T -V "Test" -P "Test" -o /disk/isofs /disk/foo vnconfig /dev/vn0 /disk/isofs mount -t cd9660 /dev/vn0a /mnt Any suggestions appreciated. Andrew