From owner-freebsd-questions@FreeBSD.ORG Mon May 22 21:07:56 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 B8A3016A47A for ; Mon, 22 May 2006 21:07:56 +0000 (UTC) (envelope-from freebsd@troback.com) Received: from devil.troback.com (c-195-216-040-156.cust.thalamus.net [195.216.40.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6051343D46 for ; Mon, 22 May 2006 21:07:56 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from devil.troback.com (localhost.troback.com [127.0.0.1]) by devil.troback.com (Postfix) with ESMTP id C9290114A4 for ; Mon, 22 May 2006 23:07:55 +0200 (CEST) Date: Mon, 22 May 2006 23:07:55 +0200 From: Anders Troback To: FreeBSD Message-ID: <20060522230755.3ec1b02e@devil.troback.com> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Missing devs... 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, 22 May 2006 21:07:56 -0000 Hi, I'm new to this list so bare with me! I have some problems with a USB device with a built in memory card. The problem is that when I attach the device new devs are created under /dev; da0 and da1. There are a FAT file system on the card so I want da1s1 but there are no dev with that name. So if I do: mount -t msdos /dev/da1s1 /mnt I get: mount_msdosfs: /dev/da1s1: No such file or directory But if I do: mount -t msdos /dev/da1 /mnt I get: mount_msdosfs: /dev/da1: Invalid argument And now I do a: mount -t msdos /dev/da1s1 /mnt Now it's working! The dev da1s1 are there and I'm happy:-) So now to my question! How do I avoid this dual mounting? Thanks for listening!!! Anders Trob=E4ck Sweden --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D How many Microsoft employees does it take to screw in a light bulb? None, they declare darkness a new standard. ---------------------------------------------------------------- Anders Trob=E4ck http://www.troback.com/ -