From owner-freebsd-questions@FreeBSD.ORG Wed Aug 13 10:34:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB3B31065672 for ; Wed, 13 Aug 2008 10:34:24 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 379A28FC17 for ; Wed, 13 Aug 2008 10:34:24 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r55.edvax.de (port-92-195-238-97.dynamic.qsc.de [92.195.238.97]) by mx01.qsc.de (Postfix) with ESMTP id B309550710; Wed, 13 Aug 2008 12:34:22 +0200 (CEST) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id m7DAYLue001950; Wed, 13 Aug 2008 12:34:22 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Wed, 13 Aug 2008 12:34:21 +0200 From: Polytropon To: EdwardKing Message-Id: <20080813123421.9d297acb.freebsd@edvax.de> In-Reply-To: <004901c8fc15$cfd98130$3f83a8c0@neusofteaf5839> References: <004901c8fc15$cfd98130$3f83a8c0@neusofteaf5839> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Subject: Re: How to visit U disk? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2008 10:34:24 -0000 On Tue, 12 Aug 2008 08:53:18 +0800, EdwardKing wrote: > I want to use U disk which format is FAT32,I don't know how to visit U disk,my dev directory is follows: > #cd /dev > #ls > ... > usb > usb0 > usb1 > ... > > How to do it? > Thanks in advance I just try to guess what you're trying to do: Acces an USB hard disk? Look out for /dev/da* device files that occur when connecting the disk, or: # dmesg | grep ^da The da* files - direct access - are the special files to access USB drives. Then you can mount them as you like (FAT32 -> msdosfs): # mount -t msdosfs /dev/da0s1c /mnt or something similar. mount_msdosfs allows some options to get the file attributes correct, read "man mount_msdosfs" to learn more about it. Hope that was the question. :-) -- Polytropon >From Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...