From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 06:16:26 2005 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 6FCCC16A41F for ; Tue, 27 Sep 2005 06:16:26 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA73C43D53 for ; Tue, 27 Sep 2005 06:16:25 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j8R6GNel076040; Tue, 27 Sep 2005 01:16:23 -0500 (CDT) (envelope-from dan) Date: Tue, 27 Sep 2005 01:16:23 -0500 From: Dan Nelson To: Carstea Catalin Message-ID: <20050927061623.GA68105@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: Solutions for memory stick name! 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: Tue, 27 Sep 2005 06:16:26 -0000 In the last episode (Sep 26), Carstea Catalin said: > What is the simple way to know my memory stick name? > .... > With dmesg i know if my memory stick is mount but i want to know the > complete name. > Ex.: da0s1 > ... One way is by loading the geom_label module. Then you will get a /dev/msdosfs/### entry, one for each labelled fat filesystem. -- Dan Nelson dnelson@allantgroup.com