From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 20:58:04 2005 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 356D716A4CE for ; Tue, 1 Feb 2005 20:58:04 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70CB143D2D for ; Tue, 1 Feb 2005 20:58:03 +0000 (GMT) (envelope-from craig.freebsd@online.de) Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Cw562-0000mF-00 for questions@freebsd.org; Tue, 01 Feb 2005 21:58:02 +0100 Received: from [217.231.84.31] (helo=[192.168.0.90]) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1Cw562-0003Ck-00 for questions@freebsd.org; Tue, 01 Feb 2005 21:58:02 +0100 Message-ID: <41FFED58.5000007@online.de> Date: Tue, 01 Feb 2005 21:58:00 +0100 From: craig Organization: small-pla.net User-Agent: Mozilla Thunderbird 1.0 (X11/20050121) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:13d873e74d14c1363715808660186da0 Subject: erratic mounting of sd card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: craig.freebsd@online.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 20:58:04 -0000 hey all, i'm trying to mount an sd card plugged into a 4in1-usb-reader and while i have had it work once, i cannot repeat that success. the umass reader is always plugged in and is recognised in dmseg as : da0 at umass-sim1 bus 1 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present da1 at umass-sim1 bus 1 target 0 lun 1 da1: Removable Direct Access SCSI-0 device da1: 1.000MB/s transfers da1: Attempt to query device size failed: NOT READY, Medium not present da2 at umass-sim1 bus 1 target 0 lun 2 da2: Removable Direct Access SCSI-0 device da2: 1.000MB/s transfers da2: Attempt to query device size failed: NOT READY, Medium not present da3 at umass-sim1 bus 1 target 0 lun 3 da3: Removable Direct Access SCSI-0 device da3: 1.000MB/s transfers da3: Attempt to query device size failed: NOT READY, Medium not present i have all the relevant #device defines compiled into my kernel as layed out in the handbook. my first attempt was a very successful # mount_msdosfs /dev/da2s1 /mnt/sd i could explore all my recent holiday pics and remember the good snow in the swiss. but later, when i tried to # umount /dev/da2s1 the system literally hung (did i do something wrong? i was not using the drive at the time!) - each time i did an ls in another terminal, it just froze there, until eventually X stopped resonding at all! :( since then i have not been able to mount again - each time i try, it wants to tell me that mount_msdosfs: /dev/da2s1: No such file or directory ??? i plugged the sd back into the camera and it seems to be in good order - so i assume that nothing went wrong with the fs. where to from here? any help would be appreciated! -- craig@small-pla.net