Stephen Chu <step...@ju-ju.com> writes:

> Hi List.
>
> Is there a way to get a list of currently mounted network volumes? Or 
> just mounted volumes?
>
> I thought QDir::drives() is it but it returns only the root (/) on Mac 
> and drive letters on Windows. I am looking to get the names of the 
> server volumes.
>
I personally use udisks with QtDBus. Works well for block devices but
does not return nfs mounts for example. For this you'll have to parse
the content of /proc/mount.

Marc
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to