From owner-freebsd-current@FreeBSD.ORG Fri Sep 19 00:06:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F3CD16A4B3 for ; Fri, 19 Sep 2003 00:06:31 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D6C43F85 for ; Fri, 19 Sep 2003 00:06:28 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: from spider.deepcore.dk (localhost [127.0.0.1]) by spider.deepcore.dk (8.12.9/8.12.9) with ESMTP id h8J76Pj5033006; Fri, 19 Sep 2003 09:06:25 +0200 (CEST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.9/8.12.9/Submit) id h8J76Pq4033005; Fri, 19 Sep 2003 09:06:25 +0200 (CEST) From: Soren Schmidt Message-Id: <200309190706.h8J76Pq4033005@spider.deepcore.dk> In-Reply-To: <20030919070416.GH22643@student.agh.edu.pl> To: w@dream.vg Date: Fri, 19 Sep 2003 09:06:25 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 X-mail-scanned: by DeepCore Virus & Spam killer v1.3 cc: freebsd-current@freebsd.org Subject: Re: ATAng still problematic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 07:06:31 -0000 It seems Jan Srzednicki wrote: > > dd if=/dev/acdXtY of=trackY bs=2352 > > Cool. ;) Yes, and that has worked for ages... > Could you give me a hint what to put in devd.conf to get acdXtY files > created automatically when a CD is inserted? You just need something to open the acdX device (so the drive reads the TOC), I oftyen use cdcontrol -f acdX info, that will also tell how many tracks there are... -Søren