From owner-freebsd-questions@FreeBSD.ORG Fri Mar 5 19:39:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B11A416A4CE for ; Fri, 5 Mar 2004 19:39:10 -0800 (PST) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4208E43D2D for ; Fri, 5 Mar 2004 19:39:10 -0800 (PST) (envelope-from dvelez502@verizon.net) Received: from david ([162.83.195.13]) by out005.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040306033909.SEQX2677.out005.verizon.net@david> for ; Fri, 5 Mar 2004 21:39:09 -0600 Message-ID: <001501c4032c$94fefe00$6601a8c0@david> From: "David" To: Date: Fri, 5 Mar 2004 22:39:02 -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 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [162.83.195.13] at Fri, 5 Mar 2004 21:39:09 -0600 Subject: Can't mount cd9660 file system. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 03:39:10 -0000 Hi, everyone. I'm using freeBSD 5.1 I am having trouble mounting a cd9660 file system. I've done this hundredths of times with no problems. But for the first time, I am burning the iso image to dvd medium. A dvd+r exactly... First, I created the image with the mkisofs command: mkisofs -J -R -o backup.iso /win The file size is 2.4G. Then, I use the burncd command: burncd -f /dev/acd0 -s 2 dvdrw backup.iso fixate No error messages... Next, I typed mount -t cd9660 /dev/acd0 /iso and gotten this message: cd9660: Invalid argument then I type mount_cd9960 /dev/acd0 /iso and mount /cdrom, but got the same mesaage as above. If you have any comments, I syrely appreciate it. Thanks