From owner-freebsd-questions@FreeBSD.ORG Mon Dec 11 23:44:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3985016A494 for ; Mon, 11 Dec 2006 23:44:05 +0000 (UTC) (envelope-from Russell.Wood@rac.com.au) Received: from maserati.rac.com.au (maserati.rac.com.au [61.88.37.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7FA943CA2 for ; Mon, 11 Dec 2006 23:42:08 +0000 (GMT) (envelope-from Russell.Wood@rac.com.au) Received: from mazda.rac.com.au ([172.16.5.50]) by audi.rac.com.au with Microsoft SMTPSVC(6.0.3790.1830); Tue, 12 Dec 2006 08:43:19 +0900 Received: from mercury.rac.com.au ([172.16.5.42]) by mazda.rac.com.au with Microsoft SMTPSVC(6.0.3790.1830); Tue, 12 Dec 2006 08:43:18 +0900 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2757 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 12 Dec 2006 08:43:18 +0900 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Importance: normal Priority: normal Thread-Topic: mount USB-Device thread-index: AccdfUuZal36TJTiQReK98hjQ/GrZQAAL4uQ From: "Wood, Russell" To: "Karl Sinn" , X-OriginalArrivalTime: 11 Dec 2006 23:43:18.0978 (UTC) FILETIME=[22C52A20:01C71D7E] Cc: Subject: RE: mount USB-Device 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: Mon, 11 Dec 2006 23:44:05 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Karl Sinn > Sent: Tuesday, 12 December 2006 8:29 AM > To: freebsd-questions@freebsd.org > Subject: mount USB-Device >=20 > Hi, >=20 > I would like to use one of my USB-MP3-Players. >=20 > I plug it in and I can see with dmesg that the device is recognised by the > kernel. >=20 > "mount /dev/da0 /mnt " gives an error message: incorrect superblock. > "mount -t fat /dev/da0 /mnt" gives an error message that mount_fat is not > found >=20 > in "/usr/sbin" I find only mout_* for nwfs, portalfs and smbfs. >=20 > 1) Where are the other filesystem mounts? > 2) do I have to give another device name like da0s1? > 3) Is there something like automount? >=20 > Thanks > Karl Try: mount -t msdos /dev/da0 /mnt Regards, Russell Wood DISCLAIMER: Disclaimer. This e-mail is private and confidential. If you are not the = intended recipient, please advise us by return e-mail immediately, and = delete the e-mail and any attachments without using or disclosing the = contents in any way. The views expressed in this e-mail are those of the = author, and do not represent those of this company unless this is = clearly indicated. You should scan this e-mail and any attachments for = viruses. This company accepts no liability for any direct or indirect = damage or loss resulting from the use of any attachments to this e-mail.