From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 20:36:45 2003 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 ECC1316A4B3 for ; Sat, 20 Sep 2003 20:36:45 -0700 (PDT) Received: from mail.wirewalk.com (dsl092-100-221.nyc2.dsl.speakeasy.net [66.92.100.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43AD143FE5 for ; Sat, 20 Sep 2003 20:36:45 -0700 (PDT) (envelope-from synrat@wirewalk.org) Received: by mail.wirewalk.com (Postfix, from userid 1002) id 59090CFFBA; Sat, 20 Sep 2003 23:44:02 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.wirewalk.com (Postfix) with ESMTP id 4AE7BCEC44 for ; Sat, 20 Sep 2003 23:44:02 -0400 (EDT) Date: Sat, 20 Sep 2003 23:44:02 -0400 (EDT) From: synrat X-X-Sender: synrat@mail.wirewalk.com To: freebsd-questions@freebsd.org Message-ID: <20030920232644.M2201@mail.wirewalk.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: cdrecord 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: Sun, 21 Sep 2003 03:36:46 -0000 I have 2 scsi controllers in the system, first one is LSI with 4 drives and second one is Adaptec with 2 drives and Yamaha scsi cdr. I'm able to use every device from the both controllers, including the cd drive, but when I do cdrecord -scanbus, it only lists the drives on the first scsi card. Does anyone know how to fix that ? I couldn't find any additional argument for cdrecord to do "extra scanning". Is it also possible to write to the device file itself ?? Which file would it be ? thank you all in advance.