---
title: requestedMountOptions
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsvolume/operations/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 set }
```

## Discussion

Discussion FSKit reads this value after the volume replies to the FSVolume/Operations/mount(options:) 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/operations/enableopenunlinkemulation.md)
