# File lib/chef/provider/mount/mount.rb, line 179
        def device_should_exist?
          ( not network_device? ) &&
            ( not %w[ tmpfs fuse ].include? @new_resource.fstype )
        end