<!--
{
  "availability" : [
    "macOS: 15.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSManageableResourceMaintenanceOperations",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(pl)FSManageableResourceMaintenanceOperations"
  },
  "title" : "FSManageableResourceMaintenanceOperations"
}
-->

# FSManageableResourceMaintenanceOperations

Maintenance operations for a file system’s resources.

```
protocol FSManageableResourceMaintenanceOperations : NSObjectProtocol
```

## Overview

This protocol includes operations to check and format a resource for an [`FSUnaryFileSystem`](/documentation/FSKit/FSUnaryFileSystem).
Conform to this protocol if you implement a [`FSUnaryFileSystem`](/documentation/FSKit/FSUnaryFileSystem) that uses an [`FSBlockDeviceResource`](/documentation/FSKit/FSBlockDeviceResource).

## Topics

### Checking the file system

[`startCheck(task:options:)`](/documentation/FSKit/FSManageableResourceMaintenanceOperations/startCheck(task:options:))

Starts checking the file system with the given options.

### Formatting the file system

[`startFormat(task:options:)`](/documentation/FSKit/FSManageableResourceMaintenanceOperations/startFormat(task:options:))

Starts formatting the file system with the given options.



---

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)