Hi!
What i want to do is for my program to detect all USB disks inserted and return the device path (/dev/XXX) and system type.
My first tought was to fetch output from fdisk -l but thats not very fancy and i guess there is some function or such to do this for me out there?
I would be thankfull if anyone could help me in the right direction on this one.
Bare in mind that i'm a beginner :)
/Pluring