---
title: requestedMountOptions
framework: FSKit
role: symbol
role_heading: Instance Property
platforms: [macOS 26.4+]
path: fskit/fsvolume/commonoperations/requestedmountoptions
---

# requestedMountOptions

A property that allows the file system to request for specific mount options from FSKit.

## Declaration

```swift
optional var requestedMountOptions: FSVolume.MountOptions { get }
```

## Discussion

Discussion FSKit reads this value after the volume replies to the mount(options:) call. Changing the returned value during the runtime of the volume has no effect.
