search for: getvolumeinfo

Displaying 2 results from an estimated 2 matches for "getvolumeinfo".

Did you mean: getvalueinfo
2005 Feb 07
7
win32-driveinfo in CVS
...= getDriveSpace("\\\\serv\\share").TotalNumberOfBytes drives = getDrivesInUse() freelet = getFreeDriveLetters() drivetype = getDriveType(''a'') (volumeName, volumeSerialNumber, maximumComponentLength, fileSystemName, attr) = getVolumeInfo(''g'').to_a (majorVersion, minorVersion, buildNumber, platformId, buildStr) = getVersionEx().to_a # check is your CD-ROM loaded aCDROM = getDrivesInUse().select {|x| getDriveType(x) == "CDROM" }[0] aCD_inside = isReady(aCDROM)...
2004 Jul 19
0
Not Able to access share when SE_BACKUP_NAME enabled
Hi, This is a little random but I've found that when connecting from a Win2k3 server to a Samba share, If I have the Backup Privelege enabled for my process, It cannot connect. I am prompted for a Username and Password, and then GetVolumeInfo fails. If I disable SE_BACKUP_NAME privilege it connects fine. It looks like this is only a problem with certain versions of Samba. It works fine in 3.0.099 fails with 2.2.2 fails with 2.2.5 fails with 3.0.2 but it works with the current build. Does anyone know more about this failure? Optimally...