From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 19:31:08 2005 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 4ACD016A4CE for ; Fri, 14 Jan 2005 19:31:08 +0000 (GMT) Received: from whoweb.com (whoweb.com [66.180.172.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8883643D2F for ; Fri, 14 Jan 2005 19:31:06 +0000 (GMT) (envelope-from jonw@whoweb.com) Received: from whoweb.com (localhost [127.0.0.1]) by whoweb.com (8.12.11/8.12.11) with ESMTP id j0EJZrHM040436 for ; Fri, 14 Jan 2005 13:35:53 -0600 (CST) Received: (from root@localhost) by whoweb.com (8.12.11/8.12.11/Submit) id j0EJZrhH040435 for freebsd-questions@freebsd.org; Fri, 14 Jan 2005 13:35:53 -0600 (CST) Date: Fri, 14 Jan 2005 13:35:53 -0600 (CST) From: Jonathan Wallace Message-Id: <200501141935.j0EJZrhH040435@whoweb.com> To: freebsd-questions@freebsd.org Subject: growisofs problem 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: Fri, 14 Jan 2005 19:31:08 -0000 Hello, I've got a curious problem using growisofs on FBSD 5.2.1-RELEASE #0. I'm using the following hardware (from dmesg): acd0: DVDR at ata1-slave PIO4 cd0: Removable CD-ROM SCSI-0 device Using the cd0 device (through atapicam) I can write to /dev/cd0 without any errors, but I cannot mount the device to read it. There is nothing wrong with the DVD media (DVD+RW) because I can put it in another 5.2.1 system with a SONY DRU model DVD drive, mount it, and read it. So the bits are being written correctly by growisofs. Here is the output when I try to mount the media in the HP 530r DVD drive: # mount_cd9660 /dev/cd0 /mnt mount_cd9660: /dev/cd0: Invalid argument # mount_cd9660 /dev/acd0 /mnt mount_cd9660: /dev/acd0: Invalid argument Both devices are valid. I can mount and read a commercial CDROM. I have not tried a commercial DVD yet. Any thoughts? Jon