Date: Sat, 08 Oct 2005 18:11:33 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de> To: Carstea Catalin <carstea.catalin@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Mount the stick Message-ID: <4347EFB5.7010606@cs.tu-berlin.de> In-Reply-To: <dc6701ba0510080427w7b7e60b7q5f307e67e5ddd615@mail.gmail.com> References: <dc6701ba0510080427w7b7e60b7q5f307e67e5ddd615@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Carstea Catalin wrote: > 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 > ... You'll get all information about your memory stick after you have connected it in /var/log/messages, e.g. its manufacturer, model and the device name (da0): "tail /var/log/messages". The nodes of the partitions will be created dynamically in /dev too. Just type "ls -l /dev/da0*" to see them. Björn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4347EFB5.7010606>