---
title: FSVolume.MountOptions
framework: fskit
role: symbol
role_heading: Structure
path: fskit/fsvolume/mountoptions
---

# FSVolume.MountOptions

Mount options to be requested from FSKit using the requestedMountOptions property.

## Declaration

```swift
struct MountOptions
```

## Topics

### Inspecting mount options

- [readOnly](fskit/fsvolume/mountoptions/readonly.md)

### Working with raw values

- [init(rawValue:)](fskit/fsvolume/mountoptions/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Inspecting optional volume properties

- [requestedMountOptions](fskit/fsvolume/handler/requestedmountoptions.md)
- [enableOpenUnlinkEmulation](fskit/fsvolume/handler/enableopenunlinkemulation.md)
