From owner-freebsd-questions@FreeBSD.ORG Sun Mar 26 03:32:10 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 7F8EB16A401 for ; Sun, 26 Mar 2006 03:32:10 +0000 (UTC) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29CEA43D45 for ; Sun, 26 Mar 2006 03:32:10 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip01.eastlink.ca ([24.222.10.5]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IWP00FG5TTOL4K0@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Sat, 25 Mar 2006 23:32:12 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip01.eastlink.ca with ESMTP; Sat, 25 Mar 2006 23:32:09 -0400 Date: Sat, 25 Mar 2006 23:31:12 -0400 From: Duane Whitty In-reply-to: <70e6afb60603251852s168d4415x@mail.gmail.com> To: Saul Mena Avila Message-id: <44260B00.7050403@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <70e6afb60603251852s168d4415x@mail.gmail.com> User-Agent: Thunderbird 1.5 (X11/20060309) Cc: freebsd-questions@freebsd.org Subject: Re: What's that filesystem for a usb flash drive? 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: Sun, 26 Mar 2006 03:32:10 -0000 Saul Mena Avila wrote: > Hello!. I've been trying to mount my flash memory but it just doesn't let > me. > I use (as root): > > mount -t msdosfs /dev/ad0 /flash > > The feedback is something like "device ad0 doesn't allow action" > Can anybody help me? > > Hi, Give us the output of uname -a and dmesg. That way people on the list will have some information about your system. As well include the make and model of the device in question. Without this you are unlikely to receive much (positive) attention. --Duane Whitty