From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 07:01:16 2004 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 0CB0C16A4CE for ; Tue, 30 Nov 2004 07:01:16 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A086643D5F for ; Tue, 30 Nov 2004 07:01:15 +0000 (GMT) (envelope-from rlurman@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so467952rne for ; Mon, 29 Nov 2004 23:01:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=YijEKFIUs882RfPgGx+G+YSTg53t/tBx6k7BMCiIZWDV8uOsLvRDBmMZxhKnzgZl+6MTyDaTyPs40WhXNFmW4eXcV1856MYaJ/DLt2Xb8GccxOhxWnJ9KT8jgOeI6Sql60w+TwclHzJf/xAs9evfs1S6TsrPXfTU3544CSlrrdA= Received: by 10.38.161.61 with SMTP id j61mr284126rne; Mon, 29 Nov 2004 21:14:34 -0800 (PST) Received: by 10.38.149.36 with HTTP; Mon, 29 Nov 2004 21:14:34 -0800 (PST) Message-ID: Date: Tue, 30 Nov 2004 00:14:34 -0500 From: RL To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: RL List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 07:01:16 -0000 I just got a new USB 2.0 flashdrive that I want to access. It recognizes it fine as da0. I am wondering how I actually mount that. Do I need an entry in /etc/fstab? If not how would I mount it with the mount -t command?