From: smsabu2002 on
Hi,

I am trying to get serial number of USB Floppy drive from /proc or /
sys interface. Is there any mechanism to fetch this value.

Thanks,
Arun
From: Martin Klar on
smsabu2002(a)yahoo.com schrieb:
> Hi,
>
> I am trying to get serial number of USB Floppy drive from /proc or /
> sys interface. Is there any mechanism to fetch this value.

grep SerialNumber /proc/bus/usb/devices

Martin