<!--
{
  "availability" : [
    "macCatalyst: 13.1.0 -",
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DiskArbitration",
  "identifier" : "/documentation/DiskArbitration/DADiskIsClaimed(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Disk Arbitration"
    ],
    "preciseIdentifier" : "c:@F@DADiskIsClaimed"
  },
  "title" : "DADiskIsClaimed(_:)"
}
-->

# DADiskIsClaimed(_:)

Reports whether or not the disk is claimed.

```
func DADiskIsClaimed(_ disk: DADisk) -> Bool
```

## Parameters

`disk`

The disk object.

## Return Value

TRUE if the disk is claimed, otherwise FALSE.

## Discussion

---

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)