Date: Wed, 15 May 1996 20:07:00 -0400 From: Andrew Herdman <andrew@why.whine.com> To: questions@freebsd.org Subject: Making an ISO filesystem Message-ID: <Pine.BSF.3.91.960515200040.1063A-100000@why>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960515200040.1063A-100000>