VoxForge
How can I list the paths to the hard drives?
The command "df" list the paths to the mounted partitions, e.g.
Cygdrive/C.
However, I need to know the path to the hard drive
In Linux something like /dev/hda
where /dev/hda1 woudl be the first partition (e.g. /Cygdrive/C)