# File lib/chef/provider/mount/mount.rb, line 175
        def device_should_exist?
          @new_resource.device !~ /:/ && @new_resource.device !~ /\/\// && @new_resource.device != "tmpfs" && @new_resource.fstype != 'fuse'
        end