Mount the stick
    Björn König 
    bkoenig at cs.tu-berlin.de
       
    Sat Oct  8 09:11:47 PDT 2005
    
    
  
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
    
    
More information about the freebsd-questions
mailing list