Date: Thu, 16 May 1996 17:29:21 +0000 (GMT) From: Gabor Zahemszky <zgabor@CoDe.hu> To: freebsd-questions@freebsd.org Cc: andrew@why.whine.com Subject: Re: Making an ISO filesystem Message-ID: <199605161729.RAA00528@CoDe.CoDe.hu> In-Reply-To: <Pine.BSF.3.91.960515200040.1063A-100000@why> from "Andrew Herdman" at May 15, 96 08:07:00 pm
next in thread | previous 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 > Something need to be wrong, one day I made an isofs with mkisofs, and vnconfiged the generated file, and can mount it. Try to use less options first. (Sorry, I havent get mkisofs man - and FBSD - in hand, now. Maybe later.) -- Gabor Zahemszky <zgabor@CoDe.hu> -:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:- Earth is the cradle of human sense, but you can't stay in the cradle forever. Tsiolkovsky
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605161729.RAA00528>