From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 10:40:25 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 C0C2A16A4DA for ; Fri, 14 Jul 2006 10:40:25 +0000 (UTC) (envelope-from levchenko.i@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E4B43D46 for ; Fri, 14 Jul 2006 10:40:23 +0000 (GMT) (envelope-from levchenko.i@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so716375uge for ; Fri, 14 Jul 2006 03:40:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XuSNE6QzOcXxlQf+ScdZKh+8gkn7g2nZ22XOxVwzTjyqZGakLZM9KyF/sCbVExgbS0tKgq4Vb0Kul6wC4Mn0quzVbrYEayWxXg3B2YRf+G+n33eX+N3VqXZp1VD8XGyVKjzlnJsZjqPzluUHRCLs9N5nw8G71E8NT6k98aLiRNE= Received: by 10.78.165.16 with SMTP id n16mr1583638hue; Fri, 14 Jul 2006 03:40:22 -0700 (PDT) Received: by 10.78.118.5 with HTTP; Fri, 14 Jul 2006 03:40:22 -0700 (PDT) Message-ID: Date: Fri, 14 Jul 2006 13:40:22 +0300 From: "Ivan Levchenko" To: "gs_stoller@juno.com" In-Reply-To: <20060713.233921.26276.332203@webmail49.nyc.untd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060713.233921.26276.332203@webmail49.nyc.untd.com> Cc: freebsd-questions@freebsd.org Subject: Re: CDROM 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: Fri, 14 Jul 2006 10:40:25 -0000 Hello, Could you show the results of: dmesg | grep acd and ls -l /dev/ | grep acd On 7/14/06, gs_stoller@juno.com wrote: > Here is my latest try on it (where I dropped the 'a' at the end of > 'acd0a'): > # mount -t cd9660 /dev/acd0 /cdrom > cd9660: /dev/acd0: No such file or directory > # > >