From owner-freebsd-scsi@FreeBSD.ORG Thu Dec 18 16:03:30 2003 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD2FE16A4CE for ; Thu, 18 Dec 2003 16:03:30 -0800 (PST) Received: from rhymer.cogsci.ed.ac.uk (rhymer.cogsci.ed.ac.uk [129.215.144.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C690D43D36 for ; Thu, 18 Dec 2003 16:03:28 -0800 (PST) (envelope-from richard@cogsci.ed.ac.uk) Received: from sorley.cogsci.ed.ac.uk (xdm [129.215.144.53]) by rhymer.cogsci.ed.ac.uk (8.9.3p2/8.9.3) with ESMTP id AAA12020 for ; Fri, 19 Dec 2003 00:03:27 GMT Received: (from richard@localhost) by sorley.cogsci.ed.ac.uk (8.9.3+Sun/8.9.3) id AAA09553 for freebsd-scsi@freebsd.org; Fri, 19 Dec 2003 00:03:26 GMT Date: Fri, 19 Dec 2003 00:03:26 GMT Message-Id: <200312190003.AAA09553@sorley.cogsci.ed.ac.uk> From: Richard Tobin To: freebsd-scsi@freebsd.org Organization: just say no Subject: CF reader luns have to be scanned manually X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 00:03:30 -0000 I have a a "Hama 6 in 1 USB memory card reader". http://www.amazon.co.uk/exec/obidos/ASIN/B0000ZGZG8 It appears as four LUNs (SD, CF, SM, and MS cards). The first appears when I plug in the device: da0: Removable Direct Access SCSI-0 device da0: 650KB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present but to get the others I have to scan the bus manually. So for example after "camcontrol rescan 4:0:1" I get: da1: Removable Direct Access SCSI-0 device da1: 650KB/s transfers da1: 30MB (62976 512 byte sectors: 64H 32S/T 30C) (which is the device I really want). Can I arrange for all the LUNs to be attached when I plug in the device? -- Richard