From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 12:07:37 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 825AB16A4CE for ; Wed, 22 Dec 2004 12:07:37 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B23D43D3F for ; Wed, 22 Dec 2004 12:07:37 +0000 (GMT) (envelope-from ippiraman@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so209433rne for ; Wed, 22 Dec 2004 04:07:36 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=hK7CVnSxaXCgxW36MdRn1C4+8aG/lPFapK88KIec1RUBo4wNIwZ1DQD3lbzK+s/T+TinyaWLeDWKj7D8tV4sLyOy/2dkxPtz2y3nVdinmxLtQscGUwF8fMg1AzenwvZKQ5tjSM64GnmxpNS9d6RJt4tclX0Y/5nA/hsjdpPt2WE= Received: by 10.38.13.1 with SMTP id 1mr410687rnm; Wed, 22 Dec 2004 04:07:36 -0800 (PST) Received: by 10.38.102.32 with HTTP; Wed, 22 Dec 2004 04:07:36 -0800 (PST) Message-ID: Date: Wed, 22 Dec 2004 20:07:36 +0800 From: Irvin Piraman To: John Conover , freebsd-questions@freebsd.org In-Reply-To: <20041222050353.23735.qmail@rahul.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041222050353.23735.qmail@rahul.net> Subject: Re: how to mount a USB pen drive? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Irvin Piraman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 12:07:37 -0000 mount -t msdos /dev/da1s1 /mnt HTH Irvin On 22 Dec 2004 05:03:53 -0000, John Conover wrote: > > I plug in a USB pen drive, and dmesg says: > > umass0: Fujifilm USB Drive, rev 2.00/2.00, addr 2 > GEOM: create disk da1 dp=0xc20d3850 > da1 at umass-sim0 bus 0 target 0 lun 0 > da1: Removable Direct Access SCSI-0 device > da1: 1.000MB/s transfers > da1: 62MB (127840 512 byte sectors: 64H 32S/T 62C) > > How do I mount the USB pen drive? (It hasn't been formatted, and I > assume its MSDOS formatted since it was used on Win98.) > > Thanks, > > John > > -- > > John Conover, conover@rahul.net, http://www.johncon.com/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >