From owner-freebsd-questions@FreeBSD.ORG Fri Jan 6 11:07:24 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 098C716A41F for ; Fri, 6 Jan 2006 11:07:24 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3464343D6D for ; Fri, 6 Jan 2006 11:07:09 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EupR5-0006iI-Uu for freebsd-questions@freebsd.org; Fri, 06 Jan 2006 06:07:08 -0500 Message-ID: <006601c612b1$529bc750$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <00fd01c6123e$eb4110a0$210110ac@fortunato> <20060105221957.GA1050@flame.pc> <001b01c61287$bf89c580$210110ac@fortunato><200601061045.58881.vdemart1@tin.it> <43BE47AF.3020409@beldurnik.com> Date: Fri, 6 Jan 2006 05:07:02 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Flash Disk 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, 06 Jan 2006 11:07:24 -0000 >I have been doing a lot of key work over the last couple of days What I am >doing is: > dmesg | grep da0 > To find the drive that is listed on as it might not be da0 if you have > other things plugged in. > Then: > mount -t msdosfs /dev/da0s1 /mnt > Does the same thing but I think ends up being a little cleaner. Actually, this is what I did when I noticed I had a device node "da0s1", and ding!, I mounted it. Just by pure trial and error. Thanks so much. Teilhard.