---
title: requestedMountOptions
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsvolume/handler/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:replyHandler:) call. Changing the returned value during the runtime of the volume has no effect.

## See Also

### Inspecting optional volume properties

- [FSVolume.MountOptions](fskit/fsvolume/mountoptions.md)
- [enableOpenUnlinkEmulation](fskit/fsvolume/handler/enableopenunlinkemulation.md)
