# File lib/chef/provider/mount/windows.rb, line 30
        def is_volume(name)
          name =~ /^\\\\\?\\Volume\{[\w-]+\}\\$/ ? true : false
        end