Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 1996 20:10:46 -0500
From:      Andrew Herdman <andrew@whine.com>
To:        questions@freebsd.org
Subject:   using mkisofs and vnconfig
Message-ID:  <Pine.BSF.3.91.960206200606.1212A-100000@why>

next in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960206200606.1212A-100000>