From owner-freebsd-questions@FreeBSD.ORG Thu Feb 16 22:59:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9C0D316A420 for ; Thu, 16 Feb 2006 22:59:54 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6752A43D46 for ; Thu, 16 Feb 2006 22:59:51 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k1GMxX8d059967; Thu, 16 Feb 2006 16:59:34 -0600 (CST) Message-Id: <6.0.0.22.2.20060216165906.02641e30@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 16 Feb 2006 16:59:29 -0600 To: =?iso-8859-1?Q?Bj=F6rn?= =?iso-8859-1?Q?_K=F6nig?= From: Derek Ragona In-Reply-To: <65199.1140128427@monkeys.com> References: <65199.1140128427@monkeys.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Mounting data DVDs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 22:59:54 -0000 It is possible your DVD is not cd9660 standard format. The cd9660 pre-dates DVD's and is for CD-ROMS. Can you mount a standard CD-ROM? You may also need to add the -r flag to mount to specify it is a read-only filesystem. Hope this helps. -Derek At 04:20 PM 2/16/2006, Ronald F. Guilmette wrote: >In message <43F4F92E.7050301@cs.tu-berlin.de>, you wrote: > > >> and I also tried: > >> > >> mount -t cd9660 /dev/acd0 /mnt > >> > >> which yielded the error: > >> > >> cd9660: /dev/acd0: Input/output error > >> > >> OK, so what am I doing wrong? > >> [...] > > > >Maybe /var/log/messages gives you a hint what's happening. > >Maybe, but I can't make any clear sense out of what I see in there: > > >... >Feb 16 13:35:10 shiny kernel: (cd0:ata1:0:0:0): READ TOC/PMA/ATIP {MMC >Proposed}. CDB: 43 0 0 0 0 0 0 0 4 0 >Feb 16 13:35:10 shiny kernel: (cd0:ata1:0:0:0): CAM Status: SCSI Status Error >Feb 16 13:35:10 shiny kernel: (cd0:ata1:0:0:0): SCSI Status: Check Condition >Feb 16 13:35:10 shiny kernel: (cd0:ata1:0:0:0): ILLEGAL REQUEST asc:24,0 >Feb 16 13:35:10 shiny kernel: (cd0:ata1:0:0:0): Invalid field in CDB >Feb 16 13:35:10 shiny kernel: (cd0:ata1:0:0:0): Unretryable error >Feb 16 14:04:44 shiny kernel: cd9660: RockRidge Extension >Feb 16 14:06:17 shiny kernel: (cd0:ata1:0:0:0): READ TOC/PMA/ATIP {MMC >Proposed}. CDB: 43 0 0 0 0 0 0 0 4 0 >Feb 16 14:06:17 shiny kernel: (cd0:ata1:0:0:0): CAM Status: SCSI Status Error >Feb 16 14:06:17 shiny kernel: (cd0:ata1:0:0:0): SCSI Status: Check Condition >Feb 16 14:06:17 shiny kernel: (cd0:ata1:0:0:0): ILLEGAL REQUEST asc:24,0 >Feb 16 14:06:17 shiny kernel: (cd0:ata1:0:0:0): Invalid field in CDB >Feb 16 14:06:17 shiny kernel: (cd0:ata1:0:0:0): Unretryable error > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"