From owner-freebsd-questions@FreeBSD.ORG Mon Dec 11 23:33:26 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 4AE1616A412 for ; Mon, 11 Dec 2006 23:33:26 +0000 (UTC) (envelope-from news@budostore.de) Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3F3943D98 for ; Mon, 11 Dec 2006 23:28:07 +0000 (GMT) (envelope-from news@budostore.de) Received: from nor75-5-82-235-173-77.fbx.proxad.net (nor75-5-82-235-173-77.fbx.proxad.net [82.235.173.77]) by post.webmailer.de (klopstock mo59) (RZmta 3.9) with ESMTP id iBBL6e1305a95K for ; Tue, 12 Dec 2006 00:29:14 +0100 (MET) Date: Tue, 12 Dec 2006 00:29:14 +0100 (MET) From: Karl Sinn To: freebsd-questions@freebsd.org User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612120021.49738.news@budostore.de> X-RZG-AUTH: ibDpgOm8RLcSc5zBxTj4 Subject: 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:33:26 -0000 Hi, I would like to use one of my USB-MP3-Players. I plug it in and I can see with dmesg that the device is recognised by the kernel. "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 in "/usr/sbin" I find only mout_* for nwfs, portalfs and smbfs. 1) Where are the other filesystem mounts? 2) do I have to give another device name like da0s1? 3) Is there something like automount? Thanks Karl