Forum Topic - How to get the volume name of the mounted usb:
   
How to get the volume name of the mounted usb  
when i insert a usb to my system.
i always find under the mount path "/fs/usb0".
i want to retrieve the label information of the usb .
i.e the name "kannan" which i have given to the usb .

how can i retrieve the same in qnx in linux "mlabel" is being used i couldnt find any for the qnx
Re: How to get the volume name of the mounted usb  
  in a linux environment simply use "lsusb" (without the quotes)
  
  the device should automount.  once you discover your device, should you wish to format it simply use
"umount device name" with administrative priveledges.