Re: file names, symbolic links
Tech-Archive recommends: Speed Up your PC by fixing your registry
Date: Fri, 04 Jun 2004 00:56:47 GMT
The IOCTL_MOUNTMGR_QUERY_POINTS is available for use in user space and the
kernel. This IOCTL will give you all the mount points for a given volume.
You pass in the \device\harddiskvolume1 and you get back strings of the
form \??\Volume{c2483cd9-fd6a-11d7-acff-806d6172696f} and \DosDevices\C:.
This IOCTL is documented in the DDK and on msdn.
This posting is provided "AS IS" with no warranties, and confers no rights.
Relevant Pages
- Re: [PATCH 4/4] autofs4 - add miscelaneous device for ioctls
... We seem to be passing some string into a miscdevice ioctl and getting some ... mount options, etc) were judged unsuitable. ... difficulty with the expire function. ... such as when shutting down the daemon with several hundred ... (Linux-Kernel) - [PATCH] documentation: move ioctl-number.txt to Doc/ioctl/
... _IOWR an ioctl with both write and read parameters. ... although the kernel would actually read data from user space; ... -many drivers share a partial letter with other drivers. ... (Linux-Kernel) - Re: [PATCH 4/4] autofs4 - add miscelaneous device for ioctls
... Could you please document the new kernel interface which you're proposing? ... We seem to be passing some string into a miscdevice ioctl and getting some ... mount options, etc) were judged unsuitable. ... * an ioctl file descriptor on an autofs mount that may be covered by ... (Linux-Kernel) - Re: [PATCH 4/4] autofs4 - add miscelaneous device for ioctls
... Could you please document the new kernel interface which you're proposing? ... We seem to be passing some string into a miscdevice ioctl and getting some ... mount options, etc) were judged unsuitable. ... * an ioctl file descriptor on an autofs mount that may be covered by ... (Linux-Kernel) - Re: [PATCH 4/4] autofs4 - add miscelaneous device for ioctls
... Could you please document the new kernel interface which you're proposing? ... We seem to be passing some string into a miscdevice ioctl and getting some ... mount options, etc) were judged unsuitable. ... * the autofs mount point. ... (Linux-Kernel) |
|