Computer Tips - How do I find the name of an external USB disk?

Date: 2010mar3 OS: Linux Q. How do I find the name of an external USB disk? A. You can list all the disks with this command:
ls -l /dev/sd??
You can list all the USB devices (but not their device id's) like this:
lsusb