<!--
{
  "availability" : [
    "macOS: 15.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSProbeResult/usableButLimited(name:containerID:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(cs)FSProbeResult(cm)usableButLimitedProbeResultWithName:containerID:"
  },
  "title" : "usableButLimited(name:containerID:)"
}
-->

# usableButLimited(name:containerID:)

Creates a probe result for a recognized file system that is usable, but with limited capabilities.

```
class func usableButLimited(name: String, containerID: FSContainerIdentifier) -> Self
```

## Parameters

`name`

The resource name, as found during the probe operation. If the file system doesn’t support names, or is awaiting naming, use an empty string.

`containerID`

The container identifier, as found during the probe operation. If the file system doesn’t support durable identifiers, use a random UUID.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)