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
_______________________________________________
freebsd-questions@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@..."