---
title: supportsSharedSpace
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsvolume/supportedcapabilities/supportssharedspace
---

# supportsSharedSpace

A Boolean property that indicates whether the volume supports multiple logical file systems that share space in a single “partition.”

## Declaration

```swift
var supportsSharedSpace: Bool { get set }
```

## See Also

### Declaring volume capabilities

- [supportsVolumeGroups](fskit/fsvolume/supportedcapabilities/supportsvolumegroups.md)
- [doesNotSupportVolumeSizes](fskit/fsvolume/supportedcapabilities/doesnotsupportvolumesizes.md)
