From owner-freebsd-questions Sat Jan 13 10:12:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail3.rdc1.on.home.com (femail3.rdc1.on.home.com [24.2.9.90]) by hub.freebsd.org (Postfix) with ESMTP id CCC6937B6A1 for ; Sat, 13 Jan 2001 10:12:18 -0800 (PST) Received: from magus ([24.114.209.187]) by femail3.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010113181158.CGOW22375.femail3.rdc1.on.home.com@magus> for ; Sat, 13 Jan 2001 10:11:58 -0800 Message-ID: <001701c07d8c$6d65dea0$0300a8c0@magus> From: "William Wong" To: Subject: vn device and ISO files Date: Sat, 13 Jan 2001 13:12:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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