Date: Sat, 13 Jan 2001 13:12:44 -0500 From: "William Wong" <willwong@samurai.com> To: <freebsd-questions@freebsd.org> Subject: vn device and ISO files Message-ID: <001701c07d8c$6d65dea0$0300a8c0@magus>
next in thread | raw e-mail | index | archive | help
Hi there, I'm trying to create a image.iso file and mount it. I'm doing: dd if=/dev/zero of=image.iso bs=28m count=25 vnconfig vn0 image.iso mount_cd9660 /dev/vn0c /mnt/location/ and I'm getting the error message: mount_cd9660: Invalid argument I think this has something to do with either the image.iso not being formated in the iso9660 spec. Is there a way to newfs or am I going about this all wrong? I'm doing this so that I could just copy a bunch of files into the mount, and then just burn myself the ISO. Thanks, - Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001701c07d8c$6d65dea0$0300a8c0>