I have used the ImDisk library with the .NET wrapper to create a Virtual Disk in my C# application. However, after I create the device, I apparently need to create a Mount Point as well for the device
I\'m mounting a remote drive locally (see User/password problems with GetVolumeNameForVolumeMountPoint() (Windows remote drive mount?))
I\'m looking for a way to display system drives on mac os X in order to use a method that let me show variation of free space in drives due to future file deleting or copying.
The documentation on IOCTL_MOUNTDEV_QUERY_UNIQUE_ID is a bit confusing... exactly what kind of ID should be returned in the MOUNTDEV_UNIQUE_ID structure?
I want to install Oracle RAC on solaris 10, using ASM but I am new in it... So I want to mount /u0 directory on the disk volume /dev/dsk/c2t0d0s2
I am looking for a way to remove a mount point (with either powershell/wmi/C#). I used the win32_volume to find what volumes have mount points and can find the path there (under name and caption开发者
I need to create a Form in a different thread and keep it ranning until a user performe some action in the main thread (click a button).